User forums > Using Code::Blocks

dll components

<< < (2/2)

demone:

--- Quote from: stahta01 on January 01, 2012, 10:51:31 pm ---You DO NOT put the main entry point for the DLL in a static library.

--- End quote ---

I know that. but i tried also this. Also dlls are built from .o files. You can link .o files into a static lib or into another object file (what I want to do) and then create dlls from those object files.. I don't now nether if it is possible or not with C::B. I'm not writing plugins. Just a framework accessible through a single dll (wich is integrating other several frameworks of wich I have access to source code). And is preferrable to a static lib in my case. Is it possible for example move my makefiles to c::b for doing that?

stahta01:
Turn on full compiler logging and post the rebuild log in this thread.

http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F

Tim S.

Navigation

[0] Message Index

[*] Previous page

Go to full version