User: sam464

  • Public profile

User profile: sam464

User info
User name:sam464
History
Joined:
Number of posts:6
Latest posts:

Passing a pointer to a struct into a dll
Yes, 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 dll
Yes 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 dll
Ok, 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 dll
The 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