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

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to