I hear you,
the problem is.
for most of us developers in transition with a bunch of
code/legacy.....
we are not encouraged to migrate because there's WAY too much to do to
migrate/migrane !!!
as far as I heard it's possible to do this transition smoothly and
transparently, with IJW, but in my case it's just marketing buzz...
it's
more like IJDW (it just doesn't work).
in my current programs,
I only need to #include "mylib.h", add the static.lib to the project
settings and I finally call the damn function.
What about
[DllImport("test.dll", CallingConvention=CallingConvention.FastCall)]
--
cody
Freeware Tools, Games and Humour
http://www.deutronium.de.vu ||
http://www.deutronium.tk
I have this giant library, it's static and it's all compiled in
__fastcall
fashion.
I can not call any of those functions from winforms...
even doing a wrapper off the main class, I still cant call it....
how do I overcome this issue ?