>
About working with bare-bones Win32: I think someone already mentioned this, but without stressing the point: windows messages are all fine, but a graphical application has to draw something on the screen -- and the drawing APIs are not message oriented. So we're back at interfacing with a regular C application, with the related problems. regards, Vlad