News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Force a dynamic (or static) link

Started by PC_Nerd, August 22, 2008, 12:56:17 PM

Previous topic - Next topic

PC_Nerd

Hi,

Im attempting to embedd python into a small console application.  It apparently requires to be dynamically linked.
I can only get it workign with precompiled libraries.... and i know its definately possible ( and regularly done with), using the source code....

How can i tell codeblocks to force a dynamic or stayic build on my program ( and can i set it to dynamic link some things and static link others?

Thanks