1. Wee issues

Hi

Eu 4.1 32 bit, Windows 7 64 bit, wee works fine interpreted, but bound just flashes a console, which promptly disapears.

After multiple runs to get what was written on the flash, I saw 'Couldn't CreateWindow'. Put a wait_key() after this

(line 1777 in ui_win.e) 
    if hMainWnd = 0 or hstatus = 0 or htabs = 0 or htooltip = 0 then 
	puts(1, "Couldn't CreateWindow\n") 
	wait_key() 
	abort(1) 
    end if 

and I saw that additional info was written to the console

0 
57E 
57E 
0 
Couldn't CreateWindow 

What other tests can I perform?

Also, writing this post highlighted an issue with the forum message posting -

puting // at the beginning of a line crashes the program (from which it does recover) when trying to preview 

Update : I uncommented

    printf(1, "hMainWnd=%x hstatus=%x htabs=%x\n", {hMainWnd, hstatus, htabs}) 

and they were all 0

Cheers

Chris

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu