This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Banger
Recipients Banger, loewis, pitrou
Date 2014-04-18.16:36:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397838963.34.0.870117186667.issue21292@psf.upfronthosting.co.za>
In-reply-to
Content
A bit more info:
- When building in debug you need the Pythonxx_d.lib.
- This lib does not come with the normal install (or any other install).  That part is fine and normal (you don't include debug libs with install).
- To get that lib you have to build Python in debug to get it.  This is too much, I should not have to rebuild a library just because I want to build MY application in debug.
- Copying the Pythonxx.lib file to Pythonxx_d.lib works for many basic functions, but for others, it is missing necessary defiitions (i.e. linking fails).
History
Date User Action Args
2014-04-18 16:36:03Bangersetrecipients: + Banger, loewis, pitrou
2014-04-18 16:36:03Bangersetmessageid: <1397838963.34.0.870117186667.issue21292@psf.upfronthosting.co.za>
2014-04-18 16:36:03Bangerlinkissue21292 messages
2014-04-18 16:36:02Bangercreate