Re: Compile error on WinXP/MSVC++E05
- From: Keith Thompson <kst-u@xxxxxxx>
- Date: Fri, 30 Nov 2007 11:46:01 -0800
Jonas Schneider <JS.Sokrates@xxxxxxxxxxxxxx> writes:
don´t know if you know BOINC: it´s a system for distributed computing,[...]
therefore distributing work to many computers and creating a little
super-computer, see also their homepage: http://boinc.berkeley.edu/.
I get the folllowing errors when I want to compile their default
application (WinXP, MSVC++E05):
<LOG>
upper_case.obj : error LNK2019: Verweis auf nicht aufgelöstes externes[...]
Symbol ""int __cdecl boinc_resolve_filename_s(char const *,class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > &)" (?boinc_resolve_filename_s@@YAHPBDAAV?
$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)" in
Funktion ""int __cdecl do_checkpoint(class MFILE &,int)" (?
do_checkpoint@@YAHAAVMFILE@@H@Z)".
The code it's complaining about is C++, not C. You'll have better
luck asking in comp.lang.c++.
I think it's also having problems with "__cdecl" which isn't standard
either in C or in C++.
--
Keith Thompson (The_Other_Keith) <kst-u@xxxxxxx>
Looking for software development work in the San Diego area.
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"
.
- References:
- Compile error on WinXP/MSVC++E05
- From: Jonas Schneider
- Compile error on WinXP/MSVC++E05
- Prev by Date: Re: Global Variables : Where are they stored ?
- Next by Date: Re: Reading a table
- Previous by thread: Compile error on WinXP/MSVC++E05
- Next by thread: Re: is this correct C? (char*)spm += spm->partitionMapLength;
- Index(es):