#import <mqoa.dll> no_namespace
directive :
I get the errors
<PATH TO MQOA.tlh>\tlh(1511) : error C2059 syntax error : 'constant' which
points to
enum MQTRANSACTION
{
-> MQ_NO_TRANSACTION
.
.
.
}
plus a whole host of other errors similar in nature. I downloaded the imp_draw
example application from microsoft - but it contained errors in the resource file
so I could not compile it (it did not exist).
Console applications work fine - so I trust it is an error on my part. Can
someone please help me ?
Thanks in advance,
David F.
I don't generally 'do' MFC, so I'm not sure my test is valid, but I just
generated an MFC application, through the VC 6.0 wizard, and added the
#import to stdafx.h just above //{{AFX_INSERT_LOCATION}}, it compiles OK.