Computer Workshop forums

EZGUI 5.0 Professional => EZGUI 5 support forum => Topic started by: Eric Miller on February 13, 2025, 11:55:09 pm

Title: Re: Issue with EZGUI.INC
Post by: Eric Miller on February 13, 2025, 11:55:09 pm
Hello,

I've been using EzGui 5.0 Pro, no issues before.

Now I'm getting an error of "AddLVitem missing a ")" at the 6th parameter in the EZGUI50.INC file.

I've never changed anything in the EZGUI50.INC file.

Any idea what might cause this?

Thanks,

Eric M
Title: Re: Issue with EZGUI.INC
Post by: Eric Miller on February 15, 2025, 02:45:25 am
It was a weird issue with the variable casting in EZGUI50.INC changed the & to AS LONG and issue went away, yeah!

I know my description wasn't great.

I'm checking the rest of the code for issues...
Title: Re: Issue with EZGUI.INC
Post by: Chris Boss on February 15, 2025, 04:53:01 pm
One consideration is when one tries to combine EZGUI with the PB DDT stuff. Don't know if you tried that or not.

I recommend not to use the PB DDT command set with EZGUI. One can use the WIN32 API, but rather than include the WIN32 API includes, I always recommend copying just the API declarations you require into your EZGUI app.

Title: Re: Issue with EZGUI.INC
Post by: Eric Miller on February 16, 2025, 06:20:01 pm
Ok, thanks