PhilBayley
Well-known member
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
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