From: John L. <jla...@gm...> - 2005-08-01 19:51:29
|
On 8/1/05, klaas.holwerda <kho...@xs...> wrote: > Hi John, >=20 > If you go to the generated wave.cpp, you will find several wxchkver25 > which or not commented and or not translated. > So i think there is a bug somehow. >=20 > e.g. I see: > #if (defined(__WXMSW__) && !wxchkver25) && (wxLUA_USE_wxWave) Oops, in bindings/wxwidgets/wave.i line 10 should be %if %msw&!%wxchkver25 and not %if %msw&!wxchkver25 I fixed it in CVS. Regards, John Labenski |