dll - Compile a C++/SDL with static library? -
in windows system need keep .dll
files in same .exe
? wish merge files in 1 single .exe
, there way how?
i linux , windows user, in linux use terminal, in windows use codeblocks!
dlls in windows .so in linux, made separate. if want merge library, don't use dll, use static library instead (.lib)
edit: if not writing library (somebody gave dll), take @ this
Comments
Post a Comment