compilation error of SDK example

Hi,

I am trying to compile the SDK examples. The debug mode can be compliled successfully but when I compile in release mode, the following error message shows up:

fatal error LNK1181: cannot open input file ‘cutil32.lib’

I searched in my computer but couldn’t find cutil32.lib, instead, I can find cutil32.dll and cutil32D.dll.

Any suggestions?

Thanks!

Hey,

You need to build the cutil library first. Just browse through the SDK files, especially the common directory to understand this more!

Thats odd. Every time I install SDK on windows it automatically builds cutil library. But if you can not find cutil32.lib, you need to build it first.