Win32 DLL extern map variable data storage problem
Time:09-26
I wrote a win32 DLL procedures, declarations, and defines an extern map global variables, using the export function to write the map variable values, external program each call to export function to insert a value each time, the department to read the map variable inside the DLL, found that only a value, regardless of the external program through the export function to write how much value in the map, this is how to return a responsibility excuse me
CodePudding user response:
The map does not achieve the purpose of sharing,
CodePudding user response:
It is recommended to use the export interface insert data, management and processing map within a DLL