Du bist nicht angemeldet.

Stilllegung des Forums
Das Forum wurde am 05.06.2023 nach über 20 Jahren stillgelegt (weitere Informationen und ein kleiner Rückblick).
Registrierungen, Anmeldungen und Postings sind nicht mehr möglich. Öffentliche Inhalte sind weiterhin zugänglich.
Das Team von spieleprogrammierer.de bedankt sich bei der Community für die vielen schönen Jahre.
Wenn du eine deutschsprachige Spieleentwickler-Community suchst, schau doch mal im Discord und auf ZFX vorbei!

Werbeanzeige

derolli

Treue Seele

  • »derolli« ist der Autor dieses Themas

Beiträge: 144

Beruf: Student

  • Private Nachricht senden

1

30.06.2010, 19:10

Problem mit afxres.h

Hallo Leute,

Ich habe versucht das erste Beispielprogramm unter VC++ 2008 zu kompilieren. Da kam der Fehler das er die afxres.h nicht findet. Ich habe mich dann durchs Forum geklickt und den Tip gefunden statt afxres.h, windows.h einzubinden wenn ich das allerdings tue kommen folgende Fehler:

C-/C++-Quelltext

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
------ Neues Erstellen gestartet: Projekt: 02-01 Fenster, Konfiguration: Debug Win32 ------ 
Die Zwischen- und Ausgabedateien für das Projekt "02-01 Fenster" mit der Konfiguration "Debug|Win32" werden gelöscht. 
Kompilieren... 
InitWindow.cpp 
Fenster.cpp 
Code wird generiert... 
Ressourcen werden kompiliert... 
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0 
Copyright (C) Microsoft Corporation. All rights reserved. 
Manifest in Ressourcen wird kompiliert... 
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0 
Copyright (C) Microsoft Corporation. All rights reserved. 
Verknüpfen... 
Fenster.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__LoadIconA@8" in Funktion "_WinMain@16". 
InitWindow.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__CreateWindowExA@48" in Funktion ""enum tbResult __cdecl InitWindow(int,int,char *,struct HICON__ *)" (?InitWindow@@YA?AW4tbResult@@HHPADPAUHICON__@@@Z)". 
InitWindow.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetSystemMetrics@4" in Funktion ""enum tbResult __cdecl InitWindow(int,int,char *,struct HICON__ *)" (?InitWindow@@YA?AW4tbResult@@HHPADPAUHICON__@@@Z)". 
InitWindow.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__AdjustWindowRect@12" in Funktion ""enum tbResult __cdecl InitWindow(int,int,char *,struct HICON__ *)" (?InitWindow@@YA?AW4tbResult@@HHPADPAUHICON__@@@Z)". 
InitWindow.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__SetRect@20" in Funktion ""enum tbResult __cdecl InitWindow(int,int,char *,struct HICON__ *)" (?InitWindow@@YA?AW4tbResult@@HHPADPAUHICON__@@@Z)". 
InitWindow.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__RegisterClassExA@4" in Funktion ""enum tbResult __cdecl InitWindow(int,int,char *,struct HICON__ *)" (?InitWindow@@YA?AW4tbResult@@HHPADPAUHICON__@@@Z)". 
InitWindow.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__LoadCursorA@8" in Funktion ""enum tbResult __cdecl InitWindow(int,int,char *,struct HICON__ *)" (?InitWindow@@YA?AW4tbResult@@HHPADPAUHICON__@@@Z)". 
InitWindow.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetModuleHandleA@4" in Funktion ""enum tbResult __cdecl InitWindow(int,int,char *,struct HICON__ *)" (?InitWindow@@YA?AW4tbResult@@HHPADPAUHICON__@@@Z)". 
InitWindow.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__UnregisterClassA@8" in Funktion ""enum tbResult __cdecl ExitWindow(void)" (?ExitWindow@@YA?AW4tbResult@@XZ)". 
InitWindow.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__DefWindowProcA@16" in Funktion ""long __stdcall WindowProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WindowProc@@YGJPAUHWND__@@IIJ@Z)". 
InitWindow.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__PostQuitMessage@4" in Funktion ""long __stdcall WindowProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WindowProc@@YGJPAUHWND__@@IIJ@Z)". 
InitWindow.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__DestroyWindow@4" in Funktion ""long __stdcall WindowProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WindowProc@@YGJPAUHWND__@@IIJ@Z)". 
InitWindow.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__EndPaint@8" in Funktion ""long __stdcall WindowProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WindowProc@@YGJPAUHWND__@@IIJ@Z)". 
InitWindow.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__FillRect@12" in Funktion ""long __stdcall WindowProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WindowProc@@YGJPAUHWND__@@IIJ@Z)". 
InitWindow.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetStockObject@4" in Funktion ""long __stdcall WindowProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WindowProc@@YGJPAUHWND__@@IIJ@Z)". 
InitWindow.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__BeginPaint@8" in Funktion ""long __stdcall WindowProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WindowProc@@YGJPAUHWND__@@IIJ@Z)". 
LIBCMTD.lib(wincrt0.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetCommandLineA@0" in Funktion "___tmainCRTStartup". 
LIBCMTD.lib(wincrt0.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetStartupInfoA@4" in Funktion "___tmainCRTStartup". 
LIBCMTD.lib(ioinit.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetStartupInfoA@4". 
LIBCMTD.lib(_error_.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__IsDebuggerPresent@0" in Funktion "_DebuggerKnownHandle". 
LIBCMTD.lib(gs_report.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__IsDebuggerPresent@0". 
LIBCMTD.lib(invarg.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__IsDebuggerPresent@0". 
LIBCMTD.lib(_error_.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__RaiseException@16" in Funktion ""int __cdecl DebuggerProbe(unsigned long)" (?DebuggerProbe@@YAHK@Z)". 
LIBCMTD.lib(throw.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__RaiseException@16". 
LIBCMTD.lib(_error_.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__DebugBreak@0" in Funktion ""void __cdecl failwithmessage(void *,int,int,char const *)" (?failwithmessage@@YAXPAXHHPBD@Z)". 
LIBCMTD.lib(dbgrptt.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__DebugBreak@0". 
LIBCMTD.lib(wctomb.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__WideCharToMultiByte@32". 
LIBCMTD.lib(putwch.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__WideCharToMultiByte@32". 
LIBCMTD.lib(wtombenv.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__WideCharToMultiByte@32". 
LIBCMTD.lib(wcstombs.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__WideCharToMultiByte@32". 
LIBCMTD.lib(convrtcp.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__WideCharToMultiByte@32". 
LIBCMTD.lib(tzset.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__WideCharToMultiByte@32". 
LIBCMTD.lib(write.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__WideCharToMultiByte@32". 
LIBCMTD.lib(_error_.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__WideCharToMultiByte@32" in Funktion ""void __cdecl failwithmessage(void *,int,int,char const *)" (?failwithmessage@@YAXPAXHHPBD@Z)". 
LIBCMTD.lib(a_env.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__WideCharToMultiByte@32". 
LIBCMTD.lib(a_map.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__WideCharToMultiByte@32". 
LIBCMTD.lib(a_loc.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__WideCharToMultiByte@32". 
LIBCMTD.lib(convrtcp.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__MultiByteToWideChar@24". 
LIBCMTD.lib(mbtowc.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__MultiByteToWideChar@24". 
LIBCMTD.lib(a_cmp.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__MultiByteToWideChar@24" in Funktion "__freea". 
LIBCMTD.lib(_error_.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__MultiByteToWideChar@24". 
LIBCMTD.lib(a_map.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__MultiByteToWideChar@24". 
LIBCMTD.lib(a_str.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__MultiByteToWideChar@24". 
LIBCMTD.lib(mbstowcs.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__MultiByteToWideChar@24". 
LIBCMTD.lib(_error_.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__lstrlenA@4" in Funktion ""void __cdecl _RTC_AllocaFailure(void *,struct _RTC_ALLOCA_NODE *,int)" (?_RTC_AllocaFailure@@YAXPAXPAU_RTC_ALLOCA_NODE@@H@Z)". 
LIBCMTD.lib(rand_s.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetProcAddress@8". 
LIBCMTD.lib(expand.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetProcAddress@8". 
LIBCMTD.lib(crtmbox.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetProcAddress@8". 
LIBCMTD.lib(crtmboxw.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetProcAddress@8". 
LIBCMTD.lib(_error_.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetProcAddress@8" in Funktion ""void __cdecl _RTC_AllocaFailure(void *,struct _RTC_ALLOCA_NODE *,int)" (?_RTC_AllocaFailure@@YAXPAXPAU_RTC_ALLOCA_NODE@@H@Z)". 
LIBCMTD.lib(crt0dat.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetProcAddress@8". 
LIBCMTD.lib(tidtable.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetProcAddress@8". 
LIBCMTD.lib(_pdblkup_.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetProcAddress@8". 
LIBCMTD.lib(_error_.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__LoadLibraryA@4" in Funktion ""void __cdecl _RTC_AllocaFailure(void *,struct _RTC_ALLOCA_NODE *,int)" (?_RTC_AllocaFailure@@YAXPAXPAU_RTC_ALLOCA_NODE@@H@Z)". 
LIBCMTD.lib(_pdblkup_.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__LoadLibraryA@4". 
LIBCMTD.lib(rand_s.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__LoadLibraryA@4". 
LIBCMTD.lib(crtmbox.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__LoadLibraryA@4". 
LIBCMTD.lib(gs_report.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__TerminateProcess@8" in Funktion "___report_gsfailure". 
LIBCMTD.lib(invarg.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__TerminateProcess@8". 
LIBCMTD.lib(gs_report.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetCurrentProcess@0" in Funktion "___report_gsfailure". 
LIBCMTD.lib(invarg.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetCurrentProcess@0". 
LIBCMTD.lib(gs_report.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__UnhandledExceptionFilter@4" in Funktion "___report_gsfailure". 
LIBCMTD.lib(invarg.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__UnhandledExceptionFilter@4". 
LIBCMTD.lib(abort.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__UnhandledExceptionFilter@4". 
LIBCMTD.lib(gs_report.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__SetUnhandledExceptionFilter@4" in Funktion "___report_gsfailure". 
LIBCMTD.lib(unhandld.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__SetUnhandledExceptionFilter@4". 
LIBCMTD.lib(invarg.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__SetUnhandledExceptionFilter@4". 
LIBCMTD.lib(abort.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__SetUnhandledExceptionFilter@4". 
LIBCMTD.lib(gs_support.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__QueryPerformanceCounter@4" in Funktion "___security_init_cookie". 
LIBCMTD.lib(gs_support.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetTickCount@0" in Funktion "___security_init_cookie". 
LIBCMTD.lib(gs_support.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetCurrentThreadId@0" in Funktion "___security_init_cookie". 
LIBCMTD.lib(tidtable.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetCurrentThreadId@0". 
LIBCMTD.lib(gs_support.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetCurrentProcessId@0" in Funktion "___security_init_cookie". 
LIBCMTD.lib(gs_support.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetSystemTimeAsFileTime@4" in Funktion "___security_init_cookie". 
LIBCMTD.lib(crt0dat.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetModuleHandleW@4" in Funktion "__crt_waiting_on_module_handle". 
LIBCMTD.lib(tidtable.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetModuleHandleW@4". 
LIBCMTD.lib(expand.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetModuleHandleW@4". 
LIBCMTD.lib(crt0dat.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__Sleep@4" in Funktion "__crt_waiting_on_module_handle". 
LIBCMTD.lib(dbgrptt.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__InterlockedIncrement@4". 
LIBCMTD.lib(crt0dat.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__InterlockedIncrement@4" in Funktion "___freeCrtMemory". 
LIBCMTD.lib(tidtable.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__InterlockedIncrement@4". 
LIBCMTD.lib(mbctype.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__InterlockedIncrement@4". 
LIBCMTD.lib(setlocal.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__InterlockedIncrement@4". 
LIBCMTD.lib(initctyp.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__InterlockedDecrement@4". 
LIBCMTD.lib(dbgrptt.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__InterlockedDecrement@4". 
LIBCMTD.lib(inittime.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__InterlockedDecrement@4". 
LIBCMTD.lib(initnum.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__InterlockedDecrement@4". 
LIBCMTD.lib(initmon.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__InterlockedDecrement@4". 
LIBCMTD.lib(crt0dat.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__InterlockedDecrement@4" in Funktion "___freeCrtMemory". 
LIBCMTD.lib(tidtable.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__InterlockedDecrement@4". 
LIBCMTD.lib(mbctype.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__InterlockedDecrement@4". 
LIBCMTD.lib(setlocal.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__InterlockedDecrement@4". 
LIBCMTD.lib(crt0dat.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__ExitProcess@4" in Funktion "___crtExitProcess". 
LIBCMTD.lib(stdargv.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetModuleFileNameA@12" in Funktion "__setargv". 
LIBCMTD.lib(crt0msg.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetModuleFileNameA@12". 
LIBCMTD.lib(dbgrpt.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetModuleFileNameA@12". 
LIBCMTD.lib(a_env.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__FreeEnvironmentStringsA@4" in Funktion "___crtGetEnvironmentStringsA". 
LIBCMTD.lib(a_env.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetEnvironmentStrings@0" in Funktion "___crtGetEnvironmentStringsA". 
LIBCMTD.lib(a_env.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__FreeEnvironmentStringsW@4" in Funktion "___crtGetEnvironmentStringsA". 
LIBCMTD.lib(commit.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetLastError@0" in Funktion "__commit". 
LIBCMTD.lib(a_cmp.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetLastError@0". 
LIBCMTD.lib(close.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetLastError@0". 
LIBCMTD.lib(write.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetLastError@0". 
LIBCMTD.lib(wctomb.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetLastError@0". 
LIBCMTD.lib(osfinfo.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetLastError@0". 
LIBCMTD.lib(putwch.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetLastError@0". 
LIBCMTD.lib(a_loc.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetLastError@0". 
LIBCMTD.lib(mbstowcs.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetLastError@0". 
LIBCMTD.lib(wcstombs.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetLastError@0". 
LIBCMTD.lib(lseeki64.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetLastError@0". 
LIBCMTD.lib(heapchk.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetLastError@0". 
LIBCMTD.lib(dbgrptt.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetLastError@0". 
LIBCMTD.lib(a_map.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetLastError@0". 
LIBCMTD.lib(a_str.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetLastError@0". 
LIBCMTD.lib(inithelp.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetLastError@0". 
LIBCMTD.lib(expand.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetLastError@0". 
LIBCMTD.lib(realloc.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetLastError@0". 
LIBCMTD.lib(free.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetLastError@0". 
LIBCMTD.lib(a_env.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetLastError@0". 
LIBCMTD.lib(tidtable.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetLastError@0". 
LIBCMTD.lib(winsig.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetLastError@0". 
LIBCMTD.lib(rand_s.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetLastError@0". 
LIBCMTD.lib(a_env.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetEnvironmentStringsW@0" in Funktion "___crtGetEnvironmentStringsA". 
LIBCMTD.lib(ioinit.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__SetHandleCount@4" in Funktion "__ioinit". 
LIBCMTD.lib(ioinit.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetStdHandle@4" in Funktion "__ioinit". 
LIBCMTD.lib(crt0msg.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetStdHandle@4". 
LIBCMTD.lib(dbgrptt.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetStdHandle@4". 
LIBCMTD.lib(ioinit.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetFileType@4" in Funktion "__ioinit". 
LIBCMTD.lib(dbgrptt.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetFileType@4". 
LIBCMTD.lib(osfinfo.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetFileType@4". 
LIBCMTD.lib(ioinit.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__DeleteCriticalSection@4" in Funktion "__ioterm". 
LIBCMTD.lib(mlock.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__DeleteCriticalSection@4". 
LIBCMTD.lib(closeall.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__DeleteCriticalSection@4". 
LIBCMTD.lib(dbgheap.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__HeapValidate@12" in Funktion "__CrtIsValidHeapPointer". 
LIBCMTD.lib(heapchk.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__HeapValidate@12". 
LIBCMTD.lib(dbgheap.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__IsBadReadPtr@8" in Funktion ""void __cdecl _CrtMemDumpAllObjectsSince_stat(struct _CrtMemState const *,struct localeinfo_struct *)" (?_CrtMemDumpAllObjectsSince_stat@@YAXPBU_CrtMemState@@PAUlocaleinfo_struct@@@Z)". 
LIBCMTD.lib(tidtable.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__TlsGetValue@4" in Funktion "__encode_pointer". 
LIBCMTD.lib(tidtable.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__TlsAlloc@0" in Funktion "___crtTlsAlloc@4". 
LIBCMTD.lib(tidtable.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__TlsSetValue@8" in Funktion "___set_flsgetvalue". 
LIBCMTD.lib(tidtable.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__TlsFree@4" in Funktion "__mtinit". 
LIBCMTD.lib(tidtable.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__SetLastError@4" in Funktion "__getptd_noexit". 
LIBCMTD.lib(initcrit.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__SetLastError@4". 
LIBCMTD.lib(tidtable.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetCurrentThread@0" in Funktion "___threadhandle". 
LIBCMTD.lib(heapinit.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__HeapDestroy@4" in Funktion "__heap_init". 
LIBCMTD.lib(heapinit.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__HeapCreate@12" in Funktion "__heap_init". 
LIBCMTD.lib(heapinit.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__HeapFree@12" in Funktion "__heap_term". 
LIBCMTD.lib(_pdblkup_.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__HeapFree@12". 
LIBCMTD.lib(free.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__HeapFree@12". 
LIBCMTD.lib(sbheap.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__HeapFree@12". 
LIBCMTD.lib(heapinit.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__VirtualFree@12" in Funktion "__heap_term". 
LIBCMTD.lib(sbheap.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__VirtualFree@12". 
LIBCMTD.lib(crt0msg.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__WriteFile@20" in Funktion "__NMSG_WRITE". 
LIBCMTD.lib(dbgrptt.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__WriteFile@20". 
LIBCMTD.lib(write.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__WriteFile@20". 
LIBCMTD.lib(dbgrptw.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetModuleFileNameW@12" in Funktion "___crtMessageWindowW". 
LIBCMTD.lib(_pdblkup_.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetModuleFileNameW@12". 
LIBCMTD.lib(_pdblkup_.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__HeapAlloc@12" in Funktion ""int __cdecl _RTC_GetSrcLine(unsigned char *,wchar_t *,unsigned long,int *,wchar_t *,unsigned long)" (?_RTC_GetSrcLine@@YAHPAEPA_WKPAH1K@Z)". 
LIBCMTD.lib(malloc.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__HeapAlloc@12". 
LIBCMTD.lib(realloc.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__HeapAlloc@12". 
LIBCMTD.lib(sbheap.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__HeapAlloc@12". 
LIBCMTD.lib(_pdblkup_.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetProcessHeap@0" in Funktion ""int __cdecl _RTC_GetSrcLine(unsigned char *,wchar_t *,unsigned long,int *,wchar_t *,unsigned long)" (?_RTC_GetSrcLine@@YAHPAEPA_WKPAH1K@Z)". 
LIBCMTD.lib(_pdblkup_.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__VirtualQuery@12" in Funktion ""int __cdecl _RTC_GetSrcLine(unsigned char *,wchar_t *,unsigned long,int *,wchar_t *,unsigned long)" (?_RTC_GetSrcLine@@YAHPAEPA_WKPAH1K@Z)". 
LIBCMTD.lib(_pdblkup_.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__FreeLibrary@4" in Funktion ""struct HINSTANCE__ * __cdecl GetPdbDll(void)" (?GetPdbDll@@YAPAUHINSTANCE__@@XZ)". 
LIBCMTD.lib(rand_s.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__FreeLibrary@4". 
LIBCMTD.lib(mbctype.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetACP@0" in Funktion ""int __cdecl getSystemCP(int)" (?getSystemCP@@YAHH@Z)". 
LIBCMTD.lib(getqloc.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetACP@0". 
LIBCMTD.lib(mbctype.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetOEMCP@0" in Funktion ""int __cdecl getSystemCP(int)" (?getSystemCP@@YAHH@Z)". 
LIBCMTD.lib(mbctype.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetCPInfo@8" in Funktion "__setmbcp_nolock". 
LIBCMTD.lib(initctyp.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetCPInfo@8". 
LIBCMTD.lib(convrtcp.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetCPInfo@8". 
LIBCMTD.lib(a_cmp.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetCPInfo@8". 
LIBCMTD.lib(mbctype.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__IsValidCodePage@4" in Funktion "__setmbcp_nolock". 
LIBCMTD.lib(getqloc.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__IsValidCodePage@4". 
LIBCMTD.lib(mlock.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__EnterCriticalSection@4" in Funktion "__lock". 
LIBCMTD.lib(_file.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__EnterCriticalSection@4". 
LIBCMTD.lib(osfinfo.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__EnterCriticalSection@4". 
LIBCMTD.lib(mlock.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__LeaveCriticalSection@4" in Funktion "__unlock". 
LIBCMTD.lib(_file.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__LeaveCriticalSection@4". 
LIBCMTD.lib(osfinfo.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__LeaveCriticalSection@4". 
LIBCMTD.lib(mlock.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__FatalAppExitA@8" in Funktion "__lockerr_exit". 
LIBCMTD.lib(winsig.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__SetConsoleCtrlHandler@8" in Funktion "_signal". 
LIBCMTD.lib(rand_s.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__InterlockedExchange@8" in Funktion "_rand_s". 
LIBCMTD.lib(initcrit.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__InitializeCriticalSectionAndSpinCount@8" in Funktion "___crtInitCritSecAndSpinCount". 
LIBCMTD.lib(expand.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__HeapSize@12" in Funktion "__expand_base". 
LIBCMTD.lib(expand.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__HeapReAlloc@16" in Funktion "__expand_base". 
LIBCMTD.lib(realloc.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__HeapReAlloc@16". 
LIBCMTD.lib(sbheap.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__HeapReAlloc@16". 
LIBCMTD.lib(sbheap.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__VirtualAlloc@16" in Funktion "___sbh_alloc_new_region". 
LIBCMTD.lib(exsup4.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_RtlUnwind@16" in Funktion "@_EH4_GlobalUnwind@4". 
LIBCMTD.lib(_trnsctrl_.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_RtlUnwind@16". 
LIBCMTD.lib(exsup.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_RtlUnwind@16". 
LIBCMTD.lib(dbgrptt.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__OutputDebugStringA@4" in Funktion "__VCrtDbgReportA". 
LIBCMTD.lib(dbgrptt.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__WriteConsoleW@20" in Funktion "__VCrtDbgReportW". 
LIBCMTD.lib(putwch.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__WriteConsoleW@20". 
LIBCMTD.lib(dbgrptt.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__OutputDebugStringW@4" in Funktion "__VCrtDbgReportW". 
LIBCMTD.lib(crtmboxw.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__LoadLibraryW@4" in Funktion "___crtMessageBoxW". 
LIBCMTD.lib(a_map.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__LCMapStringA@24" in Funktion ""int __cdecl __crtLCMapStringA_stat(struct localeinfo_struct *,unsigned long,unsigned long,char const *,int,char *,int,int,int)" (?__crtLCMapStringA_stat@@YAHPAUlocaleinfo_struct@@KKPBDHPADHHH@Z)". 
LIBCMTD.lib(a_map.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__LCMapStringW@24" in Funktion ""int __cdecl __crtLCMapStringA_stat(struct localeinfo_struct *,unsigned long,unsigned long,char const *,int,char *,int,int,int)" (?__crtLCMapStringA_stat@@YAHPAUlocaleinfo_struct@@KKPBDHPADHHH@Z)". 
LIBCMTD.lib(a_str.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetStringTypeA@20" in Funktion ""int __cdecl __crtGetStringTypeA_stat(struct localeinfo_struct *,unsigned long,char const *,int,unsigned short *,int,int,int)" (?__crtGetStringTypeA_stat@@YAHPAUlocaleinfo_struct@@KPBDHPAGHHH@Z)". 
LIBCMTD.lib(a_str.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetStringTypeW@16" in Funktion ""int __cdecl __crtGetStringTypeA_stat(struct localeinfo_struct *,unsigned long,char const *,int,unsigned short *,int,int,int)" (?__crtGetStringTypeA_stat@@YAHPAUlocaleinfo_struct@@KPBDHPAGHHH@Z)". 
LIBCMTD.lib(w_str.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetStringTypeW@16". 
LIBCMTD.lib(w_loc.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetLocaleInfoW@16" in Funktion ""int __cdecl __crtGetLocaleInfoW_stat(struct localeinfo_struct *,unsigned long,unsigned long,wchar_t *,int,int)" (?__crtGetLocaleInfoW_stat@@YAHPAUlocaleinfo_struct@@KKPA_WHH@Z)". 
LIBCMTD.lib(a_loc.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetLocaleInfoW@16". 
LIBCMTD.lib(a_loc.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetLocaleInfoA@16" in Funktion ""int __cdecl __crtGetLocaleInfoA_stat(struct localeinfo_struct *,unsigned long,unsigned long,char *,int,int)" (?__crtGetLocaleInfoA_stat@@YAHPAUlocaleinfo_struct@@KKPADHH@Z)". 
LIBCMTD.lib(getqloc.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetLocaleInfoA@16". 
LIBCMTD.lib(convrtcp.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__GetLocaleInfoA@16". 
LIBCMTD.lib(strftime.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetTimeFormatA@24" in Funktion ""int __cdecl _store_winword(struct localeinfo_struct *,int,struct tm const *,char * *,unsigned int *,struct __lc_time_data *)" (?_store_winword@@YAHPAUlocaleinfo_struct@@HPBUtm@@PAPADPAIPAU__lc_time_data@@@Z)". 
LIBCMTD.lib(strftime.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetDateFormatA@24" in Funktion ""int __cdecl _store_winword(struct localeinfo_struct *,int,struct tm const *,char * *,unsigned int *,struct __lc_time_data *)" (?_store_winword@@YAHPAUlocaleinfo_struct@@HPBUtm@@PAPADPAIPAU__lc_time_data@@@Z)". 
LIBCMTD.lib(getqloc.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__IsValidLocale@8" in Funktion "___get_qualified_locale". 
LIBCMTD.lib(getqloc.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__EnumSystemLocalesA@8" in Funktion "_GetLcidFromLangCountry". 
LIBCMTD.lib(getqloc.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetUserDefaultLCID@0" in Funktion "_GetLcidFromDefault". 
LIBCMTD.lib(tzset.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetTimeZoneInformation@4" in Funktion "__tzset_nolock". 
LIBCMTD.lib(lseeki64.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__SetFilePointer@16" in Funktion "__lseeki64_nolock". 
LIBCMTD.lib(write.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetConsoleCP@0" in Funktion "__write_nolock". 
LIBCMTD.lib(write.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetConsoleMode@8" in Funktion "__write_nolock". 
LIBCMTD.lib(osfinfo.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__SetStdHandle@8" in Funktion "__set_osfhnd". 
LIBCMTD.lib(putwch.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__WriteConsoleA@20" in Funktion "__putwch_nolock". 
LIBCMTD.lib(putwch.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__GetConsoleOutputCP@0" in Funktion "__putwch_nolock". 
LIBCMTD.lib(initcon.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__CreateFileA@28" in Funktion "___initconin". 
LIBCMTD.lib(initcon.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__CloseHandle@4" in Funktion "___termcon". 
LIBCMTD.lib(close.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "__imp__CloseHandle@4". 
LIBCMTD.lib(commit.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__FlushFileBuffers@4" in Funktion "__commit". 
LIBCMTD.lib(a_cmp.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__CompareStringA@24" in Funktion ""int __cdecl __crtCompareStringA_stat(struct localeinfo_struct *,unsigned long,unsigned long,char const *,int,char const *,int,int)" (?__crtCompareStringA_stat@@YAHPAUlocaleinfo_struct@@KKPBDH1HH@Z)". 
LIBCMTD.lib(a_cmp.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__CompareStringW@24" in Funktion ""int __cdecl __crtCompareStringA_stat(struct localeinfo_struct *,unsigned long,unsigned long,char const *,int,char const *,int,int)" (?__crtCompareStringA_stat@@YAHPAUlocaleinfo_struct@@KKPBDH1HH@Z)". 
LIBCMTD.lib(setenv.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp__SetEnvironmentVariableA@8" in Funktion "___crtsetenv". 
.\Debug/Fenster.exe : fatal error LNK1120: 110 nicht aufgelöste externe Verweise. 
Das Buildprotokoll wurde unter "file://c:\Dokumente und Einstellungen\Olli\Eigene Dateien\Beispiele\Kapitel 02\01 - Fenster\Debug\BuildLog.htm" gespeichert. 
02-01 Fenster - 226 Fehler, 0 Warnung(en) 
========== Alles neu erstellen: 0 erfolgreich, Fehler bei 1, 0 übersprungen ==========


Weiß jemand ne Alternative zu windows.h oder den Grund dafür.

derolli

2

30.06.2010, 19:11

Hm, irgendwas scheint da Schiefgelaufen zu sein mit den Libs. Das #include windows.h war schon richtig. Was steht bei dir bei linker unter zusätzliche abhängigkeiten ?

NachoMan

Community-Fossil

Beiträge: 3 885

Wohnort: Berlin

Beruf: (Nachhilfe)Lehrer (Mathematik, C++, Java, C#)

  • Private Nachricht senden

3

30.06.2010, 20:11

"Der erste Trunk aus dem Becher der Erkenntnis macht einem zum Atheist, doch auf dem Grund des Bechers wartet Gott." - Werner Heisenberg
Biete Privatunterricht in Berlin und Online.
Kommt jemand mit Nach oMan?

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »NachoMan« (30.06.2010, 20:17)


derolli

Treue Seele

  • »derolli« ist der Autor dieses Themas

Beiträge: 144

Beruf: Student

  • Private Nachricht senden

4

01.07.2010, 18:04

den Ordner MFC gibt es in meinem Plattform-SDK nicht
Ich habe die einstellungen so gleassen wie sie waren

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »derolli« (01.07.2010, 18:31)


derolli

Treue Seele

  • »derolli« ist der Autor dieses Themas

Beiträge: 144

Beruf: Student

  • Private Nachricht senden

5

06.07.2010, 18:59

Das Problem liegt bei der LIBCMTD.lib. Diese wird von VC bereitgestellt. Warum mekert der denn diese lib-datei an?

Werbeanzeige