Hi,
In VC8 project release mode, using __FILE__ macro and compiler option
/FC,
I can get the full path name with all small letters(Ex:
c:\testvc8project\samplefilename.cpp).
But I could not get the full path name with Camel Format(Ex:
c:\TestVC8Project\SampleFileName.cpp).
How can I get that?
Thanks i advance,
Vinod
P.S: In VC6, using __FILE__ macro without any setting, I can get the
full path name with Camel Format.