El vie, 15-11-2002 a las 13:28, Anders Carlberg escribi�: > But when i run it with mono i get this.. > > ** (ComTest.exe:23156): WARNING **: Failed to load library > libkernel32.dll.so (kernel32.dll): libkernel32.dll.so: cannot open shared > object file: No such file or directory > > Im a newbie on Linux and mono.. so please help me..
That is only a warning. You are probably using System.Diagnostics.Trace, which uses a function as internal call only when run under windows. -Gonzalo _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
