Computer Workshop forums
EZGUI 5.0 Professional => EZGUI 5 support forum => Topic started 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
-
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...
-
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.
-
Ok, thanks