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 ocrush
Recipients ocrush, theller
Date 2010-04-07.15:59:27
SpamBayes Score 0.029132865
Marked as misclassified No
Message-id <1270655969.46.0.481386060108.issue8275@psf.upfronthosting.co.za>
In-reply-to
Content
I was able to fix the issue by modifying and re-compiling ctypes project in Visual Studio 2008.  The following properties were modified:

Release:
configuration Properties->C/C++->Optimization->Optimization: Disabled(/Od)
configuration Properties->C/C++->Optimization->Enable Intrinsic Functions:  No
History
Date User Action Args
2010-04-07 15:59:29ocrushsetrecipients: + ocrush, theller
2010-04-07 15:59:29ocrushsetmessageid: <1270655969.46.0.481386060108.issue8275@psf.upfronthosting.co.za>
2010-04-07 15:59:28ocrushlinkissue8275 messages
2010-04-07 15:59:27ocrushcreate