When I try to compile this old legacy application, I am getting an error.
Compiling g:\sourcesafe\foxpro\production\production_humanresources\libraries\wwipstuff.vcx
#IF WWVFPVERSION > 5
Error in line 155 of wwhttpdata.s_execute (record 12): Preprocessor expression is invalid.
#IF WWVFPVERSION > 5
Error in line 166 of wwhttpdata.s_execute (record 12): Preprocessor expression is invalid.
so I go into the class and look at the code:
#IF WWVFPVERSION > 5
SYS(2335,0)
#ENDIF
The only changes I made was to put the project into Source safe and try and recompile.
I have this exact same code in another directory that is not in source safe and that compiles fine.
Been staring at this for 2 hours already. Can anyone help?
Compiling g:\sourcesafe\foxpro\production\production_humanresources\libraries\wwipstuff.vcx
#IF WWVFPVERSION > 5
Error in line 155 of wwhttpdata.s_execute (record 12): Preprocessor expression is invalid.
#IF WWVFPVERSION > 5
Error in line 166 of wwhttpdata.s_execute (record 12): Preprocessor expression is invalid.
so I go into the class and look at the code:
#IF WWVFPVERSION > 5
SYS(2335,0)
#ENDIF
The only changes I made was to put the project into Source safe and try and recompile.
I have this exact same code in another directory that is not in source safe and that compiles fine.
Been staring at this for 2 hours already. Can anyone help?