|
From: S.K.Bose <bo...@pa...> - 2001-08-10 12:45:40
|
On Fri, 10 Aug 2001, luc...@li... wrote: > I am trying to link the new 11.01 library in a new Visual c DSW that i > have built from scratch. > This project has only one file which is an adaption of the readWrl > method found in VrmlScene.h. >=20 > When compiling it i get linker errors: >=20 > This is very strange since the openvrml lib is in the linker settings, > the header files are included correctly and i didnt have the same > problems with version n=B0 10 from which i was able to generate a working > executable following the same procedure... Now OpenVRML is created as DLL libs. For compiling your source file you give compiler option as=20 "OPENVRML_DLL_IMPORT". You can see it as an example in "lookat.dsp". Thanks Bose |