-
Notifications
You must be signed in to change notification settings - Fork 811
Closed
Description
For example:
SAMPLEDLL_API int addNumbers(int a, int b);
and
SAMPLEDLL_API int AddNumbers(int a, int b);
are different functions, C(++) is case sensitive.
But MemoryModule only finds addNumbers(), because _stricmp is used in _find() and _compare().
Replace with strcmp().
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels