Author Topic: Re: Issue with EZGUI.INC  (Read 474 times)

Eric Miller

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Issue with EZGUI.INC
« 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

Eric Miller

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Issue with EZGUI.INC
« Reply #1 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...

Chris Boss

  • Administrator
  • Jr. Member
  • *****
  • Posts: 67
    • View Profile
Re: Issue with EZGUI.INC
« Reply #2 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.


Eric Miller

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Issue with EZGUI.INC
« Reply #3 on: February 16, 2025, 06:20:01 pm »
Ok, thanks