Re: NativeBoost replacement?
Posted by
hernanmd on
Mar 06, 2016; 10:28pm
URL: https://forum.world.st/NativeBoost-replacement-tp4882853p4882868.html
I installed FFI-NB as follows:
Gofer it
smalltalkhubUser: 'Pharo' project: 'FFI-NB';
configurationOf: 'FFINB';
loadStable
And found the following methods are missing from NBWin32Window:
createWindowExA:lpClassName:lpWindowName:dwStyle:x:y:width:height:hWndParent:hMenu:hInstance:lParam:
createWindowExW:lpClassName:lpWindowName:dwStyle:x:y:width:height:hWndParent:hMenu:hInstance:lParam:
ffiCalloutOptions
getActiveWindow
getCapture
getClipboardOwnerWindow
getClipboardViewer
getDesktopWindow
getForegroundWindow
getWindowFromPoint:
Should I try something else?
Hernán