interop & configuration

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

I have some problem with interopo and VC# express.
I could run app from the command line, but from C# express it alway fail to
load the native library.
Beside it's cumbersome to copy the native library everytime I make a change,
back into the Debug directory.

I try to interop putenv and change the PATH to a folder where I put all my
lib, but that fail for some reason.

I wondered if there was a possible App.config key which would let me specify
the folder for my native libraries....
 
Back
Top