Guest User

Untitled

a guest
Aug 10th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. How do you build replaceable DLLs with visual studio?
  2. class EXPORT_IMPORT_MACROS IMyApi{
  3. public:
  4. virtual void doSomething( IOtherApi* api ) = 0;
  5. virtual void doSomething2( IOtherApi2* api ) = 0;
  6. };
Add Comment
Please, Sign In to add comment