I tried removing the .ncb and .suo intermediate files but I still get the error. I tried to create a map file but either because the project will not fully compile or because I changed the setting incorrectly when the map file is created it is empty, its size is 0kb. To create the map file I went under the project properties -> linker -> debugging and set Generate map File to yes, gave a map file name, and set Map Exports to yes.
-----Original Message----- From: David Bertoni [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 20, 2007 7:47 PM To: [email protected] Subject: Re: unresolved external symbol Straub, Corey wrote: > When I did the dumpbin before I used the /ALL to get all the data on > the files and when I searched the txt file I used this: > > [EMAIL PROTECTED]@xercesc_2_7@@[EMAIL PROTECTED]@A > > [EMAIL PROTECTED]@xercesc_2_7@@2QBDB > > Is that the mangled name I was supposed to search for? > > I removed the directories and provided the explicit path with the same > results, I when I get time tomorrow I will try making the mapfile and > see if that shines any light on the situation. > > Thanks for the help Another thing you might try to to delete your .ncb and .suo intermediate files. I remember something like this happening on VC6 in certain circumstances. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
