DoubleATam / vba-rerecording

Automatically exported from code.google.com/p/vba-rerecording
GNU General Public License v2.0
0 stars 0 forks source link

can't compile revision 99 #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.compile revision 99
2.
3.

What is the expected output? What do you see instead?
2>nafxcw.lib(afxmem.obj) : error LNK2005: "void * __cdecl operator new
(unsigned int)" (??2@YAPAXI@Z) already defined in LIBCMT.lib(new.obj)
2>nafxcw.lib(afxmem.obj) : error LNK2005: "void __cdecl operator delete
(void *)" (??3@YAXPAX@Z) already defined in LIBCMT.lib(delete.obj)
2>nafxcw.lib(afxmem.obj) : error LNK2005: "void * __cdecl operator new[]
(unsigned int)" (??_U@YAPAXI@Z) already defined in libcpmt.lib(newaop.obj)
2>nafxcw.lib(afxmem.obj) : error LNK2005: "void __cdecl operator delete[]
(void *)" (??_V@YAXPAX@Z) already defined in LIBCMT.lib(delete2.obj)
LNK1169: one or more multiply defined symbols found

What version of the product are you using? On what operating system?
Windows Vista

Original issue reported on code.google.com by hondza...@hotmail.com on 29 Jun 2009 at 5:52

GoogleCodeExporter commented 9 years ago
For some reason I can't reproduce this. However, I've checked in a change to
VBA2008.vcproj that might possibly fix it in revision 100, so let me know if it 
works.

Original comment by nitsuja-@hotmail.com on 30 Jun 2009 at 4:09

GoogleCodeExporter commented 9 years ago
Fix problem in revision 100.

Original comment by hondza...@hotmail.com on 30 Jun 2009 at 4:32

GoogleCodeExporter commented 9 years ago
It's fixed? OK, good, I'll close this as fixed then.

Original comment by nitsuja-@hotmail.com on 30 Jun 2009 at 4:37