Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. std linker errors

std linker errors

Scheduled Pinned Locked Moved C / C++ / MFC
helpphphtmlcomregex
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    Nougat H
    wrote on last edited by
    #1

    Hello, I have downloaded this LLMozLib (it allows easy embedding of the Mozilla Gecko HTML layout engine) but when I tried to compile one of the test apps I got these linker errors: llmozlib.lib(llmozlib.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::_String_base::_Xran(void)const " (?_Xran@_String_base@std@@QBEXXZ) llmozlib.lib(llembeddedbrowser.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::_String_base::_Xran(void)const " (?_Xran@_String_base@std@@QBEXXZ) llmozlib.lib(llembeddedbrowserwindow.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::_String_base::_Xran(void)const " (?_Xran@_String_base@std@@QBEXXZ) llmozlib.lib(llmozlib.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::_String_base::_Xlen(void)const " (?_Xlen@_String_base@std@@QBEXXZ) llmozlib.lib(llembeddedbrowser.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::_String_base::_Xlen(void)const " (?_Xlen@_String_base@std@@QBEXXZ) llmozlib.lib(llembeddedbrowserwindow.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::_String_base::_Xlen(void)const " (?_Xlen@_String_base@std@@QBEXXZ) llmozlib.lib(llmozlib.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::ios_base::_Addstd(void)" (?_Addstd@ios_base@std@@QAEXXZ) The _String_base is defined in the following way:

    class _CRTIMP2_PURE _String_base
    : public _Container_base
    { // ultimate base class for basic_string to hold error reporters
    public:
    _MRTIMP2_NPURE_NCEEPURE static void __CLRCALL_PURE_OR_CDECL _Xlen(); // report a length_error
    ****

    Now I found this thread that shows the identical problem and it is suggested that the calling conventions of the definition and the lib don't match, but the solution (to change __CLRCALL_PURE_OR_CDECL to __cdecl) doesn't work. I have tried everything to resolve them, but it's no good (god, how I hate linker errors). I hope one of you guys can shed some light on this. Thank you. #edit-> Oh, and I'm using vs8.

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups