2f74efdb0a
in <ltdl.h>. Now go back to Linux and test.
10 lines
136 B
C++
10 lines
136 B
C++
#define MODULE1_DLL_EXPORT
|
|
#include "module1.h"
|
|
|
|
const char *module_name = "AddModule";
|
|
|
|
int operate (int a, int b)
|
|
{
|
|
return a + b;
|
|
}
|