I am now so write:
//the header file
The class _declspec (dllexport) ConfigurationFile {
.
};
Other didn't modify and compile generate DLL,
Then call the header files changed:
The class _declspec (dllimport) ConfigurationFile {
.
};
But call will go wrong, the interruption,
How should change?
CodePudding user response:
Change the header file do=,=
CodePudding user response: