User forums > Using Code::Blocks
Issue creating DLL
sodev:
Although you are on windows i wouldn't statically link the compiler runtime libraries, this might cause trouble. I would simply distribute them together with the application.
oBFusCATed:
--- Quote from: hopslam on November 30, 2020, 08:33:11 pm ---Edit: After searching real fast it it seems like just enabling static libgcc and static libstdc++ fixed the issue. Are there any other general settings that are usually good to have enabled?
--- End quote ---
You should first check what are the licensing requirements of the libraries you're using.
Generally GCC and its runtime are GPL licensed (with some exception clauses).
You should be pretty sure that you understand the license and the license allows you to do what you want to do.
Navigation
[0] Message Index
[*] Previous page
Go to full version