Author Topic: Question about using C::B for importing library  (Read 5110 times)

Neon

  • Guest
Question about using C::B for importing library
« on: April 13, 2008, 10:40:01 am »
Dear All,
   I'm quite new in developing complicated software ( using IDE/ linking or whatever ) At this moment, I'm using C::B/MingW WindowXP as my IDE. But now I'm try to using other people library which is "COLLADA DOM" the problem is it doesn't provide me C::B instruction, makefile or other things else. It has only VC solution. unlike wxWidgets which provide fulling instruction for me to install "mingw32-make.exe -f makefile.gcc ......." I can use VC to compile those library but C::B can't even use VC complied DLL.
   anyone can give me suggestion. how can I solve this problem and possible to use those library in my project (I prefer dynamic link)

Best Regards,
Chet Chetchaiyan