Click here to Skip to main content
15,885,767 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionfinding remote host up or not ! How ? Pin
Sakthiu26-Dec-06 17:40
Sakthiu26-Dec-06 17:40 
AnswerRe: finding remote host up or not ! How ? Pin
ThatsAlok26-Dec-06 18:56
ThatsAlok26-Dec-06 18:56 
QuestionFile sie in win32 Pin
amitmistry_petlad 26-Dec-06 17:37
amitmistry_petlad 26-Dec-06 17:37 
AnswerRe: File sie in win32 Pin
_AnsHUMAN_ 26-Dec-06 18:05
_AnsHUMAN_ 26-Dec-06 18:05 
GeneralRe: File sie in win32 Pin
Michael Dunn26-Dec-06 20:41
sitebuilderMichael Dunn26-Dec-06 20:41 
AnswerRe: File sie in win32 Pin
Hamid_RT26-Dec-06 18:23
Hamid_RT26-Dec-06 18:23 
AnswerRe: File sie in win32 Pin
Mark Salsbery27-Dec-06 5:41
Mark Salsbery27-Dec-06 5:41 
Questionstd linker errors Pin
Nougat H.26-Dec-06 12:25
Nougat H.26-Dec-06 12:25 
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)<br />
llmozlib.lib(llembeddedbrowser.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::_String_base::_Xran(void)const " (?_Xran@_String_base@std@@QBEXXZ)<br />
llmozlib.lib(llembeddedbrowserwindow.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::_String_base::_Xran(void)const " (?_Xran@_String_base@std@@QBEXXZ)<br />
llmozlib.lib(llmozlib.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::_String_base::_Xlen(void)const " (?_Xlen@_String_base@std@@QBEXXZ)<br />
llmozlib.lib(llembeddedbrowser.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::_String_base::_Xlen(void)const " (?_Xlen@_String_base@std@@QBEXXZ)<br />
llmozlib.lib(llembeddedbrowserwindow.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::_String_base::_Xlen(void)const " (?_Xlen@_String_base@std@@QBEXXZ)<br />
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.



Questionhow to control opengl buffer content Pin
patrickH8026-Dec-06 10:49
patrickH8026-Dec-06 10:49 
QuestionDirectshow question Pin
godspeed12326-Dec-06 8:50
godspeed12326-Dec-06 8:50 
AnswerRe: Directshow question Pin
Mark Salsbery26-Dec-06 11:36
Mark Salsbery26-Dec-06 11:36 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 11:50
godspeed12326-Dec-06 11:50 
GeneralRe: Directshow question Pin
Mark Salsbery26-Dec-06 12:00
Mark Salsbery26-Dec-06 12:00 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 12:10
godspeed12326-Dec-06 12:10 
GeneralRe: Directshow question Pin
Mark Salsbery26-Dec-06 12:28
Mark Salsbery26-Dec-06 12:28 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 12:30
godspeed12326-Dec-06 12:30 
GeneralRe: Directshow question Pin
Mark Salsbery26-Dec-06 12:42
Mark Salsbery26-Dec-06 12:42 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 12:52
godspeed12326-Dec-06 12:52 
GeneralRe: Directshow question Pin
Mark Salsbery26-Dec-06 13:06
Mark Salsbery26-Dec-06 13:06 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 13:14
godspeed12326-Dec-06 13:14 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 13:31
godspeed12326-Dec-06 13:31 
GeneralRe: Directshow question Pin
Mark Salsbery26-Dec-06 13:46
Mark Salsbery26-Dec-06 13:46 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 14:07
godspeed12326-Dec-06 14:07 
GeneralRe: Directshow question Pin
Mark Salsbery26-Dec-06 14:18
Mark Salsbery26-Dec-06 14:18 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 14:23
godspeed12326-Dec-06 14:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.