Re: a problem running euwingui2 + config file question

new topic     » goto parent     » topic index » view thread      » older message » newer message
petelomax said...
ChrisB said...

Couple of small changes and got this running with Phix. Generates runnable programs, just need to polish it up a little to run from within the IDE.

OH - Well done! smile

What did you replace AM=E_ATOM and SQ=E_SEQUENCE with?

Pete

Hi

Thankyou!

Copied this

public constant 
	--** integer 
	E_INTEGER = #06000004, 
	--** atom 
	E_ATOM    = #07000004, 
	--** sequence 
	E_SEQUENCE= #08000004, 
	--** object 
	E_OBJECT  = #09000004 

from std\dll.e, and in euwingui.ew, added it just before

AM = E_ATOM 

As I said just need to polish off the executable calling to create and euwingui : Phix edition

also commented out the std\includes in the euwingui includes, and added reg.e to the Includes folder.

Cheers

Chris

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu