PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Andy Flowers on April 26, 2005, 01:23:57 AM

Title: PB Win 8.0 Error in Firefly
Post by: Andy Flowers on April 26, 2005, 01:23:57 AM
I am getting the following error during the compliation process, using PB Win 8.0 with FireFly.
Error = 414
Error Description = ")" expected
This error occurs when the declare refers to a PTR variable.
Title: PB Win 8.0 Error in Firefly
Post by: TechSupport on April 26, 2005, 08:22:23 PM
Hi Andy,

I suspect that you are trying to compile code from version 1.10, maybe?

Nevertheless, you should look at your source code for all instances where there is a pointer being passed to a function (your functions and any FireFly message declarations). In PB v8.00, all pointers have to be passed ByVal. In FireFly v1.10, I did not explicity declare the function definitions using a ByVal.

Once you have manually added the ByVal's then you should be okay. If not, then please let me know.