View Single Post
  #2  
Old 03-28-2018, 11:34
dosprog dosprog is offline
Friend
 
Join Date: Feb 2018
Posts: 114
Rept. Given: 0
Rept. Rcvd 17 Times in 16 Posts
Thanks Given: 33
Thanks Rcvd at 147 Times in 74 Posts
dosprog Reputation: 17
)) 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.



Last edited by dosprog; 03-28-2018 at 11:56.
Reply With Quote