How to made a 32 bits program with 64 bits FB?

New to FreeBASIC? Post your questions here.
Luis Babboni
Posts: 375
Joined: Mar 15, 2015 12:41

Re: How to made a 32 bits program with 64 bits FB?

Post by Luis Babboni »

Not way :-(

In fact now I could not make even the 64 bits version work! :-D
Luis Babboni
Posts: 375
Joined: Mar 15, 2015 12:41

Re: How to made a 32 bits program with 64 bits FB?

Post by Luis Babboni »

Luis Babboni wrote:Image
What tha tmeans?

I could not make FreeBasic work anymore :-(
MrSwiss
Posts: 3910
Joined: Jun 02, 2013 9:27
Location: Switzerland

Re: How to made a 32 bits program with 64 bits FB?

Post by MrSwiss »

Try to use simple directory (folder) names. Without any spaces.
Put them onto your drive directly (not desktop): C:\DEV\FreeBASIC\...
(FBEdit is old meaning: it might not be able to deal with spaces in path's.)
Luis Babboni
Posts: 375
Joined: Mar 15, 2015 12:41

Re: How to made a 32 bits program with 64 bits FB?

Post by Luis Babboni »

MrSwiss wrote:Try to use simple directory (folder) names. Without any spaces.
Put them onto your drive directly (not desktop): C:\DEV\FreeBASIC\...
(FBEdit is old meaning: it might not be able to deal with spaces in path's.)
ok
Luis Babboni
Posts: 375
Joined: Mar 15, 2015 12:41

Re: How to made a 32 bits program with 64 bits FB?

Post by Luis Babboni »

No way :-(


I just can run an old 1.07 version of FB actually I have somewhere in my HDD
Luis Babboni
Posts: 375
Joined: Mar 15, 2015 12:41

Re: How to made a 32 bits program with 64 bits FB?

Post by Luis Babboni »

This is my actual path to the fbc32.exe

C:\FreeBasic32bits\FreeBASIC-1.08.0-winlibs-gcc-9.3.0

Image
Luis Babboni
Posts: 375
Joined: Mar 15, 2015 12:41

Re: How to made a 32 bits program with 64 bits FB?

Post by Luis Babboni »

And still appears this:
Luis Babboni wrote:Image
when I try to compile my source with the FBEdit I have here:

Image
fxm
Moderator
Posts: 12107
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Re: How to made a 32 bits program with 64 bits FB?

Post by fxm »

FBEdit tries to compile your program with ...\fbc, but in this directory the compile file is fbc32.
You must modify the FBEdit config.

I think that is similar for the 64-bit compilation: fbc64 instead of fbc.
Luis Babboni
Posts: 375
Joined: Mar 15, 2015 12:41

Re: How to made a 32 bits program with 64 bits FB?

Post by Luis Babboni »

fxm wrote:FBEdit tries to compile your program with ...\fbc, but in this directory the compile file is fbc32.
You must modify the FBEdit config.

I think that is similar for the 64-bit compilation: fbc64 instead of fbc.
Now yes!!!

As Murphy said, the data obviously correct is the source of the error!!!

Sorry for make you waste your time :-(

And Mrswiss´s!!! And much more! :-(
MrSwiss
Posts: 3910
Joined: Jun 02, 2013 9:27
Location: Switzerland

Re: How to made a 32 bits program with 64 bits FB?

Post by MrSwiss »

I've noticed that your FBEdit is old: 1.06.8.
Get the last version: 1.07.6c at the German FB site.
(I've had crashes with that version but not with the latest.)
Luis Babboni
Posts: 375
Joined: Mar 15, 2015 12:41

Re: How to made a 32 bits program with 64 bits FB?

Post by Luis Babboni »

MrSwiss wrote:I've noticed that your FBEdit is old: 1.06.8.
Get the last version: 1.07.6c at the German FB site.
(I've had crashes with that version but not with the latest.)
OK! Thanks!
Post Reply