You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Glenn Puchtel <gp...@gplicity.com> on 2003/11/10 21:08:23 UTC

unresolved external symbol xercesc_2_3::XMemory::XMemory(class xercesc_2_3::XMemory const &)"

Hello everyone (anyone?),
 
            I'm brand new to the Xerces community and I apologize in
advance if I'm doing something silly, but I get unresolved external
references to the copy constructor of the XMemory class.   Now, I fully
understand that the technique to disable unwanted methods that are
automatically generated, but that's just the point isn't it? The copy
constructor usage shouldn't be getting past the compiler so how is it a
reference in the first place?   Again, my head might be a bit thick so I
apologize in advance if it's obvious, to everyone but me :-)
 
            Specifically, I'm trying to build the source using Microsoft
VC++ 7.0 solution (.sln)
 
Thanks in advance,
Glenn

Re: unresolved external symbol xercesc_2_3::XMemory::XMemory(class xercesc_2_3::XMemory const &)"

Posted by Antonio David López Cordero <da...@supercable.es>.
I has had the same problem (some linker symbol missings) using the BCB6, but I solved them simply adding "these files" to the project.

B regards.

  ----- Original Message ----- 
  From: Glenn Puchtel 
  To: xerces-c-dev@xml.apache.org 
  Sent: Monday, November 10, 2003 9:08 PM
  Subject: unresolved external symbol xercesc_2_3::XMemory::XMemory(class xercesc_2_3::XMemory const &)"


  Hello everyone (anyone?),

   

              I'm brand new to the Xerces community and I apologize in advance if I'm doing something silly, but I get unresolved external references to the copy constructor of the XMemory class.   Now, I fully understand that the technique to disable unwanted methods that are automatically generated, but that's just the point isn't it? The copy constructor usage shouldn't be getting past the compiler so how is it a reference in the first place?   Again, my head might be a bit thick so I apologize in advance if it's obvious, to everyone but me J

   

              Specifically, I'm trying to build the source using Microsoft VC++ 7.0 solution (.sln)

   

  Thanks in advance,

  Glenn