Another program different problem

Started by Martin Francom, November 27, 2009, 10:24:33 PM

Previous topic - Next topic

Martin Francom

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.

Paul Squires

Hi Marty,

Was this a FF2 imported project?
Paul Squires
PlanetSquires Software

Martin Francom

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.

Paul Squires

Yes, thanks Marty, that would be great. I'll debug it from my end to see if I can recreate the problem.
Paul Squires
PlanetSquires Software

Martin Francom

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.

Martin Francom

#5
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.