Re: Entry point errors when using LDC to compile Windows Subsystem module with -m32

2018-09-20 Thread kinke via Digitalmars-d-learn
On Thursday, 20 September 2018 at 20:48:50 UTC, spikespaz wrote: I downloaded a known-good 32-bit libcurl.dll to distribute with the project I just figured that the multilib package is indeed missing a 32-bit libcurl.dll. It can be found in the bin dir of the win32 package (which btw is the o

Re: Entry point errors when using LDC to compile Windows Subsystem module with -m32

2018-09-20 Thread kinke via Digitalmars-d-learn
On Thursday, 20 September 2018 at 20:48:50 UTC, spikespaz wrote: When comping with the command below, I get linker errors saying that '/SUBSYSTEM:WINDOWS" isn't recognized and is ignored Then you're most likely accidentally using DMD's link.exe. When using a multilib LDC build on Win64 and cro

Entry point errors when using LDC to compile Windows Subsystem module with -m32

2018-09-20 Thread spikespaz via Digitalmars-d-learn
I have a user having issues running my project on their 32-bit Windows install. I thought LDC2 compiled as 32-bit by default, but for some reason the errors persist for him regardless. In attempt to resolve this, I am doing everything that requires 32-bit explicitly. I downloaded a known-good