Skip to main content
1-Visitor
October 16, 2020
Question

Crashing when i am trying to wfcWAssembly::cast(CurrentModel);

  • October 16, 2020
  • 0 replies
  • 628 views

I am trying to get list of display component so i am using 

pfcSession_ptr session = conn->GetSession();

pfcModel_ptr CurrentModel= session->GetCurrentModel();

wfcWAssembly_ptr WAsm = wfcWAssembly::cast(CurrentModel); 

but its crashing in last line not able to debug have anyone idea about this i am using this in asynchronous mode