Re: kernel32 missing symbol definitions?

2016-01-07 Thread Yamiez via Digitalmars-d-learn
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 unt

Re: kernel32 missing symbol definitions?

2016-01-07 Thread Yamiez via Digitalmars-d-learn
On Friday, 8 January 2016 at 00:30:44 UTC, 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 l

kernel32 missing symbol definitions?

2016-01-07 Thread Yamiez via Digitalmars-d-learn
Why is kernel32 missing symbols? e.g CreateProcess, CreateToolhelp32Snapshot and alot more :/