vrakeshreddy / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

Process.MainWindowHandle does not reliably identify the handle for AutoCAD's "main window". #538

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Gallio's AutoCAD integration currently uses the handle returned by
Process.MainWindowHandle as the destination for WM_COPYDATA messages. These
messages provide the IPC mechanism to bootstrap Gallio into the AutoCAD
process.

Unfortunately, the algorithm used by MainWindowHandle does not consistently
identify the main AutoCAD window. When this happens the WM_COPYDATA
messages go unanswered and the bootstrapping process fails.

Original issue reported on code.google.com by mikesand...@gmail.com on 17 Sep 2009 at 12:30

GoogleCodeExporter commented 9 years ago
Fixed in 3.2 (trunk) r2176.

Consider for back-porting to 3.1.

Original comment by mikesand...@gmail.com on 17 Sep 2009 at 12:59