Julien Sobrier wrote: > Robert Jordan wrote: >> Julien Sobrier wrote: >>> Hello, >>> I've tried mkbundle2 with mono 1.2.3.1 on a project composed of a couple >>> of assemblies (1 exe + 4 dll). Everything went fine except for this >>> error message repeated serveral time: >>> temp.c: In function 'install_dll_config_files': >>> temp.c:142: warning: pointer targets in passing argument 2 of >>> 'mono_register_config_for_assembly' differ in signedness >>> >>> When I try to execute the resulting program,I get this error: Assembly >>> 'data-0x8049ac0' doesn't have an entry point. >>> >>> Here is the complete output: >>> [EMAIL PROTECTED] test]$ sudo mkbundle2 -o test 1.dll 2.dll 3.dll test.exe >>> --deps >> You must pass test.exe (the assembly with the entry point) >> as the first assembly on the command line. >> >> Robert > > Thank you. Now there is a problem with generics: > no implementation for interface method > System.Collections.Generic.IList<System.Object>::get_Item(int) in class > System.String[] > METHOD .ctor(int)
Sorry for the noise, it was a problem with my set up. Thank you Julien _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
