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

c++ - protocol buffers - generate NON-inline accessors -

c# - issue attaching/adding an entity object which is detached from the DB Context? -