Passing a pointer to a struct into a dllYes, this appears to be the answer. The compiler is 'assuming the worse' and allocating 16 bytes for...
Passing a pointer to a struct into a dllYes I can see that. But a pointer is a pointer no? In TheStruct there is one function pointer, so th...
Passing a pointer to a struct into a dllOk, I've worked it out. First, thanks to salem c for suggesting I do sizeof(struct FOO) in the exe ...
Passing a pointer to a struct into a dll[code]struct FOO { BOOL a; BOOL b; int c; void (*d)(int); : (about 50 other ...
Passing a pointer to a struct into a dllThe 2 projects are in the same visual studio solution with the same settings throughout, and I've re...
This user does not accept Private Messages