[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 -r:gtk-sharp -r:System.Drawing   
-lib:/usr/lib/mono/gac/gtk-sharp/1.0.0.0__35e10195dab3c99f/
Compilation succeeded

[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 
LF:\\stuff\\Mono.NET\\gtk.exe failed, status c135
[EMAIL PROTECTED] Mono.NET]$ PGDATA2=/home/postgres/data
[EMAIL PROTECTED] Mono.NET]$ export PGDATA2
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


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 program with the command:
mono gtk.exe

lupus

-- 
-
[EMAIL PROTECTED] debian/rules
[EMAIL PROTECTED] Monkeys do it better
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


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 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 -r:gtk-sharp -r:System.Drawing  

-lib:/usr/lib/mono/gac/gtk-sharp/1.0.0.0__35e10195dab3c99f/
Compilation succeeded

[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 
LF:\\stuff\\Mono.NET\\gtk.exe failed, status c135
[EMAIL PROTECTED] Mono.NET]$ PGDATA2=/home/postgres/data
[EMAIL PROTECTED] Mono.NET]$ export PGDATA2
___
Mono-list maillist  -  [EMAIL PROTECTED] 
http://lists.ximian.com/mailman/listinfo/mono-list
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list