R
redrum
Here is the situation...I am in a scenario where one can only call
DLL's through loadlibrary (no control of the program just add-on
scripts) so calling a C# DLL function directly is out of the question
(without decompileing to the idl, hacking it and recompiling the dll).
So I am wondering if there is any way to accomplish writing a "Bridge"
with like eVC++ or another language that will run under WinCE 4.1.
The Bridge DLL would be used to export DLL functions but be able to
call the managed C# DLL functions Directly. Something like this can
be coded in MC++ but since MC++ cannot be run under WinCE I was
wondering if there was anyway to accomplish this in a language that
runs under WinCE (i.e. eVC++)
Nick
DLL's through loadlibrary (no control of the program just add-on
scripts) so calling a C# DLL function directly is out of the question
(without decompileing to the idl, hacking it and recompiling the dll).
So I am wondering if there is any way to accomplish writing a "Bridge"
with like eVC++ or another language that will run under WinCE 4.1.
The Bridge DLL would be used to export DLL functions but be able to
call the managed C# DLL functions Directly. Something like this can
be coded in MC++ but since MC++ cannot be run under WinCE I was
wondering if there was anyway to accomplish this in a language that
runs under WinCE (i.e. eVC++)
Nick