Question
debugging an Illustrator plugin
I'm using Visual studio 2003 .NET,
the tryout version of Illustrator CS2,
and the Illustrator CS2 SDK
I can compile and run the sample code.
I followed the programmers guide chapter on debugging with VC.
When i try to debug a (sample) plugin i get:
...
'Illustrator.exe': Loaded 'C:\WINDOWS\system32\shimeng.dll', No symbols loaded.
'Illustrator.exe': Loaded 'C:\WINDOWS\system32\uxtheme.dll', No symbols loaded.
'Illustrator.exe': Unloaded 'C:\WINDOWS\system32\shimeng.dll'
'Illustrator.exe': Loaded 'C:\WINDOWS\system32\apphelp.dll', No symbols loaded.
'Illustrator.exe': Loaded 'C:\Documents and Settings\BramT\Local Settings\Temp\Adobelm_Cleanup.0001.dir.0008\~df394b.tmp', No symbols loaded.
'Illustrator.exe': Loaded 'C:\Documents and Settings\BramT\Local Settings\Temp\Adobelm_Cleanup.0001.dir.0008\~debe09.tmp', No symbols loaded.
The program '[3600] Illustrator.exe: Native' has exited with code 1 (0x1).
the tryout version of Illustrator CS2,
and the Illustrator CS2 SDK
I can compile and run the sample code.
I followed the programmers guide chapter on debugging with VC.
When i try to debug a (sample) plugin i get:
...
'Illustrator.exe': Loaded 'C:\WINDOWS\system32\shimeng.dll', No symbols loaded.
'Illustrator.exe': Loaded 'C:\WINDOWS\system32\uxtheme.dll', No symbols loaded.
'Illustrator.exe': Unloaded 'C:\WINDOWS\system32\shimeng.dll'
'Illustrator.exe': Loaded 'C:\WINDOWS\system32\apphelp.dll', No symbols loaded.
'Illustrator.exe': Loaded 'C:\Documents and Settings\BramT\Local Settings\Temp\Adobelm_Cleanup.0001.dir.0008\~df394b.tmp', No symbols loaded.
'Illustrator.exe': Loaded 'C:\Documents and Settings\BramT\Local Settings\Temp\Adobelm_Cleanup.0001.dir.0008\~debe09.tmp', No symbols loaded.
The program '[3600] Illustrator.exe: Native' has exited with code 1 (0x1).
