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
Printable View
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
I'm not sure if I understood your requirements correctly, but did you check ILMerge
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 :)