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 zach.ware
Recipients larry, zach.ware
Date 2014-01-21.06:19:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390285191.37.0.964187196645.issue20323@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is PC/winsound.c, as converted in issue20172, but using the two-pass preset output scheme.

Compiling with this file produces these errors:

..\PC\winsound.c(71): error C2133: 'winsound_PlaySound__doc__' : unknown size [P:\ath\to\cpython\PCbuild\winsound.vcxproj]
..\PC\winsound.c(79): error C2133: 'winsound_Beep__doc__' : unknown size [P:\ath\to\cpython\PCbuild\winsound.vcxproj]
..\PC\winsound.c(87): error C2133: 'winsound_MessageBeep__doc__' : unknown size [P:\ath\to\cpython\PCbuild\winsound.vcxproj]

MSVC doesn't like declaring the unsized array without an asignment.
History
Date User Action Args
2014-01-21 06:19:51zach.waresetrecipients: + zach.ware, larry
2014-01-21 06:19:51zach.waresetmessageid: <1390285191.37.0.964187196645.issue20323@psf.upfronthosting.co.za>
2014-01-21 06:19:51zach.warelinkissue20323 messages
2014-01-21 06:19:51zach.warecreate