Search found 1622 matches
- Sep 10, 2020 13:43
- Forum: General
- Topic: USER TYPE ISSUE
- Replies: 12
- Views: 444
Re: USER TYPE ISSUE
What is the editor? I have found that with a couple of the newer ones, you have to save the file, close it and re-open it before those kinds of auto-completes will work.
- Jul 11, 2020 16:03
- Forum: Documentation
- Topic: Wiki improvements
- Replies: 561
- Views: 104316
Re: Wiki improvements
I wrote a beginning of the page 'Programmer's Guide / Making Binaries / Executables' . A volunteer to improve / complete ? I can take a look at the Executables page. I am not sure when I will get to it, but I am pretty sure I can fill out the needed info. Maybe a little free time during...
- Jun 29, 2020 14:42
- Forum: General
- Topic: What is this technique called?
- Replies: 6
- Views: 459
Re: What is this technique called?
Technically labels and line numbers are the same thing in FB. So yes, you could say they are labels.
- Jun 29, 2020 13:11
- Forum: General
- Topic: What is this technique called?
- Replies: 6
- Views: 459
Re: What is this technique called?
That code is quite old. FreeBASIC still supports line numbers but there are much better and easier ways to do the thing you are describing. PRINT "Hello. How old are you?" INPUT A IF A < 13 THEN print "You're younger than 13." ELSE PRINT "You're older than 13." END IF
- Jun 27, 2020 15:22
- Forum: Projects
- Topic: Old school text adventure as a way of re-learning coding
- Replies: 45
- Views: 3779
Re: Old school text adventure as a way of re-learning coding
fxm wrote:@Admin,
can you remove this duplicate (with viewtopic.php?f=8&t=28659) ?
Got it.
- Jun 24, 2020 21:49
- Forum: Libraries
- Topic: Need Help With SDL and Allegro5 Libraries
- Replies: 9
- Views: 740
Re: Need Help With SDL and Allegro5 Libraries
MrSwiss wrote:@badidea, thanks very much indeed, for parroting what I've already stated.
jj2007 wrote:Minderwertigkeitskomplex?
Please clean up your posts, both of you. Neither of these comments did anything other than needle other users on this forum.
If you don't edit them, I will.
- May 22, 2020 20:35
- Forum: Windows
- Topic: FB builds using gcc 7.5, 8.4 and 9.3
- Replies: 29
- Views: 1726
Re: FB builds using gcc 7.5, 8.4 and 9.3
Paul, could you move this to the WinFBE thread? You are welcome to put a link to the post here as it is semi-related.
- May 12, 2020 13:02
- Forum: General
- Topic: HOW TO JsonObject to String,JSON.stringify(JsonObj)?
- Replies: 1
- Views: 325
Re: HOW TO JsonObject to String,JSON.stringify(JsonObj)?
Tips & tricks is for finished code samples. Questions do not go in Tips & Tricks.
- May 11, 2020 23:18
- Forum: General
- Topic: VB6 Project TO Freebasic/how to Parse VB6 functions into JSON objects?
- Replies: 9
- Views: 761
Re: VB6 Project TO Freebasic/how to Parse VB6 functions into JSON objects?
Moved to "General" forum as this does not belong in Tips & tricks.
- May 06, 2020 19:31
- Forum: Libraries
- Topic: IUP GUI lib (Win/Lin) getting started
- Replies: 13
- Views: 1290
Re: IUP GUI lib (Win/Lin) getting started
MrSwiss wrote:...
- xforms has no prebuilt headers (in FBC distribution)
...
Prebuild header for xforms
There is a header, and the library has not been updated since 2014, so the header is still good.
I don't know how it stacks up to your other criteria, but thought I would point this out.
- May 05, 2020 18:12
- Forum: Community Discussion
- Topic: FreeBASIC and C++ interop current status?
- Replies: 15
- Views: 1225
Re: FreeBASIC and C++ interop current status?
Thanks. I missed this one.
- May 05, 2020 17:24
- Forum: Projects
- Topic: New IDE:vfb(Visual Freebasic)Like vb6,vb7,Update 2021-1-21
- Replies: 73
- Views: 6019
Re: New IDE:vfb(Visual Freebasic),Like vb6,vb7
If (poseidonFB) IDE is paid, and vfb (Visual Freebasic) is free, it will lead to a reduction in the benefits of commercial paid software. It is not paid software. VFB IDE is permanently free, purely personal development, nor is it a commercial development tool suite launched by a company. I am not ...
- May 05, 2020 16:53
- Forum: Projects
- Topic: New IDE:vfb(Visual Freebasic)Like vb6,vb7,Update 2021-1-21
- Replies: 73
- Views: 6019
Re: New IDE:vfb(Visual Freebasic),Like vb6,vb7
Hi Imortis, there is a link pointing to Github that you can use. Files will be about 150 Mo in total with sources and examples as far as I can see. I have done that, but I can't find anything in that source code that looks like a main file to compile from. All files have an INC extension, plus the ...
- May 05, 2020 16:08
- Forum: Projects
- Topic: Freebasic For Android APP(IDE)--Planning, preparing
- Replies: 1
- Views: 449
Re: Freebasic For Android APP(IDE)--Planning, preparing
This is not a freeBASIC project. It has already been mentioned in an older thread in "Community Discussion".
- May 05, 2020 15:21
- Forum: Projects
- Topic: New IDE:vfb(Visual Freebasic)Like vb6,vb7,Update 2021-1-21
- Replies: 73
- Views: 6019
Re: New IDE:vfb(Visual Freebasic),Like vb6,vb7
@xiaoyao: Please do not post links to this thread in unrelated threads. Like I said earlier, that is not how we do things here.