Re: DLL Functions And Return Values
- Posted by ghaberek (admin) May 29, 2012
- 1259 views
PInvoke is very helpful. Its signatures are all for VB/C#, but they usually convert well to Euphoria. MSDN is also very helpful, although it can often be cumbersome to find what you need by simply browsing the entire site. Google is typically your friend here, e.g. site:msdn.microsoft.com kernel32 copyfile.
Others have already written (semi-)complete Win32 API wrappers in the Archive: win32 api. The first result for that search is the old win32.hlp, which is now a broken link. I will see if I can track it down, since it was also very helpful.
-Greg