N
nainghh
hi,
i m trying to import one of the "dll" files for my
c#.net project.
eg.
[DLLImport("abc.dll")]
public static extern int returnsomething();
and code other necessary.
when i compile it there is no error.
but i run using "Pocket PC 2002 emulator".
the error said that
"MissingMethodException". Seems like my emulator cannot
find that "abc.dll". so in that case how should i put that
dll file to make use.
Thanks a lot.
i m trying to import one of the "dll" files for my
c#.net project.
eg.
[DLLImport("abc.dll")]
public static extern int returnsomething();
and code other necessary.
when i compile it there is no error.
but i run using "Pocket PC 2002 emulator".
the error said that
"MissingMethodException". Seems like my emulator cannot
find that "abc.dll". so in that case how should i put that
dll file to make use.
Thanks a lot.