HELP how to insert the dll into a exe?
-
I have the code which need to link the dll to run , but I do not want to it link the dll to run, so how can I insert the dll into the exe, so that when I double click the exe it can run without explictly linking the dll
Link to your library statically.
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
-
Link to your library statically.
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
Its not that easy see this [^] :)
-
Its not that easy see this [^] :)
Not that I said it should be easy though. :)
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
-
I have the code which need to link the dll to run , but I do not want to it link the dll to run, so how can I insert the dll into the exe, so that when I double click the exe it can run without explictly linking the dll
wendyyue wrote:
...without explictly linking the dll
Which implies that you want to implicitly link to the DLL.
"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne