PDA

View Full Version : Error in DAW package - 19.1 alpha 2



Mike Peat
6-Jun-2018, 02:01 PM
Re: my almost the same titled post in the Web and Mobile forum:


Hi Guys

Just got around to actually doing something with the 19.1 alpha I downloaded at EDUC (the "Don't all download it right now!" warning came a little too late for me - I'd already started).

cInternetSessionBusinessProcess.pkg, line 352:


Get DoGetHTMLFormValue "ChangedStates" to sChanged


Throws an error saying that forward reference GET_DoGetHTMLFormValue is not defined... and indeed it is not. In fact that package seems to have changed a great deal in 19.1 ... I had to spend time checking that I was comparing the same package so much has it been refactored... guess this one got missed.

Edit: looking farther, it looks like DoGetHTMLFormValue should now be in the new cWebAspClassicObject.pkg, but it isn't (yet).

I also get 68 warnings - none of them (now! :D) in my code.

Mike

It is still there in Alpha 2.

FWIW, the 68 warnings were in:

RemoteEntryMixin.pkg - all if/else/case line splitting
cInternetSessionBusinessProcess.pkg - all if/else/case line splitting
cWebBusinessProcess.pkg - all if/else/case line splitting
The WebOrder DDs, because they all Use Windows.pkg, which it seems should not be in a WebApp, but will be ignored :)


Mike

Mike Peat
11-Jun-2018, 12:16 PM
Bump - just in case you missed it. ;)

Harm Wibier
13-Jun-2018, 06:20 AM
I think John looked into this.. Bump again if it isn't fixed in the next build ;)

John Tuohy
13-Jun-2018, 12:42 PM
Yup, should fixed for next alpha. Thanks Mike.

-John

Stephen W. Meeley
26-Jun-2018, 08:42 AM
Mike,

This should be fixed in Alpha 3. Can you please retest?

Mike Peat
26-Jun-2018, 11:09 AM
Fixed. :)

Mike

Mike Peat
26-Jun-2018, 11:14 AM
Also many fewer warnings... none now I've sprinkled Dr Fixit's magic powder over libsidium.pkd and changed ZeroString to Move (ZeroString...

Mike