473,387 Members | 1,693 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Compile error on WinXP/MSVC++E05

Heya,
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>

------ Erstellen gestartet: Projekt: upper_case, Konfiguration: Debug
Win32 ------
Verknüpfen...
LINK : warning LNK4199: /DELAYLOAD:GDI32.DLL wird ignoriert; keine
Importe von GDI32.DLL gefunden.
LINK : warning LNK4199: /DELAYLOAD:OPENGL32.DLL wird ignoriert; keine
Importe von OPENGL32.DLL gefunden.
LINK : warning LNK4199: /DELAYLOAD:GLU32.DLL wird ignoriert; keine
Importe von GLU32.DLL gefunden.
upper_case.obj : error LNK2019: Verweis auf nicht aufgelöstes externes
Symbol "_boinc_rename" in Funktion ""int __cdecl do_checkpoint(class
MFILE &,int)" (?do_checkpoint@@YAHAAVMFILE@@H@Z)".
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)".
upper_case.obj : error LNK2019: Verweis auf nicht aufgelöstes externes
Symbol ""public: int __thiscall MFILE::flush(void)" (?
flush@MFILE@@QAEHXZ)" in Funktion ""int __cdecl do_checkpoint(class
MFILE &,int)" (?do_checkpoint@@YAHAAVMFILE@@H@Z)".
upper_case.obj : error LNK2019: Verweis auf nicht aufgelöstes externes
Symbol ""public: __thiscall MFILE::~MFILE(void)" (??1MFILE@@QAE@XZ)"
in Funktion ""void __cdecl worker(void)" (?worker@@YAXXZ)".
upper_case.obj : error LNK2019: Verweis auf nicht aufgelöstes externes
Symbol "_boinc_finish" in Funktion ""void __cdecl worker(void)" (?
worker@@YAXXZ)".
upper_case.obj : error LNK2019: Verweis auf nicht aufgelöstes externes
Symbol ""double __cdecl dtime(void)" (?dtime@@YANXZ)" in Funktion
""void __cdecl worker(void)" (?worker@@YAXXZ)".
upper_case.obj : error LNK2019: Verweis auf nicht aufgelöstes externes
Symbol "_boinc_fraction_done" in Funktion ""void __cdecl
worker(void)" (?worker@@YAXXZ)".
upper_case.obj : error LNK2019: Verweis auf nicht aufgelöstes externes
Symbol "_boinc_checkpoint_completed" in Funktion ""void __cdecl
worker(void)" (?worker@@YAXXZ)".
upper_case.obj : error LNK2019: Verweis auf nicht aufgelöstes externes
Symbol "_boinc_time_to_checkpoint" in Funktion ""void __cdecl
worker(void)" (?worker@@YAXXZ)".
upper_case.obj : error LNK2001: Nicht aufgelöstes externes Symbol
""bool g_sleep" (?g_sleep@@3_NA)".
upper_case.obj : error LNK2019: Verweis auf nicht aufgelöstes externes
Symbol ""void __cdecl boinc_sleep(double)" (?boinc_sleep@@YAXN@Z)" in
Funktion ""void __cdecl worker(void)" (?worker@@YAXXZ)".
upper_case.obj : error LNK2019: Verweis auf nicht aufgelöstes externes
Symbol ""public: int __thiscall MFILE::_putchar(char)" (?
_putchar@MFILE@@QAEHD@Z)" in Funktion ""void __cdecl worker(void)" (?
worker@@YAXXZ)".
upper_case.obj : error LNK2019: Verweis auf nicht aufgelöstes externes
Symbol ""public: int __thiscall MFILE::open(char const *,char const
*)" (?open@MFILE@@QAEHPBD0@Z)" in Funktion ""void __cdecl
worker(void)" (?worker@@YAXXZ)".
upper_case.obj : error LNK2019: Verweis auf nicht aufgelöstes externes
Symbol "_boinc_truncate" in Funktion ""void __cdecl worker(void)" (?
worker@@YAXXZ)".
upper_case.obj : error LNK2019: Verweis auf nicht aufgelöstes externes
Symbol ""int __cdecl file_size(char const *,double &)" (?
file_size@@YAHPBDAAN@Z)" in Funktion ""void __cdecl worker(void)" (?
worker@@YAXXZ)".
upper_case.obj : error LNK2019: Verweis auf nicht aufgelöstes externes
Symbol "_boinc_fopen" in Funktion ""void __cdecl worker(void)" (?
worker@@YAXXZ)".
upper_case.obj : error LNK2019: Verweis auf nicht aufgelöstes externes
Symbol "_boinc_resolve_filename" in Funktion ""void __cdecl
worker(void)" (?worker@@YAXXZ)".
upper_case.obj : error LNK2019: Verweis auf nicht aufgelöstes externes
Symbol ""public: __thiscall MFILE::MFILE(void)" (??0MFILE@@QAE@XZ)" in
Funktion ""void __cdecl worker(void)" (?worker@@YAXXZ)".
upper_case.obj : error LNK2019: Verweis auf nicht aufgelöstes externes
Symbol "_boinc_init" in Funktion "_main".
upper_case.obj : error LNK2019: Verweis auf nicht aufgelöstes externes
Symbol ""int __cdecl parse_command_line(char *,char * *)" (?
parse_command_line@@YAHPADPAPAD@Z)" in Funktion "_WinMain@16".
Debug/uppercase_5.10_windows_intelx86.exe : fatal error LNK1120: 20
nicht aufgelöste externe Verweise.
Das Buildprotokoll wurde unter "file://c:\Dokumente und Einstellungen
\js\Desktop\boinc\repos\boinc_samples\win_build\Bu ild\Win32\Debug
\upper_case\obj\BuildLog.htm" gespeichert.
upper_case - 21 Fehler, 3 Warnung(en)
========== Erstellen: 0 erfolgreich, Fehler bei 1, 0 aktuell, 0
übersprungen ==========

</LOG>

I apologize for it being in german, but if you can tell me how to
change the language setting, please tell me :)
I can translate yo ua few things:
"Verweis auf nicht aufgelöstes externes Symbol" means "Reference to
not solved external symbol" (or something like that)
"wird ignoriert; keine Importe von GDI32.DLL gefunden." means "will be
ignored; no imports of XXX found."

Thanks in advance :)
Jonas
Nov 30 '07 #1
1 2098
Jonas Schneider <JS*********@googlemail.comwrites:
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) <ks***@mib.org>
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"
Nov 30 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Jani Jalkala | last post by:
I have PHP 4.3.7 running on my client's Windows 2003 server. The same computer also runs SQL Server and I am trying to connect from PHP to a database. This fails, so I would like to track down the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.