Hello Fellow Clipper Programmers,
I have a problem with compiling Clipper programs in Windows XP.
I recently installed a new PC with XP where my old one has W98.
I keep getting a compiller error C2050 wich is supposed to be:
"Code block contains both macro and declared symbol references"
When I look at the code, I find no reason why the error should happen (please believe for now).
Now, in the past, I had the same mysterious error messages on my old W98 system. This happened when I decreased my environment space (just trying to save memory space).
To make a long story short, when my CONFIG.SYS had the line
SHELL=C:\WINDOWS\COMMAND.COM C:\WINDOWS /e:1000 /p
I got the error, but when my CONFIG.SYS had the line
SHELL=C:\WINDOWS\COMMAND.COM C:\WINDOWS /e:2000 /p
the compiler didn't complain. This was strange but I couldn't find the real reason, so I thought Clipper just needed more environment space and I was happy with setting the environment space a bit higher as long as this worked. Wich it did.
But now, with Windows XP, the Clipper compiler starts showing the same, weird, behaviour.
So, is there a way to get more environment space in the XP command window (if thats what I really need) or is there another reason why the clipper compiler gives these strange error messages?
Did I do something wrong in the past and did I find the wrong solution?
I hope someone can help me out of this.
Thanks for just reading. THANKS for any respond.