2016-06-24 16:03 GMT+02:00 Esteban Lorenzano <[email protected]>: > if you send me the code, I can take a look. > > Sorry if this sounds rude, but did you actually read my mail, I mean the first one.
If you don't have the time to look at this, it is ok. I will just try to find it out myself, or maybe torsten has an idea. No problem. I already posted the code multiple times. There is no code I could send. It is all in the image (+ the OSWindow) project. I'll try it again. OS: Windows - take a fresh - load (from catalog browser) OSWindow - execute this | hInst wndClass | hInst := WinProcess getVMModuleHandle. wndClass := WinWndClassEx new. wndClass hInstance: hInst. Error : Unable to resolve external type: HMODULE OK, getVMModuleHandle expects a HMODULE type We need to define a missing type, HMODULE, but that works (just like all the other H-WinHandle-Types). Now execute it again: New error: "MessageNotUnderstood: SmallInteger>>isExternalAddress" The question is: Any Idea what is missing here, I need a way to store the HMODULE handle in the structure of the WinWNdClassEx
