)) Heh..
Example on C works Ok, but contains a small mistake in declaration of structure:
File mnemodlll.h, Line 4:
Quote:
|
struct MNEMO_PARAM_BLOCK {
|
Must be:
Quote:
|
struct MNEMO_PARAMETER_BLOCK {
|
This causes compiler *warning* message while compiling the example.