Search found 59 matches

by Linuxbob
May 10, 2016 0:30
Forum: Community Discussion
Topic: Forbidden
Replies: 9
Views: 1347

Re: Forbidden

Just to see if pinochle works.
by Linuxbob
Apr 11, 2015 18:53
Forum: Community Discussion
Topic: FB 1.02 release
Replies: 57
Views: 12460

Re: FB 1.02 release

I am using Win 7 Pro so they aren't intended to be DOS programs per se, just console mode display. Actually, the only reason I included the .bi was to get the constants for the console colors. I am not using any of the functions. The programs compiled and ran just fine before this release. I have ye...
by Linuxbob
Apr 11, 2015 17:12
Forum: Community Discussion
Topic: FB 1.02 release
Replies: 57
Views: 12460

Re: FB 1.02 release

Yes, in fact the ones that fail include dos\conio.bi Here is the output with the -v option: C:\FreeBASIC>fbc -s console -v DollarPoker.bas FreeBASIC Compiler - Version 1.02.0 (04-05-2015), built for win32 (32bit) Copyright (C) 2004-2015 The FreeBASIC development team. standalone target: win32, 486, ...
by Linuxbob
Apr 11, 2015 12:32
Forum: Community Discussion
Topic: FB 1.02 release
Replies: 57
Views: 12460

Re: FB 1.02 release

In the past I had installed new versions from the zip files. This time I installed 1.02 using the Windows installer. Now I am getting an error I've never had before: c:\FreeBASIC\bin\win32\ld.exe: cannot find -lc The odd thing is, I've tested it with several different programs and it doesn't happen ...
by Linuxbob
Feb 11, 2015 15:24
Forum: Projects
Topic: FireFly Visual Designer for FreeBASIC (Updated March 8, 2016)
Replies: 371
Views: 150012

Re: FireFly Visual Designer for FreeBASIC (Updated Jan 10, 2

Ray,

Thanks. I understand the difference between container frames and WinAPI frames (I'm an old C coder too.) I'm just getting the capabilities of the FF Visual Designer down.
by Linuxbob
Feb 11, 2015 12:55
Forum: Projects
Topic: FireFly Visual Designer for FreeBASIC (Updated March 8, 2016)
Replies: 371
Views: 150012

Re: FireFly Visual Designer for FreeBASIC (Updated Jan 10, 2

Unfortunately, that is what you will have to do because in FireFly (and the WinAPI in general), a Frame is not a container control. Sorry. I knew that about the frame (same behavior as in a straight C environment,) just didn't know if there was a way to make the FF designer assume I was trying to p...
by Linuxbob
Feb 10, 2015 22:05
Forum: Projects
Topic: FireFly Visual Designer for FreeBASIC (Updated March 8, 2016)
Replies: 371
Views: 150012

Re: FireFly Visual Designer for FreeBASIC (Updated Jan 10, 2

I have a question that I didn't see an answer for. I have a program for an electrical engineering analysis that I wrote originally in VB. As a learning exercise, I am reworking/improving it in FreeBASIC and Firefly. The organization of the analysis inputs lends itself to grouping the inputs into sev...
by Linuxbob
Feb 02, 2012 20:28
Forum: Community Discussion
Topic: Favorite Classic Arcade Game?
Replies: 24
Views: 4077

Re: Favorite Classic Arcade Game?

Zaxxon, Targ and Galaga.
by Linuxbob
Nov 29, 2011 17:59
Forum: Projects
Topic: FB debugger : 3.02 32/64 BIT WDS/LNX..... (2023/07/05)
Replies: 762
Views: 300279

Just got 2.58 and ran it through its paces. Excellent! Well done.
by Linuxbob
Oct 31, 2011 17:05
Forum: Community Discussion
Topic: FB Gateway to C++
Replies: 12
Views: 2238

I don't program for a living; I'm an electrical engineer by trade. I program for the sake of making things (like a woodworking hobby without the splinters.) I already had a fair amount of older BASIC, VB and C background along with some C++ before I discovered FB. A lot of the FB features were very ...
by Linuxbob
Sep 24, 2011 0:04
Forum: Windows
Topic: How dependent on .NET 1.0 .NET 2.0 framework is FB?
Replies: 11
Views: 1943

Before you do anything else, make sure you complete a Windows Update. I had a problem with an old hand-me-down box and just getting the whole Windows system updated took care of it.

The current .NET is 4.0, but I would avoid doing any .NET upgrades as much as possible.
by Linuxbob
Sep 04, 2011 20:19
Forum: Community Discussion
Topic: How to deal with "Programmers Block"
Replies: 22
Views: 3885

Well, it's nice to know that there are more of us than I thought.
by Linuxbob
May 03, 2011 0:09
Forum: Community Discussion
Topic: New fbc branch ('inheritance') on sourceforge (fbc SVN)
Replies: 133
Views: 41551

If I would venture a guess, C++ would not even be in the top 3. At least Visual Basic, VB.NET, C#, Java and maybe even plain old Delphi, nowadays maybe even a bunch of scripting languages. Simply because C++ is not typically used as an introductory language. Perhaps I have gotten too old (started p...
by Linuxbob
May 02, 2011 1:44
Forum: Community Discussion
Topic: New fbc branch ('inheritance') on sourceforge (fbc SVN)
Replies: 133
Views: 41551

agamemnus, you are correct, this is not C++. But that does not mean it is a good idea to invent new words to describe something that is already so well known by other terms. I would venture a guess that the vast majority of programmers were introduced to inheritance in C++. "Private", &quo...
by Linuxbob
May 02, 2011 0:11
Forum: Community Discussion
Topic: New fbc branch ('inheritance') on sourceforge (fbc SVN)
Replies: 133
Views: 41551

"Protected" is well understood to anyone who has any experience with inheritance as used in C++ and it works very well. I agree with not adding a lot of useless keywords but in this case I believe "protected" is not only reasonable but even essential.