Towards a native windows GUI
Vlad Dumitrescu
vlad_dumitrescu@REDACTED
Thu Aug 18 17:53:08 CEST 2005
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
More information about the erlang-questions
mailing list