thawkins / strongtalk

Automatically exported from code.google.com/p/strongtalk
0 stars 0 forks source link

Debug 32-bit color support in UI #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, the UI shows only the 16 system colors.  All the code for 32bit
color and palette management is apparently in place in the system, yet
still only 16 colors show up.

A possibly related oddity is that dialog boxes are the 'old-style' pre-XP
Windows dialogs.  Maybe these anachronisms are related to the fact that we
are running as a console application, or perhaps we are linking to old
C-style libraries, rather than newer COM libaries, causing the program to
run in some kind of 'compatibility' mode.

Original issue reported on code.google.com by David.Gr...@gmail.com on 22 Sep 2006 at 9:46

GoogleCodeExporter commented 9 years ago
You could get nice XP controls with a manifest but adding a 
strongtalk.exe.manifest
results in an crash (strongtalk.log):

Smalltalk Virtual Machine by LongView Technologies LLC      
---------------------------------------------------------   
(c) 1994-1997 Sun Microsystems, Inc. ALL RIGHTS RESERVED.   
Use and distribution of this software is subject to the     
terms of the attached license.                  
---------------------------------------------------------   
Version 1.1 (build Oct  1 2006 17:05:49)
(use argument -? for a list of flags)

[Reading in strongtalk.bst, n, 0.053 secs]
Error Code: 16r0000007F

Original comment by u.pollae...@gmail.com on 12 Feb 2007 at 11:16