Results 1 to 3 of 3

Thread: How to MERGE .EXE and .DLL to one executable using ilmerge

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2017
    Posts
    75

    How to MERGE .EXE and .DLL to one executable using ilmerge

    I trying to merge to make portable program. but after merger done I run my application and stopped working.. how to fix it..
    Code:
    c:\Program Files (x86)\Microsoft\ILMerge>ILMerge.exe c:\project\win.exe c:\project\ToggleSwitch.dll c:\project\Bunifu_UI_v1.52.dll /out:C:\project\ar.exe /target:winexe/ndebug /lib:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0"

  2. #2
    PowerPoster PlausiblyDamp's Avatar
    Join Date
    Dec 2016
    Location
    Pontypool, Wales
    Posts
    2,710

    Re: How to MERGE .EXE and .DLL to one executable using ilmerge

    Does it give any errors? Does it start and then crash? What exactly does "stopped working" mean in this case?

  3. #3

    Thread Starter
    Lively Member
    Join Date
    May 2017
    Posts
    75

    Re: How to MERGE .EXE and .DLL to one executable using ilmerge

    Quote Originally Posted by PlausiblyDamp View Post
    Does it give any errors? Does it start and then crash? What exactly does "stopped working" mean in this case?
    I try run myapp.exe after merger then myapp has stopped working (actually not running) .. I don't now why..
    Last edited by khabib28; Nov 16th, 2017 at 11:49 AM. Reason: some

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width