Re: More WinAPI problems

2012-07-21 Thread Kagamin
INPUT doesn't match C declaration and probably has wrong size. Also to properly handle errors first check return code and then last error.

More WinAPI problems

2012-07-20 Thread DLimited
Hello everyone, I encountered a few more problems while creating my system-wide makro program. 1) I can't load my dll with LoadLibraryW, only LoadLibraryA. Why? 2) The LoadLibraryA function fails with Error Code 127 - I still get a Handle and can register my function as a

Re: More WinAPI problems

2012-07-20 Thread Regan Heath
On Fri, 20 Jul 2012 14:07:51 +0100, DLimited tanojo...@googlemail.com wrote: Hello everyone, I encountered a few more problems while creating my system-wide makro program. 1) I can't load my dll with LoadLibraryW, only LoadLibraryA. Why? How are you passing the DLL filename to