Vibed + OpenSSL on Windows 10?
bauss
jj_1337 at live.dk
Tue Jan 29 20:09:55 UTC 2019
On Tuesday, 29 January 2019 at 10:12:30 UTC, Suliman wrote:
> On Tuesday, 29 January 2019 at 10:06:43 UTC, Suliman wrote:
>> On Tuesday, 29 January 2019 at 10:01:04 UTC, Suliman wrote:
>>>> Always compile vibe.d with mscoff
>>>
>>> Could you show command to compile with mscoff?
>>
>> I am not sure that all works fine, but at last I do not have
>> linking error. I have add to dub.sdl ext string:
>> "dflags-windows-x86": ["-m32mscoff"]
>
> Sorry, it was my mistake. I complied another project. Nothing
> do not working correct string is:
> dflags-windows-x86 "-m32mscoff"
>
> But I got again linking problem.
Another way is just doing:
dub -a=x86_mscoff
But uhmm not sure about the linking error. I will try locally
later and see if I can reproduce it.
More information about the Digitalmars-d-learn
mailing list