my program looks like it will compile fine then i get this
_____________________________________________________________
[Linker error] undefined reference to `_imp__NewtonCreate'
[Linker error] undefined reference to `_imp__NewtonMaterialGetDefaultGroupID'
[Linker error] undefined reference to `_imp__NewtonMaterialSetDefaultFriction'
[Linker error] undefined reference to `_imp__NewtonMaterialSetDefaultElasticity'
[Linker error] undefined reference to `_imp__NewtonMaterialSetDefaultSoftness'
....
-------------------------------------------
eney help would be appreciated
that pragma directive doesn't seem to work with Dev-cpp. If you're trying to compile the Mercior demo or something made in VC++, and using Dev-cpp that could be your problem