Guest_imported
New member
- Jan 1, 1970
- 0
I'm using MSVC++ 6.0 on a Windows 2000 (SP2) machine and
I've run into a dead-block.
In my utility application, util.cpp file, I have to #include the toolbox.h file.
While compiling this util.cpp file and I
get the error:
"error C2733: second C linkage of overloaded function 'lstrcatA' not allowed"
I NEED to include this header as this header is being used in several files and it is working fine but giving the above error when used in my util.cpp
How can I get around this problem????
Any help or ideas would be greatly appreciated.
Thanks,
Srinivas Divi
I've run into a dead-block.
In my utility application, util.cpp file, I have to #include the toolbox.h file.
While compiling this util.cpp file and I
get the error:
"error C2733: second C linkage of overloaded function 'lstrcatA' not allowed"
I NEED to include this header as this header is being used in several files and it is working fine but giving the above error when used in my util.cpp
How can I get around this problem????
Any help or ideas would be greatly appreciated.
Thanks,
Srinivas Divi