Project Description:
I have a dll file that depends on the other.
The first on is http51.dll, it connects to the internet and sends the recieved data to another custom dll.
I want to move the content of http51.dll into the custom dll so that I will have just one dll that performs the whole operation.
I will provide http51.dll (i dont have the source) and also the custom dll (with source).
I want a combined dll outcome with full source code.
Thanks,