portability problem


mike_94301
10-04-2006, 03:30 PM
i'm using the nr c++ progs in microsoft visual environment to create a .dll. the dll works on the computer where i created it, but not on my other computers. i know this is a rather open-ended question, but i thought someone might be aware of something obvious that i'm overlooking. i don't have this problem with some non-nr dll's. that's why i'm asking here.

Kevin Dolan
03-09-2007, 06:29 AM
Make sure that when you build the dll, you tell the compiler to statically link the system libraries, rather than dynamically.

Kevin