Dynamic Library Loadin

PhilBayley

Well-known member
Joined
Jan 10, 2003
Messages
69
Location
UK
My apologies if this has be resolved before.

I need to load an unmanaged c++ library into my c# application without knowing the name of it when the application starts. This is because I want to write many c++ dlls each one having the same set of functions but all doing different jobs. Im sure this is easy and other people must do it but I cannot find the solution anywhere.

Help!

Phil
:(
 
The only thing I can think of at the minute is to create a c++ dll that then will load and run any of the other dlls I create.

Microsoft surely dont expect us programmers to have to write applications this way - do they?

Phil
 
Back
Top