Any luck with BaCon? (Basic to C converter)

General FreeBASIC programming questions.
Post Reply
N3trunn3r
Posts: 110
Joined: Feb 14, 2008 15:48

Any luck with BaCon? (Basic to C converter)

Post by N3trunn3r »

Has anyone successfully tried BaCon with FreeBASIC?
From http://www.basic-converter.org/?
Pros/Cons?
marcov
Posts: 3462
Joined: Jun 16, 2005 9:45
Location: Netherlands
Contact:

Re: Any luck with BaCon? (Basic to C converter)

Post by marcov »

I can't even imagine how you would use BaCon "with" FreeBASIC ?

IOW where would you put bacon in the FreeBASIC system? It seems some totally unrelated 3rd Party product, and a source level converter and a compiler with a HLL generating backend are two different things.
N3trunn3r
Posts: 110
Joined: Feb 14, 2008 15:48

Re: Any luck with BaCon? (Basic to C converter)

Post by N3trunn3r »

I understand. Well what other ways are there to convert FB code to plain C code?
MrSwiss
Posts: 3910
Joined: Jun 02, 2013 9:27
Location: Switzerland

Re: Any luck with BaCon? (Basic to C converter)

Post by MrSwiss »

@netrunner,

use compiler switches, as well as: -gen gcc (also: no compile, no link) see Manual, for details ...
Post Reply