QB compatibility mode

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

QB compatibility mode

Post by Luis Babboni »

Hi,

I read here:
http://stackoverflow.com/questions/1673 ... entury-one
Something about QBcompatibility mode in FB.... exists? Where to set it?
Means I could paste a QB64 code and could make it run or Im understood nothing???? :-D
TJF
Posts: 3809
Joined: Dec 06, 2009 22:27
Location: N47°, E15°
Contact:

Re: QB compatibility mode

Post by TJF »

Don't hesitate to read the Wiki:
Luis Babboni
Posts: 375
Joined: Mar 15, 2015 12:41

Re: QB compatibility mode

Post by Luis Babboni »

Thanks!

Reading it now!
mramos
Posts: 5
Joined: Aug 27, 2007 15:07

Re: QB compatibility mode

Post by mramos »

I read here:
http://stackoverflow.com/questions/1673 ... entury-one
WOW, closed as not constructive. What a forum or set of mods there.

I am new to freebasic, but make sure you put

#lang "qb" as the first line of your program or compile with -lang qb
fxm
Moderator
Posts: 12107
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Re: QB compatibility mode

Post by fxm »

Even by compiling with option '-lang qb' or by inserting '#lang "qb"' at the program head, it remains some incompatibilities with QuickBASIC listed at the following link:
TJF wrote:Don't hesitate to read the Wiki:
mramos
Posts: 5
Joined: Aug 27, 2007 15:07

Re: QB compatibility mode

Post by mramos »

That was stated in the second post (you quoted), I just added the part I did not think it covered.
Post Reply