Hej jeg får følgene fejl når jeg prøver at compile min kode:
------ Build started: Project: Win32API, Configuration: Debug Win32 ------
Compiling...
main.cpp
c:\\Documents and Settings\\Kasper Nielsen\\Dokumenter\\Visual Studio\\Projects\\Win32API\\Win32API\\main.cpp(96) : warning C4311: 'type cast' : pointer truncation from 'HMENU' to 'UINT'
c:\\Documents and Settings\\Kasper Nielsen\\Dokumenter\\Visual Studio\\Projects\\Win32API\\Win32API\\main.cpp(97) : warning C4311: 'type cast' : pointer truncation from 'HMENU' to 'UINT'
c:\\Documents and Settings\\Kasper Nielsen\\Dokumenter\\Visual Studio\\Projects\\Win32API\\Win32API\\main.cpp(139) : warning C4244: 'return' : conversion from 'WPARAM' to 'int', possible loss of data
Linking...
main.obj : error LNK2019: unresolved external symbol __imp__CreateStatusWindowA@16 referenced in function _WinMain@16
main.obj : error LNK2019: unresolved external symbol __imp__InitCommonControls@0 referenced in function _WinMain@16
Debug/Win32API.exe : fatal error LNK1120: 2 unresolved externals
Build log was saved at "file://c:\\Documents and Settings\\Kasper Nielsen\\Dokumenter\\Visual Studio\\Projects\\Win32API\\Win32API\\Debug\\BuildLog.htm"
Win32API - 3 error(s), 3 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
- php-4ever