[PureBasic] Alternate GetProcAddress - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19) +---- Thread: [PureBasic] Alternate GetProcAddress (/showthread.php?tid=15464) |
[PureBasic] Alternate GetProcAddress - Modest - 01-09-2011 Code: Procedure.l GetProcAddressEx(*hModule, lpProcName.s) Example usage of this procedure. Code: Prototype proto_MessageBox(hwnd.l, lpText.s, lpCaption.s, wType.l) Advised to compile In unicode mode, and xp theme support disabled. Thanks! (Written By Me, One of my first ventures into the realm of PureBasic) RE: [PureBasic] Alternate GetProcAddress - KoBE - 01-10-2011 Not sure how many people on here know PureBasic, (I don't). So, i cannot say whether this is good code or not. But thanks for contributing anyways. RE: [PureBasic] Alternate GetProcAddress - Modest - 01-10-2011 Yeah its a strange strange language, that only a few know, I find it to be a combination of asm/c/basic. |