PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Martin Francom on November 27, 2009, 10:24:33 PM

Title: Another program different problem
Post by: Martin Francom on November 27, 2009, 10:24:33 PM
Another problem,  this time its during compile time.   Compile fails and points to an area of code that is being generated by FF.    The error given when compiling in the FF enviroment made no sense so loaded the CodeGen_Main  and compiled directly with PB9.  The error pointed to  --> IDC_FORMSENDTAB_COMMAND2    as being the problem.

See screen print.
Title: Re: Another program different problem
Post by: Paul Squires on November 28, 2009, 09:33:13 AM
Hi Marty,

Was this a FF2 imported project?
Title: Re: Another program different problem
Post by: Martin Francom on November 28, 2009, 01:26:52 PM
Paul,   
   No  but the program had compiled OK with FF3.01.   I can email the whole project to you if you think that would be helpful.
Title: Re: Another program different problem
Post by: Paul Squires on November 28, 2009, 02:57:16 PM
Yes, thanks Marty, that would be great. I'll debug it from my end to see if I can recreate the problem.
Title: Re: Another program different problem
Post by: Martin Francom on November 28, 2009, 08:26:19 PM
Quote from: TechSupport on November 28, 2009, 02:57:16 PM
Yes, thanks Marty, that would be great. I'll debug it from my end to see if I can recreate the problem.


Ok.  I ZIPed up the project and emailed it to you.   Thanks for the help.
Title: Re: Another program different problem
Post by: Martin Francom on November 29, 2009, 03:07:17 PM
Paul,
   Problem fixed..  I found if I check the "Omit Version Info from Resourse File" checkbox in the project properties then it will compile.   Must be something in my version info that is causing the RC to fail.