RE: [GD-Windows] operator delete linker hell
Brought to you by:
vexxed72
From: Brian H. <bri...@py...> - 2002-06-22 18:21:02
|
At 06:34 PM 6/22/2002 +0100, Andrew Grant wrote: >Do you mean you have all your memory routines in a seperate library, or all >your libraries include the memory routines which are in a .cpp ? My memory routines are in a separate library that I have (it's just a project in the workspace). >I had a similar problem to this a while ago with multiply defined functions >in libraries, and the solution was indeed the link order. Jiggling the order >of the libraries in project settings solved it. The problem is that "jiggling the order of the libraries" isn't particularly descriptive enough for me to do anything with =) As far as I can tell, there are two obvious conflicts, my MEMORY.LIB and then MSVC's LIBCMTD.LIB. I put both of those in the "ignore libraries" line, then re-add them in various orders in the "Object/Library Files" line, and so far no difference, other than occasionally I get a new complaint about a conflict with "libcpmtd.lib", which I've never heard of before. Brian |