Fixed the issue, which was a missing * in one of the MMF2 headers, leading to 16 bytes' worth of misalignment.
LB, any idea about making the object global in the properties?
Type: Posts; User: Phi; Keyword(s):
Fixed the issue, which was a missing * in one of the MMF2 headers, leading to 16 bytes' worth of misalignment.
LB, any idea about making the object global in the properties?
I thought that would be the case LB, but ReadGlobal and WriteGlobal aren't sharing the data.
I think there was a bugfix about that which I'd better check is implemented...
EDIT: Yep, it is, but...
Hey ext dev folks,
I'm looking for a way in Windows EDIF SDK to store data globally to the application. This means regardless of the number of objects in the frame, the number of sub-apps and their...