- Eric Verhorstert
- PowerBuilder
- Tuesday, 15 March 2022 02:03 PM UTC
Converted a PB 12.5 application to PB 2021 build 1506.
Conversion went fine. The program can be started with the IDE.
The exe that is created does not start. When the exe is started with /pbdebug the last lines in the file are:
Executing object function +CREATE for class N_CST_GNV_LANGUAGE, lib entry N_CST_GNV_LANGUAGE
Executing instruction at line 2
Executing object function +CREATE for class N_CST_GNV_BASIS, lib entry N_CST_GNV_BASIS
Executing instruction at line 2
Executing object function +CREATE for class NONVISUALOBJECT, lib entry _TYPEDEF
End object function +CREATE for class NONVISUALOBJECT, lib entry _TYPEDEF
Executing instruction at line 3
Executing object function TRIGGEREVENT for class N_CST_GNV_LANGUAGE, lib entry N_CST_GNV_LANGUAGE
Executing system dll function
Executing event +CONSTRUCTOR for class N_CST_GNV_LANGUAGE, lib entry N_CST_GNV_LANGUAGE
Executing instruction at line 1
Executing object function +CONSTRUCTOR for class N_CST_GNV_BASIS, lib entry N_CST_GNV_BASIS
End object function +CONSTRUCTOR for class N_CST_GNV_BASIS, lib entry N_CST_GNV_BASIS
Executing object function +CREATE for class DATASTORE, lib entry _TYPEDEF
Executing instruction at line 5089
Executing object function DATASTORECREATE for class DATASTORE, lib entry _TYPEDEF
Executing system dll function
End class function DATASTORECREATE for class DATASTORE, lib entry _TYPEDEF
Executing instruction at line 5090
End class function +CREATE for class DATASTORE, lib entry _TYPEDEF
Executing instruction at line 1
Executing instruction at line 2
I suppose the last two lines (executing instruction at line 1 / line 2) refer to the constructor event of N_CST_GNV_LANGUAGE. The two lines are:
ids_language = create datastore
ids_language.dataobject = 'dw_language'
What can we try to find out why the exe stops here?
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.