dot net .dll location
YEAH!!!
I got it to work!
The problem I was having was this:
The bridge uses a #using directive to locate the .net dll file
#using "dotNetAssembly\bin\dotNetAssembly.dll"
problem is though, any path you use is ignored as C++ uses the
/libpath compiler option to search for other assemblies.... even adding the right dir with libpath has no effect, I get a class not registered error after calling the dll in EFS
If i put the .Net dll in the default eSignal directory it get located and calls everything just fine.
So, is there anyway I can specify where this dll is located? or am I just going to have to put it in the eSignal dir with everything else???
Thanks for the help on this guys
YEAH!!!
I got it to work!
The problem I was having was this:
The bridge uses a #using directive to locate the .net dll file
#using "dotNetAssembly\bin\dotNetAssembly.dll"
problem is though, any path you use is ignored as C++ uses the
/libpath compiler option to search for other assemblies.... even adding the right dir with libpath has no effect, I get a class not registered error after calling the dll in EFS
If i put the .Net dll in the default eSignal directory it get located and calls everything just fine.
So, is there anyway I can specify where this dll is located? or am I just going to have to put it in the eSignal dir with everything else???
Thanks for the help on this guys
Comment