[Mono-list] err:module:import_dll Library mscoree.dll

2004-06-29 Thread npguy
sorry if this is already asked. i did check google no luck. i am using latest rc, and unzip mono-all.zip and rpm'ed all pacakges. although i compiled gtk.cs successfully but the during execution i got the `err:module:import_dll Library mscoree.dll ` .. [EMAIL PROTECTED] Mono.NET]$ mcs gtk.cs

Re: [Mono-list] err:module:import_dll Library mscoree.dll

2004-06-29 Thread Paolo Molaro
On 06/29/04 npguy wrote: [EMAIL PROTECTED] Mono.NET]$ ./gtk.exe file_set_error: No such device or address err:module:import_dll Library mscoree.dll (which is needed by LF:\\stuff\\Mono.NET\\gtk.exe) not found err:module:LdrInitializeThunk Main exe initialization for You need to run the

Re: [Mono-list] err:module:import_dll Library mscoree.dll

2004-06-29 Thread Ravindra Kumar
Hello, That is not the right way to run an exe with mono. You need to do, $ mono name.exe or $ mono gtk.exe, in your case. - Ravindra npguy [EMAIL PROTECTED] 6/29/2004 7:49:17 PM sorry if this is already asked. i did check google no luck. i am using latest rc, and unzip