I believe I've solved my problem.
My understanding of Havok is still incomplete but it seems to be that initialization of the base system and world, as well as the quiting, needs to all take place in the same scope.
I have placed them all into the same scope and my world is being created just fine.




unhandled exception hkpWorld() and hkpBoxShape()
Hello.
I have a VS2010 project using Havok. I've followed instructions for setting up the project here: http://marcoarena.wordpress.com/2011/04/17/nice-to-meet-you-havok/.
The standalone "hello world" project works just fine but when I try to make a basic use of Havok in my actual project I get "unhandled exception" errors from calls to hkpWorld() and hkpBoxShape().
I've put up my Havok code here: http://pastebin.com/tQ1CiSRU.
I'm really not sure what it is i'm missing. I feel like I'm not doing anything special and that there's something I'm not including but I'm using the same settings as my functioning Havok project.
I've read the documentation but I'm new to Havok and really am lost. Let me know if there is anything else you need.
Thanks for your time.