wxCHECK and semicolon required

H H at h.com
Tue Apr 3 04:33:48 PDT 2007


Is it really necessary that wxCHECK needs a semicolon?
With the current implementation the following statements or similar ones 
are impossible:

if (!(String.IsEmpty()))
  wxCHECK(String.ToULong(&Number),false);
else
  Number = 0;

Hartwig






More information about the wx-users mailing list