Error when making my own dll!

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
RapchikProgrammer
Posts: 279
Joined: Fri Dec 24, 2004 6:37 pm

Error when making my own dll!

Post by RapchikProgrammer »

I am trying to create a dll of a project that used to be a static library, when creating a dll everything compiles but when i implement the project in a example application i get 'unresolved external symbol' errors at all the functions used from the library and at all instances of classes initialized! I have only exported one function which is similar to irrlichts createDevice function and returns a pointer to the root class! I am compiling my app in vc6!
Post Reply