DLLs
List of: Discussion Topic
Subjects: Building Applications
Contents: Application Development Manual

If you are going to link your Windows NT application against the ACIS DLLs, you must define the symbol ACIS_DLL when you compile any file that references global symbols defined in any ACIS DLL to avoid unresolved symbol errors. Also, you must use compiler flags consistent with those used to build the DLLs to avoid run-time problems.

Ensure that you are using the same version of the C Runtime Library when you compile and link your application as was used when the DLLs were built. Also, ensure that the same C Runtime Library was used to build all of the DLLs being linked to the application. Otherwise, you will get access violation errors when working with pointers or file handles passed between DLLs or between the application and the DLLs.
PDF/APPDEV/03LIB.PDF
HTM/DATA/ACIS/APPDEV/03LIB/0006.HTM