PhilBayley Posted October 3, 2003 Posted October 3, 2003 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 :( Quote
PhilBayley Posted October 3, 2003 Author Posted October 3, 2003 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 dll's I create. Microsoft surely dont expect us programmers to have to write applications this way - do they? Phil Quote
Administrators PlausiblyDamp Posted October 3, 2003 Administrators Posted October 3, 2003 Loading managed DLLs is pretty trivial, non-manged code however is still a bit messy in that respect. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
PhilBayley Posted October 4, 2003 Author Posted October 4, 2003 Oh well at least us C++ programmers will be in work for a long time to come. P :D Quote
Recommended Posts