Linking OpenSSL on Windows
    Andy 
    fal3ur3 at gmail.com
       
    Sun Jul  8 15:33:14 PDT 2012
    
    
  
I've been using D on linux for a few months now and have the hang 
of it. I wrote a project that should be able to be compiled on 
both Linux and Windows. I've gotten it to work excellently on 
Linux, but I can't seem to figure out how to link the openssl dll 
files on Windows. On linux, a simple passing of -lssl and 
-lcrypto the ld works great, but what do I need to do for this to 
work with optlink?
    
    
More information about the Digitalmars-d-learn
mailing list