Profile Picture

iClone crash on callback

Posted By professor_wm 5 Years Ago
You don't have permission to rate!
Author
Message
professor_wm
professor_wm
Posted 5 Years Ago
View Quick Profile
New Member

New Member (69 reputation)New Member (69 reputation)New Member (69 reputation)New Member (69 reputation)New Member (69 reputation)New Member (69 reputation)New Member (69 reputation)New Member (69 reputation)New Member (69 reputation)

Group: Forum Members
Last Active: 5 Years Ago
Posts: 3, Visits: 25
Hi,
starting with python API I think I have to learn a lot. However at once I get iClone to crash. I try to implement some MIDI data reading (for different issues). So I define a MIDI callback function and open the MIDI device. So far so good. Also I know that the callback receives some data, but whenever I try to call any iClone API function it crashes immediately. I assume that the callback is in a different threat and that therefore I get the crash. So the next attempt is to use a callback to a window but I cannot get the hwnd window handle. I know that Qt supports this (xyz.winId()) but I have no idea how this works with the iClone API.
Anyone any idea to one of these problems?

many thanks




Reading This Topic