Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
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
