PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Elias Montoya on March 03, 2010, 12:06:42 AM

Title: Project import
Post by: Elias Montoya on March 03, 2010, 12:06:42 AM

I just noticed today that Firefly 3 now supports DLL projects!
Sorry if im so behind. :)

Anyway, i tried to import to Firefly 3 my Egrid32 form designer,
which is a DLL.

Firefly 3 makes a back up... and then nothing. It simply does
a back up and then it forgets about opening the project.

It says there are no compatibility problems or anything, makes
back up and thats it.

Is this a known issue?
Title: Re: Project import
Post by: Paul Squires on March 03, 2010, 08:27:09 AM
There should not be any real big problems with this other than the FF_LIBMAIN was not being saved/restored. If you have code in that function then I will have to send you an update.

After you import, try exiting FireFly and restarting and open the .ffp project file (not the .prj file). You should see your files in FireFly's Project Explorer.
Title: Re: Project import
Post by: Elias Montoya on March 03, 2010, 04:55:17 PM

I think the problem was that i was trying to import it in the original folder.
I suppose firefly didnt had permissions for modifying that folder. I copied the
project to the Firefly Projects folder and it all went smooth.

Now i need to fix the resource file. :)

Thanx Paul.