Search found 276 matches

by dani.user
Jan 17, 2011 23:34
Forum: Community Discussion
Topic: FREE BASIC needs something like FPGUI
Replies: 22
Views: 6016

IMHO inheritance and polymorphism is vital for a powerful, extendable and easy to use GUI system
by dani.user
Jan 15, 2011 16:30
Forum: General
Topic: Your view on screen resolutions
Replies: 16
Views: 3950

A lot of monitors have 1280x1024 which is 5:4
by dani.user
Jan 14, 2011 20:20
Forum: General
Topic: Your view on screen resolutions
Replies: 16
Views: 3950

A circle will look circular as long as the resolution has the same ratio as the monitors native resolution.
by dani.user
Jan 14, 2011 20:02
Forum: General
Topic: Your view on screen resolutions
Replies: 16
Views: 3950

If you want to please everyone, allow them to resize the window (like openttd for example)
by dani.user
Jan 14, 2011 12:38
Forum: Community Discussion
Topic: VB Linux
Replies: 5
Views: 3097

Gambas does not produce native executables like freebasic/c/c++, it's sort of like java.
by dani.user
Jan 14, 2011 9:44
Forum: Community Discussion
Topic: VB Linux
Replies: 5
Views: 3097

Useless in my opinion. Programs written in VB6 would be among the last I would install under Linux.
If you need a quick way to develop a desktop GUI application, there is gambas, very similar to VB.
by dani.user
Jan 14, 2011 9:37
Forum: General
Topic: Conversion of C code snippet
Replies: 4
Views: 1828

Why do you use pointers? In the C example it's just a simple array.
by dani.user
Dec 18, 2010 18:21
Forum: Community Discussion
Topic: When your program grows bigger than you...
Replies: 43
Views: 9541

When you want build a large program and still be able to happily read the code you've written after say 5 years, you use OOP, which unfortunately freebasic isn't to good at.

BTW: have there been any major updates in the compiler regarding OOP in the last two years?
by dani.user
Nov 11, 2010 10:46
Forum: Archive
Topic: QuickFix for FBIDE
Replies: 13
Views: 5469

Haven't used FBIDE for a while now.
Is it the same version on which development stopped a few years ago or did it evolve?
by dani.user
Nov 07, 2010 17:44
Forum: Projects
Topic: C++ FBSTRING implementation
Replies: 5
Views: 2819

Sorry if this doesn't sound to optimistic, but someone who is willing to mix C++ and FB at such a level is highly likely to just use C++ and drop FB, at least from an OOP standpoint.
by dani.user
Nov 05, 2010 16:35
Forum: Beginners
Topic: Why must I continue to use FBC ?
Replies: 37
Views: 7523

Programming evolves over the years.
Did you check if there actually is a duplicate definition in that code and try to fix it? QB might be just ignoring it.
by dani.user
Mar 14, 2010 20:33
Forum: General
Topic: Using C++ libraries in FreeBasic
Replies: 16
Views: 5283

Compile the library as a .dll and make sure the functions you export for fb don't return or ask for variabiles from stdc++
by dani.user
Nov 14, 2008 18:53
Forum: General
Topic: opening piped data as a file stream.
Replies: 1
Views: 1296

It is sent as it is generated. You can try it out by pipe'ing the output from a traceroute
by dani.user
Nov 09, 2008 13:45
Forum: Linux
Topic: Execute a third program and catch his output
Replies: 2
Views: 1964

Look for "open pipe"
by dani.user
Nov 08, 2008 14:05
Forum: Libraries Questions
Topic: Where is libgmp-3.dll
Replies: 7
Views: 3522

http://www.google.com/search?q=download ... =firefox-a

The fb package would be to big if all these dll's were included.