G
Guest
How come that after a simple P/Invoke call which even does nothing console
output is no longe displayed
My environment:
VS2005
CMD.EXE
pocketconsole (Symbolictools.de)
..NETCF2.0
iPAQ ARM with WM2003 2nd Edition
Appreciate help - isolated the problem so far but guess am stuck now.
tb
c#:
[DllImport("MyUnmanagedC.dll", SetLastError = true)]
private static extern IntPtr netcf_dummy();
// c-lib function: DllExport void netcf_dummy() {}
next Console.WriteLine("this will appear")
netcf_dummy();
next Console.WriteLine("this will not appear anymore")
output is no longe displayed
My environment:
VS2005
CMD.EXE
pocketconsole (Symbolictools.de)
..NETCF2.0
iPAQ ARM with WM2003 2nd Edition
Appreciate help - isolated the problem so far but guess am stuck now.
tb
c#:
[DllImport("MyUnmanagedC.dll", SetLastError = true)]
private static extern IntPtr netcf_dummy();
// c-lib function: DllExport void netcf_dummy() {}
next Console.WriteLine("this will appear")
netcf_dummy();
next Console.WriteLine("this will not appear anymore")