Thanks David for reverting
we are passing:
li_status = OpenWithParm (lw_window, astr_option, astr_option.s_controlstr, This)
astr_option.s_controlstr - child window object name
lw_window- w_master (child window is derived from w_master)
This - points to w_frame objects.
This code is being executed from w_frame object.
Application is crashing while calling pfc_postopen event of opening window.
This issue is occurring across the application where we are creating child window by calling openwithparm function.
When we run the application from IDE installed on windows 10 1709, its working fine. After building the application and when I try to run the exe file, its crashing.