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.
Hi Marty,
Was this a FF2 imported project?
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.
Yes, thanks Marty, that would be great. I'll debug it from my end to see if I can recreate the problem.
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.
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.