Search found 9 matches

by LonnieTC
Aug 21, 2022 16:32
Forum: Libraries & Headers
Topic: 3D engine Horde3D for FreeBASIC Jan 16, 2017
Replies: 19
Views: 13769

Re: 3D engine Horde3D for FreeBASIC Jan 16, 2017

Wow, that was easier than I expected since I thought maybe AI would have to add some CLI switches to link to the library, but that was not necessary. I actually also use Linux and Windows (plus a few other OS's) a lot but the current project that I am gearing up for will be primarily Windows (Mingw6...
by LonnieTC
Aug 20, 2022 17:12
Forum: Windows
Topic: Where is Print output?
Replies: 15
Views: 4396

Re: Where is Print output?

One more update.

Seems like the WinFBE IDE also works well.

I am now guessing that there may be something going on with the VisualFBEditor IDE since this one does not seem to work while the others do.

Cheers and have a good weekend.
by LonnieTC
Aug 20, 2022 14:56
Forum: Windows
Topic: Where is Print output?
Replies: 15
Views: 4396

Re: Where is Print output?

Something strange as a follow up on this. It seems that when I use the VisualFBEditor IDE to build and run the default "hello.bas" then the resulting "hello.exe" does not produce any output and hangs in the task manager. But when I tried the exact same "hello.bas" with ...
by LonnieTC
Aug 20, 2022 14:45
Forum: Windows
Topic: Where is Print output?
Replies: 15
Views: 4396

Re: Where is Print output?

Hello, I have been testing FreeBASIC (1.09.0) on a Windows 11 (64-bit) system using the VisualFBEditor and in general I can run all of the GUI applications well after compiling, but the problem seem to come with I compile a console application like "hello.bas" '' Default (hello.bas) Print ...
by LonnieTC
Aug 20, 2022 11:26
Forum: Libraries & Headers
Topic: 3D engine Horde3D for FreeBASIC Jan 16, 2017
Replies: 19
Views: 13769

Re: 3D engine Horde3D for FreeBASIC Jan 16, 2017

Hello, While learning more about FreeBASIC now, I have just seen your posts regarding Horde3D interfacing which I think is very interesting. I would like to give it a try and have downloaded the Horde3D code from the link that you provided and would like to see it run on my Windows 11 for which I no...
by LonnieTC
Aug 19, 2022 23:53
Forum: Libraries Questions
Topic: All Libraries DLLs to run examples
Replies: 8
Views: 5398

Re: All Libraries DLLs to run examples

Hello All, I am also new to FreeBASIC and have come across the 32-bit libraries on SourceForge ``` https://sourceforge.net/projects/fbc/files/Older%20versions/0.90.1/Binaries%20-%20Windows/Libraries/ ``` I was wondering if there is a link to the 64-bit versions of these libraries somewhere as well? ...
by LonnieTC
Aug 19, 2022 13:09
Forum: Windows
Topic: Using .NET DLL?
Replies: 7
Views: 2638

Re: Using .NET DLL?

Hi All,

I am actually interested in this as well since I am playing with some FreeBASIC code that will be able to call various 3rd-party DLL libraries (i.e. generated from C/C++, Golang, and .NET, etc.)

Any support or suggestions on this would be greatly apprciated.
by LonnieTC
Aug 19, 2022 10:21
Forum: General
Topic: Compiled to Native or VM
Replies: 2
Views: 538

Re: Compiled to Native or VM

Thanks for the information this and I am digging into it more now.
by LonnieTC
Aug 18, 2022 23:20
Forum: General
Topic: Compiled to Native or VM
Replies: 2
Views: 538

Compiled to Native or VM

Hello All, I am looking into possibly using FreeBASIC as part of a project and was wondering if the fbc compiler actually compiles to native binary or does it create a VM like Java? If it compiles applications down to binary then that is exactly what I am seeking since I am planning on using it as t...