Go to the documentation of this file.
   30                 #define ExportedObject __declspec( dllexport ) 
   32                         #define ExportedObjectExt __declspec( dllexport ) 
   34                         #define ExportedObjectExt __declspec( dllimport ) 
   38                 #define ExportedObject __declspec( dllimport ) 
   39                 #define ExportedObjectExt __declspec( dllimport ) 
   43         #define ExportedObject  
   44         #define ExportedObjectExt 
   48 #ifndef DLLMAIN_FINTP_LIB 
   49 #define DLLMAIN_FINTP_LIB 
   52         #pragma warning( disable : 4251 ) 
   78                         static std::string Name();
 
   80                         static std::string Id();
 
   82                         static std::string Url();
 
   84                         static std::string BuildDate();
 
   88 #endif // DLLMAIN_FINTP_LIB