Re: Missing library dependencies compiling app with importC

2024-02-25 Thread DUser via Digitalmars-d-learn
On Sunday, 25 February 2024 at 13:36:43 UTC, ptcute wrote: Thank you for the help. I tried to modify the curl.h header exactly followinging the above information and with the above mentioned simple curl demo,unfortunately the error message are the same. Did you remove the "#include "

Re: Missing library dependencies compiling app with importC

2024-02-25 Thread ptcute via Digitalmars-d-learn
On Sunday, 25 February 2024 at 10:23:26 UTC, DUser wrote: On Thursday, 22 February 2024 at 01:23:36 UTC, ptcute wrote: ... So what's the real issue behind? Anyone help on this would be appreciated. They are MSVC compiler intrinsics. (https://issues.dlang.org/show_bug.cgi?id=23894)

Re: Missing library dependencies compiling app with importC

2024-02-25 Thread DUser via Digitalmars-d-learn
On Thursday, 22 February 2024 at 01:23:36 UTC, ptcute wrote: ... So what's the real issue behind? Anyone help on this would be appreciated. They are MSVC compiler intrinsics. (https://issues.dlang.org/show_bug.cgi?id=23894) Surprisingly I got it working by just replacing some includes

Re: Missing library dependencies compiling app with importC

2024-02-25 Thread ptcute via Digitalmars-d-learn
On Sunday, 25 February 2024 at 21:48:01 UTC, DUser wrote: Did you remove the "#include " directive from your wrapper module? No,and yes,now :) It compiles and runs as expected,another send mail example also works great. To summary,to write a reminder to myself,and a very simple reference