Hello All,
I am facing this little problem when I want to pass a UDT to a VC dll and modify it.
I have this:
// (VC++6.0)
extern "C" {
typedef struct {
BYTE id;
char name[20];
char desc[28];
BYTE params;
} iRec, *LPiRec;
void LoadUdt( BSTR filename, LPVOID...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.