[Ecls-list] ECL with XAMPP
    Juan Jose Garcia-Ripoll 
    juanjose.garciaripoll at googlemail.com
       
    Wed Feb 23 20:21:25 UTC 2011
    
    
  
2011/2/23 Márcio Faustino <marciombfaustino at gmail.com>
> I thought you could call LoadLibrary(Ex) multiple times using the same
> path/name and it would return the same handle. Anyway, I don't know anything
> about this either so I might be writing non-sense.
>
You can load the file multiple times but, as long as the file is loaded, it
can not be overwritten. That means on Windows LoadLibrary is not valid for
the semantics of LOAD, which is really a pity, as it prevents sharing code
on memory.
Juanjo
-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20110223/ba2c2169/attachment.html>
    
    
More information about the ecl-devel
mailing list