Creo Crashes when changing the dialog
‎Nov 09, 2020
11:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Nov 09, 2020
11:25 PM
Creo Crashes when changing the dialog
Hi,
I have a OTK dialog where I use pfsession->Select() for selecting entity from UI. I have button which when presessed, asks user for selection by ->select call. If user launches a new UI or press cancel, creo crashes.
My investigation says, the selection object is leaking. Any help.
Thanks
Labels:
- Labels:
-
Toolkit
1 REPLY 1
‎Jan 17, 2024
10:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Jan 17, 2024
10:43 AM
I encountered the same problem.
Similar situations occur when I call UIOpenFile() or UISaveFile() function.
output thrown exceptions info: Invalid parameter passed to C runtime function.
I have to use pro toolkit function instead of object toolkit,like ProSelect()