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

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -