PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: David Kenny on January 13, 2009, 07:27:09 PM

Title: No Status Codes?
Post by: David Kenny on January 13, 2009, 07:27:09 PM
Hello Paul,

Looking at the generated code, it would appear that you don't have any provisions for the application returning a "status code" or "completion code".  In fact, it looks as if you are returning a code that is never set.
QuoteFunction = msg.wParam

Msg is never referenced in WinMain except for the assignment above.

It looks like it would be rather easy to create a FF function to set the "status code" and then return that code in WinMain function.  I will do it manually from a global variable for now.

Can't wait until FF3 is ready! ;D

David
Title: Re: No Status Codes?
Post by: TechSupport on January 13, 2009, 09:16:33 PM
Hi David,

What a coincidence! I was asked this exact same question last week. I have a fix implemented in the upcoming 2.95 update.

Thanks!