J
Jeremy
I have a small block of code that uses DllImport tags to call methods in a
dll written in C. I'm not sure how the dll works internally, but when I
call some of these methods from a windows console application I get an
error, but when I call them from a windows forms application I don't get the
error.
Also, when I'm debugging through visual studio, the console application
works, but not when I run it from the command line. Strange?
dll written in C. I'm not sure how the dll works internally, but when I
call some of these methods from a windows console application I get an
error, but when I call them from a windows forms application I don't get the
error.
Also, when I'm debugging through visual studio, the console application
works, but not when I run it from the command line. Strange?