Unresolved external

Hi,

I’ve just upgraded to 2.2 on windows and getting the following linking error with VS2008, any idea why??

2>GeoEngine.lib(GGPUGenericEngine.obj) : error LNK2019: unresolved external symbol _ZdaPv referenced in function PrepareGeneralEngineGlobalOutputOnGPU

2>GeoEngine.lib(GGPUGenericEngine.obj) : error LNK2019: unresolved external symbol _Znay referenced in function PrepareGeneralEngineGlobalOutputOnGPU

thanks

eyal

Turns out that changing new/delete to malloc/free (on the host) fixed it. On Cuda 2.0 the code compiled fine.

eyal