Build VS2012 64 bits Windows 7 using CMAKE

Post Reply
iblues1976
Posts: 1
Joined: Mon May 13, 2013 6:56 pm

Build VS2012 64 bits Windows 7 using CMAKE

Post by iblues1976 »

Hi,

I try building with CMAKE for visual studio 11 (2012) for 64 bits.

I do get the warning of "Obsolete GLU" and I tried using my own, but still the same message.

I was able to generate the message. However, now that I'm compiling, I'm getting

Error 56 error LNK2001: unresolved external symbol __imp__CrtDbgReportW C:\bullet-2.81-rev2613\buildx64\Demos\ConvexDecompositionDemo\HACD_Debug.lib(hacdGraph.obj)

I do get this error for lots of the projects in the solution...

Can you please provide instructions in how to succesfully compile for vs 2012.

If you have pre-built binaries, even better.

Thanks
laadams85
Posts: 18
Joined: Wed May 22, 2013 1:45 pm

Re: Build VS2012 64 bits Windows 7 using CMAKE

Post by laadams85 »

Try building the library without the demos, etc.
Basroil
Posts: 463
Joined: Fri Nov 30, 2012 4:50 am

Re: Build VS2012 64 bits Windows 7 using CMAKE

Post by Basroil »

There's VS2010 projects in the build folder, just import that and let VS2012 up-convert for you, no need to deal with cmake.
Post Reply