Hello,
what is the right way to include dll's?
With the command
When do I use the preprocessor instruction?:
Regards
Martin
what is the right way to include dll's?
With the command
Code:
#include "xyz"
Code:
#pragma used dll <dll objectname>
Martin