Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help Me...got hanged with error C2733: second C linkage ....

Status
Not open for further replies.

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


 
This is probably a post for the VC++ forum, not the Borland Builder form. you'll most likely get more positive results. Cyprus
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top