HINSTANCE
Does Lispworks for Windows provide a mechanism to retrieve the HINSTANCE of the currently running image/executable? Thanks, -Luke
Does Lispworks for Windows provide a mechanism to retrieve the HINSTANCE of the currently running image/executable? Thanks, -Luke
Hi! Try to use variable win32::*instance-handle* or you can try extract HINSTANCE from handle of any window using WIN32 API function GetWindowLong using GWL_HINSTANCE as second argument. Regards Lisper ----- Original Message ----- From: "Luke J Crook" <luke@balooga.com> To: <lisp-hug@lispworks.com> Sent: Monday, November 07, 2005 3:23 PM Subject: HINSTANCE > Does Lispworks for Windows provide a mechanism to retrieve the HINSTANCE > of the currently running image/executable? > > Thanks, > -Luke > >