PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Heinz Grandjean on May 15, 2012, 12:36:03 PM

Title: FireFly 3.60 and Dll
Post by: Heinz Grandjean on May 15, 2012, 12:36:03 PM
Hello,

when I try to compile a FireFly-Dll-Project, that works fine under FireFly 3.5.1, I always get the initial error:

Abort Compile
A previously compiled and executed application is still running....

It does not happen under fireFly 3.51
Normal applications compile fine under FFl 3.6.0

Greetings
Heinz Grandjean
Title: Re: FireFly 3.60 and Dll
Post by: Marco Ruiz on May 15, 2012, 01:10:13 PM
I get the same error message.
Title: Re: FireFly 3.60 and Dll
Post by: Paul Squires on May 15, 2012, 03:04:56 PM
Sorry. My fault. I have fixed the problem and re-uploaded a new download package. Please download the install again and retry.
Title: Re: FireFly 3.60 and Dll
Post by: Theo Gottwald on May 15, 2012, 03:44:11 PM
Paul, where?
The FF 3.6 download Post shows still an old date, not the 15.th as i would expect.
Title: Re: FireFly 3.60 and Dll
Post by: David Warner on May 15, 2012, 04:28:19 PM
Hi Theo,

The original file FireFly 3.60 release page...
http://www.planetsquires.com/protect/forum/index.php?topic=3097.0 (http://www.planetsquires.com/protect/forum/index.php?topic=3097.0)

has an updated download file...
http://www.planetsquires.com/protect/download/firefly36_registered_setup.rar (http://www.planetsquires.com/protect/download/firefly36_registered_setup.rar)

Title: Re: FireFly 3.60 and Dll
Post by: Marco Ruiz on May 15, 2012, 04:51:03 PM
I installed the latest update of Firefly, but now the program compiled without problems, I can not compile.

Now I get an error message that I am attaching to this post.
Title: Re: FireFly 3.60 and Dll
Post by: Pete Totushek on May 15, 2012, 05:07:19 PM
Marco,

Make sure that you are using Jose's latest API Headers.  See http://www.planetsquires.com/protect/forum/index.php?topic=3109.0 (http://www.planetsquires.com/protect/forum/index.php?topic=3109.0)

-Pete
Title: Re: FireFly 3.60 and Dll
Post by: Marco Ruiz on May 15, 2012, 05:27:43 PM
It downloaded and installed the new include from Jose Roca.

But now I get the error message that attached to this post.
Title: Re: FireFly 3.60 and Dll
Post by: Elias Montoya on May 15, 2012, 06:41:01 PM

  Getting the same error as Marco, but with BrowseInfoA.
Clean install, new includes.
Title: Re: FireFly 3.60 and Dll
Post by: José Roca on May 15, 2012, 07:00:21 PM
Quote
But now I get the error message that attached to this post.

Quote
Clean install, new includes.

But old code...

That Declare Function SHGetPathFromIDList Lib ... should not be in the CODEGEN file. It is causing a conflict.

Old FF versions copied declares and structures. No more. They must be removed.