c++ - Insert dll code inside executable to make it free from dependecies -
i've executable lot of dll import function. need know if there's way insert code of .dll within .exe create free others file,so have executable distributed. who'll answer.
the point of dll (dynamic link library) is separate executable. there's no conventional way since dll precompiled, meaning compiler cannot reference source code , straight compile executable.
if have source of library, can compile library statically executable , output single executable file.
c++ dll
No comments:
Post a Comment