Y
Yosifov Pavel
I try to create type aliases, like typedef in C (a specially aliases
to ctypes objects). This case:
works in all cases but not with type qualification:
True
This trivial way for typedef doesn't allow to determine real type and
it's absolutely right
False
The problem:
1st way work in complex using of ctypes (interfacing with some DLLs),
but doesn't allow to determine real type!
2st way allows to determine real type, but "access violation reading
0x0000000C'" occurs in some DLL calls!
Question: what "warts", errors are in 2nd way (may be reason of access
violation)?
to ctypes objects). This case:
works in all cases but not with type qualification:
True
This trivial way for typedef doesn't allow to determine real type and
it's absolutely right
False
The problem:
1st way work in complex using of ctypes (interfacing with some DLLs),
but doesn't allow to determine real type!
2st way allows to determine real type, but "access violation reading
0x0000000C'" occurs in some DLL calls!
Question: what "warts", errors are in 2nd way (may be reason of access
violation)?