- May 11, 2008
- 22,599
- 1,473
- 126
RAAAAAAAAAAAAAHH !!!! 



I have had this error before and i was never able to solve it, because the error is not in my code.
Whenever this message pops up, i can stop with the project because i cannot get the error removed unless i decide to no longer use the windows function.
Is there a fix for this ?
It has happened to me before and it is annoying as hell, when my code generates no errors and warnings, yet the linker cannot resolve an error in a windows function. What am i doing wrong or what bug have i encountered here ? I have not seen this for over a year and now that i am almost finished(give or take a week of programing), it pops up.
I had to insert spaces into the paths to prevent generation of smileys.
I have had this error before and i was never able to solve it, because the error is not in my code.
Whenever this message pops up, i can stop with the project because i cannot get the error removed unless i decide to no longer use the windows function.
Is there a fix for this ?
It has happened to me before and it is annoying as hell, when my code generates no errors and warnings, yet the linker cannot resolve an error in a windows function. What am i doing wrong or what bug have i encountered here ? I have not seen this for over a year and now that i am almost finished(give or take a week of programing), it pops up.
Build started: Project: unicodetest, Configuration: William Release|Win32
Command Lines Creating temporary file "e: \My docs\Visual Studio 2008\Projects\unicodetest\unicodetest\William Release\RSP0000011168988.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /Gm /EHsc /RTC1 /MDd /J /Fo"William Release\\" /Fd"William Release\vc90.pdb" /W3 /c /ZI /TP
]
...
Generating Code...
Compiling resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation. All rights reserved.
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation. All rights reserved.
Linking...
LINK : E: \ My docs\Visual Studio 2008\Projects\unicodetest\William Release\unicodetest.exe not found or not built by the last incremental link; performing full link
main.obj : error LNK2019: unresolved external symbol "void __cdecl SetMainWindowMaxSize(struct HWND__ *,int,int)" (?SetMainWindowMaxSize@@YAXPAUHWND__@@HH@Z) referenced in function "long __stdcall WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProc@@YGJPAUHWND__@@IIJ@Z)
E: \ My docs\Visual Studio 2008\Projects\unicodetest\William Release\unicodetest.exe : fatal error LNK1120: 1 unresolved externals
Results Build log was saved at "file://e: \My docs\Visual Studio 2008\Projects\unicodetest\unicodetest\William Release\BuildLog.htm"
unicodetest - 2 error(s), 0 warning(s)
I had to insert spaces into the paths to prevent generation of smileys.
