Can't build SDK samples any longer

Problems building or running the engine, queries about how to use features etc.
Post Reply
jnbutler
Gnoblar
Posts: 6
Joined: Fri Sep 04, 2015 5:04 pm

Can't build SDK samples any longer

Post by jnbutler »

OK, I was able to build these samples back in 2015, but now when I try to build them I keep getting this error for each of the sample projects:
LINK : fatal error LNK1104: cannot open file 'kernel32.lib'

the library path is set correctly in VS2012 and I was able to build these once before, but now I get that error. What is going on?
sabyogre3d
Gnoblar
Posts: 9
Joined: Thu Mar 03, 2016 8:54 pm
x 1

Re: Can't build SDK samples any longer

Post by sabyogre3d »

There error sounds general, not related to Ogre3d libraries.

Try setting the platform to Windows 7.1 SDK or check out if the path to Win lib is set ok in the Include directories.
jnbutler
Gnoblar
Posts: 6
Joined: Fri Sep 04, 2015 5:04 pm

Re: Can't build SDK samples any longer

Post by jnbutler »

All the paths are correct, I don't know what the hell is going on.
Post Reply