Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Cadkunde.nl
in reply to: HideoYamada

@HideoYamadaThe application is already running invisible. Inventor crashes when too much in memory. Try make a program that opens a large number of inventor drawings and export them to autocad dwg's that does not crash if you don't believe me.

 

My program is run within Inventor as an Addin. AFAIK that is all single threaded so the process waits till Inventor is started. Though I'm not sure I can already start another Inventor Application in another thread, or how to program that is then picked up in the main thread. If that would be possible, that would be awesome