Posted By:
KiranReddy_D
Posted On:
Friday, May 6, 2005 05:54 AM
Hi, I am working in VC7 compiler....I have downloaded antlr-2.7.5.msi zipped and antlr-2.7.5.exe. I have generated parser for the grammer...after that created a project and tried to build my project... I am getting the following error: error LNK2005: "public: void __thiscall std::_Mutex::_Lock(void)" (?_Lock@_Mutex@std@@QAEXXZ) already defined in antlr.lib(TokenStreamRewriteEngine.obj) My project includes someother files...but no where those files I am using _Mutex and _Lock... Thanks in advance Regards Kiran
More>>
Hi,
I am working in VC7 compiler....I have downloaded
antlr-2.7.5.msi zipped and antlr-2.7.5.exe.
I have generated parser for the grammer...after that created a project and tried to build my project...
I am getting the following error:
error LNK2005: "public: void __thiscall std::_Mutex::_Lock(void)" (?_Lock@_Mutex@std@@QAEXXZ) already defined in antlr.lib(TokenStreamRewriteEngine.obj)
My project includes someother files...but no where those files I am using _Mutex and _Lock...
Thanks in advance
Regards
Kiran
<<Less