On Friday, 8 January 2016 at 00:31:25 UTC, Rikki Cattermole wrote:
On 08/01/16 1:30 PM, Rikki Cattermole wrote:On 08/01/16 1:27 PM, Yamiez wrote:Why is kernel32 missing symbols?e.g CreateProcess, CreateToolhelp32Snapshot and alot more :/If you can build for 64 do so.That will fix it until somebody or you solve it from the import libs.grah, s/64/64 bit/
Possible to just write a C program that wraps the actual kernel functions that I need and then just import those from the C lib?