PB Win 8.0 Error in Firefly

Started by Andy Flowers, April 26, 2005, 01:23:57 AM

Previous topic - Next topic

Andy Flowers

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.

TechSupport

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.