PlanetSquires Forums

Support Forums => General Board => Topic started by: Pedro Marquez on November 17, 2013, 11:42:46 AM

Title: LJ's Complete Console (LJ-CC) for PB/Win
Post by: Pedro Marquez on November 17, 2013, 11:42:46 AM
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
Title: Re: LJ's Complete Console (LJ-CC) for PB/Win
Post by: Elias Montoya on November 17, 2013, 03:22:37 PM
AFAIK, firefly supports only PB 10.
Title: Re: LJ's Complete Console (LJ-CC) for PB/Win
Post by: José Roca on November 17, 2013, 04:01:39 PM
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.
Title: Re: LJ's Complete Console (LJ-CC) for PB/Win
Post by: Pedro Marquez on November 18, 2013, 01:46:34 PM
with PB / Win IDE works
Title: Re: LJ's Complete Console (LJ-CC) for PB/Win
Post by: José Roca on November 18, 2013, 03:32:09 PM
> 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.
Title: Re: LJ's Complete Console (LJ-CC) for PB/Win
Post by: Pedro Marquez on November 18, 2013, 08:12:27 PM
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.