¡@

Home 

c++ Programming Glossary: udt_api

How to link a static library in Visual C++ 2008?

http://stackoverflow.com/questions/991842/how-to-link-a-static-library-in-visual-c-2008

this in the main header file #ifdef UDT_EXPORTS #define UDT_API __declspec dllexport #else #define UDT_API __declspec dllimport.. #define UDT_API __declspec dllexport #else #define UDT_API __declspec dllimport #endif Does this mean it wasn't meant to.. options. 1 You can just delete all of that stuff and any UDT_API modifiers in the code. 2 You can delete that stuff and add this..