CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2012
    Posts
    17

    problem of exe and DLL

    here comes the problem:
    i wanted a program = exe without dll
    but as i use an external dll. the program will need the dll to running

    anyone know how to make exe without dll
    and not merge it. but implement it into the program

    thanks for helping

  2. #2
    Join Date
    Apr 2002
    Location
    Egypt
    Posts
    2,210

    Re: problem of exe and DLL

    I'm not sure if I understood your requirements correctly, but did you check ILMerge
    Hesham A. Amin
    My blog , Articles


    <a rel=https://twitter.com/HeshamAmin" border="0" /> @HeshamAmin

  3. #3
    Join Date
    Mar 2012
    Posts
    17

    Re: problem of exe and DLL

    Quote Originally Posted by hspc View Post
    I'm not sure if I understood your requirements correctly, but did you check ILMerge
    well i know that ilmerge cant do that
    combine exe+dll

    but can i make the dll in the .cs or other way to make the things easier.
    ilmerge is my alternative.

    still thanks for advice

  4. #4
    Join Date
    Apr 2002
    Location
    Egypt
    Posts
    2,210

    Re: problem of exe and DLL

    I think you need to use reflector to get the DLL source code and add it to your source project.
    Make sure you are not breaking any licence
    Hesham A. Amin
    My blog , Articles


    <a rel=https://twitter.com/HeshamAmin" border="0" /> @HeshamAmin

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

Featured