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