[ODE] Why no __declspec(dllexport)

Dominique Louis Dominique at SavageSoftware.com.au
Tue Apr 27 11:29:23 MST 2004


Hi all,
   I was just wondering why the main ode code does not include a 
definition similar to...

#ifdef BUILD_DLL
#define ODE_API __declspec(dllexport)
#else
#define ODE_API __declspec(dllimport)
#endif

And then use ODE_API as part of the function declarations?

Does having the above code cause problems?

Are most developers only using the static version of the ode?

Is this likely to change in future?


Thanks,



Dominique




More information about the ODE mailing list