|
2004/09/01 |
|
|
|
SDX crashes when I try to make a starkit using the following command:
sdx.bat qwrap hello.tcl
---------------------
hello.tcl:
package require Tk
button .b -text "Hello world" -command bell
pack .b
----------------------
Error is:
The instruction at "0x00449845" referenced memory at "0x000000" ...
|
|
2004/09/01 |
|
|
|
I notice that the USERPROFILE env-var is not being read properly. The temporary
files are being generated in a dir called %USERPROFLE%. The hello.tcl file doesn't
make it into the temporary structure. |
|
2004/09/03 |
|
|
|
SDX wrapping and unwrapping functions fine. It is just qwrap that crashes. |
|
2004/09/10 |
jcw |
|
|
Could you try setting the environment variables USER and HOME to a valid directory?
I have a hunch that a temp file is being placed in some strange spot.
I cannot find a reference to %USERPROFLE% anywhere - could you give some more
details?
-jcw |
|
2005/08/22 |
|
|
|
test |