Search found 230 matches
- Jan 28, 2019 19:57
- Forum: General
- Topic: [Freebasic 32 vs 64]
- Replies: 32
- Views: 3728
Re: [Freebasic 32 vs 64]
Windows
- Jan 28, 2019 19:50
- Forum: General
- Topic: [Freebasic 32 vs 64]
- Replies: 32
- Views: 3728
Re: [Freebasic 32 vs 64]
I know all that . by default freebasic 32 generates asm code while the 64-bit version generates only C code . which explains that 32 bit programs are much faster than 64 bit ... I hope it is more precise. Maybe more precise, but your conclusion is still wrong. In general asm code is not faster than...
- Jan 28, 2019 18:16
- Forum: General
- Topic: [Freebasic 32 vs 64]
- Replies: 32
- Views: 3728
Re: [Freebasic 32 vs 64]
I use freebasic only for small programs and lazarus freepascal for big projects. the speed difference of the programs (32 vs 64) generated surprised me. that's all . the technical details are not important. I expect a 64 bit program to be faster than a 32 bit program. it's always the case with the o...
- Jan 28, 2019 17:29
- Forum: General
- Topic: [Freebasic 32 vs 64]
- Replies: 32
- Views: 3728
- Jan 28, 2019 17:07
- Forum: General
- Topic: [Freebasic 32 vs 64]
- Replies: 32
- Views: 3728
Re: [Freebasic 32 vs 64]
I know all that. by default freebasic 32 generates asm code while the 64-bit version generates only C code.
which explains that 32 bit programs are much faster than 64 bit ...
I hope it is more precise.
which explains that 32 bit programs are much faster than 64 bit ...
I hope it is more precise.
- Jan 28, 2019 16:31
- Forum: General
- Topic: [Freebasic 32 vs 64]
- Replies: 32
- Views: 3728
[Freebasic 32 vs 64]
Freebasic 32 bit generates code asm ... Freebasic 64 bit generates code C ... I did not know it. I only recently installed 64-bit freebasic ... it is obvious that the assembler is and has always been faster than the C. which explains that 32 bit programs are much faster than 64 bit ... for informati...
- Jan 24, 2019 15:06
- Forum: Tips and Tricks
- Topic: Water Effect v0.60
- Replies: 11
- Views: 2272
Re: Water Effect v0.55
the colors are altered in this version line 253 Draw String(2, 2), iFPS_current & " fps", RGB(&hFF, &hFF, &hFF) it's more visible freebasic and gcc 32 bit : -gui = 38-40 fps -gen gcc -Wc -O2 = 70-71 fps -gen gcc -Wc -Ofast = 96-100 fps freebasic and gcc 64 bit : -gui = 18-1...
- Jan 18, 2019 17:47
- Forum: Tips and Tricks
- Topic: Water Effect v0.60
- Replies: 11
- Views: 2272
Re: Water Effect v0.5
with freebasic and gcc 64 bit :
-gui = 13-14 fps ??? weird
-gen gcc -Wc -O2 = 20-21 fps ??? weird
-gen gcc -Wc -Ofast = 62-63 fps (even faster than 32 bit)
-gui = 13-14 fps ??? weird
-gen gcc -Wc -O2 = 20-21 fps ??? weird
-gen gcc -Wc -Ofast = 62-63 fps (even faster than 32 bit)
- Jan 17, 2019 16:15
- Forum: Tips and Tricks
- Topic: Water Effect v0.60
- Replies: 11
- Views: 2272
Re: Water Effect v0.4
impressive. good job. -Os optimization for code size -O2 optimization more for code size and execution time -O3 optimization more for code size and execution time -Ofast O3 with fast none accurate math calculations -gui = 21-22 fps -gen gcc -Wc -O2 = 41-43 fps -gen gcc -Wc -Ofast = 44-46 fps the ve...
- Sep 20, 2018 15:07
- Forum: Linux
- Topic: Qemu on win7?
- Replies: 14
- Views: 4736
Re: Qemu on win7?
Vmplayer
- Apr 23, 2018 13:29
- Forum: General
- Topic: [solved] Demo - no sound but does compile and run
- Replies: 6
- Views: 759
Re: Demo - no sound but does compile and run
Kuan Hsu was faster...
I confirm.
Put the following two dlls (you can find them in fbSound\lib\win32) in the same directory as the executable :
plug-ds-32.dll
plug-mm-32.dll
It should work...
I confirm.
Put the following two dlls (you can find them in fbSound\lib\win32) in the same directory as the executable :
plug-ds-32.dll
plug-mm-32.dll
It should work...
- Apr 18, 2018 14:41
- Forum: Libraries
- Topic: Nuwen MinGW Distro 10.4
- Replies: 7
- Views: 1859
Re: Nuwen MinGW Distro 10.4
I've downloaded and installed the MinGW compiler as suggested. http://nuwen.net/mingw.html <<< mingw-10.4.exe I've successfully ran the test: C:\g++ --version <<< g++ (GCC) 4.8.1 I've copied OpenB3D src folder to the C:\MinGW folder C:\MinGW\src Sorry for slight offtopic but I'm looking for latest ...
- Apr 16, 2018 18:23
- Forum: Projects
- Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.1.8 November 19, 2020)
- Replies: 728
- Views: 153629
Re: WinFBE FreeBASIC Editor for Windows (Updated September 27, 2017)
Geany 1.33 does not work with an error message related to msvcrt.dll
Geany 1.30.1 works but is very unstable
Finally, geany version 1.24 works...
Geany 1.30.1 works but is very unstable
Finally, geany version 1.24 works...
- Apr 16, 2018 16:17
- Forum: Projects
- Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.1.8 November 19, 2020)
- Replies: 728
- Views: 153629
Re: WinFBE FreeBASIC Editor for Windows (Updated September 27, 2017)
I just tested the latest ReactOS version in a vm under vmplayer :
Freebasic works...
WinFBE does not work...
poseidonFB starts but is not stable...
FBedit starts, works a bit but blocks the system after a while...
In any case, ReactOS is impressive...
Freebasic works...
WinFBE does not work...
poseidonFB starts but is not stable...
FBedit starts, works a bit but blocks the system after a while...
In any case, ReactOS is impressive...
- Apr 01, 2018 15:09
- Forum: Projects
- Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.1.8 November 19, 2020)
- Replies: 728
- Views: 153629
Re: WinFBE FreeBASIC Editor for Windows (Updated September 27, 2017)
Well, good news. that's what freebasic needs. that said I assume WinFBE is only for windows. I intend to switch to linux in a few months but I will try to test WinFBE with wine...