see on forums does not work in ide firefy
http://www.laurencejackson.com/LJ-CC/index.html?introduction.htm
Someone may say something
is a library for use as pbconsole
AFAIK, firefly supports only PB 10.
It won't compile with the PB IDE either. Will only compile if you don't include any API files and remove the "$" from ConInKey$ and ConWaitKey$. In short, it needs to be rewritten because there are several incompatibilities.
with PB / Win IDE works
> with PB / Win IDE works
Which version of the compiler are you using? As is, it won't compile with version 10.04.
I repeat: It will compile if you remove #compiler pbwin 8, remove the "$" from ConInKey$ and ConWaitKey$ and don't include any API file. Even making the changes, as soon as you will include "win32api.inc" there will be conflicts.
Quote from: Jose Roca on November 18, 2013, 03:32:09 PM
, as soon as you will include "win32api.inc" there will be conflicts.
if there are problems.