2011/2/23 Márcio Faustino <[email protected]>

> 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
------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Ecls-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to