problem compling with visual studio express

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Dotten
Posts: 6
Joined: Fri Jan 06, 2006 2:39 pm
Location: Norway

problem compling with visual studio express

Post by Dotten »

when i try to compile the hello world tutoreal i get this message

Code: Select all

------ Build started: Project: test2, Configuration: Debug Win32 ------
Compiling...
main.cpp
Compiling...
main.cpp
Linking...
LINK : fatal error LNK1181: cannot open input file 'user32.lib'
Build log was saved at "file://c:\Programfiler\Microsoft Platform SDK\Bin\test2\test2\Debug\BuildLog.htm"
test2 - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Guest

Post by Guest »

cannot open input file 'user32.lib'


what do you think does that mean?
Dotten
Posts: 6
Joined: Fri Jan 06, 2006 2:39 pm
Location: Norway

Post by Dotten »

that it can't open the file, but how do i fix it, i have tryed everything i can think of :(
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

you must have the plattform sdk installed and then link the path to the lib folder: go to tools-options and follow the screenshot to add the folder:

Image

user32.lib is there, believe me. :wink:
Dotten
Posts: 6
Joined: Fri Jan 06, 2006 2:39 pm
Location: Norway

Post by Dotten »

thank you weary much :!:
Post Reply