Hi Charles,
I downloaded your A-30 release and tried a few of the examples under Wine. The GUI->dual OpenGL example still crashes when the main window is resized. I tried one your COM examples and it looks like it worked fine. I also gave the new GDI example a try.
'-----------------------------------------
'C {} blocks
'=========================================
'$ FileName t
'include "..\..\inc\RTL32.inc"
cr=chr(13) chr(10)
type guid
a as dword
b as word
c as word
d(8) as byte
end type
guid clsid
'WITH OR WITHOUT CURLY BRACES
guidval clsid, "96749377-3391-11D2-9EE3-00C04F797396"
print "INPUT" cr +
"{96749377-3391-11D2-9EE3-00C04F797396}" cr +
"CHECK" cr +
guidtxt(clsid)
[attachment deleted by admin]
[attachment deleted by admin]