Multithreading experience?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello group,
Does anyone have experience with multithreaded apps using ObjectARX? I first tried OpenMP, but that crashed AutoCAD att first attempt.
Next try, PPL, seemed to work better ... until I get a memory-related crash in AcGeLine3d::getClosestPoint. According to the debugger, it's trying to allocate 3+MB memory for that operation?!?
I'm not too fond of those AcGe* classes anyway, since they hide data in pimpl-style structures, making debugging unnecessary hard. Inserting my own classes is a definate workaround.
This is an evaluation copy of AutoCAD 2013. BTW,
1) The appload commands creates it's dialog but crashes on first mouse click.
2) AutoCAD 2013 also fails to install on computers with Visual Studio11 preview installed.
Best regards,
Henrik Vallgren