Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

:(

Posted

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

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...