tlw1985 / cnpack

Automatically exported from code.google.com/p/cnpack
0 stars 0 forks source link

Access Violation Exception will be raised when double clicking in the code editor. #59

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Creates a dll/package (IDE addin) which set bds.exe as host
2.Run the dll which will start a new instance of the IDE
3.Double click in the Code Editor of the new instance
4.The host debugger shows AV (Although it will be ignored)

What is the expected output? What do you see instead?
:7590c41f KERNELBASE.RaiseException + 0x58
:51b88421 ; d:\program files (x86)\embarcadero\rad 
studio\11.0\bin\exceptiondiag180.bpl
:5005fc14 NotifyNonDelphiException + $1C
:7717b46b ; ntdll.dll
rtl.System.Rtti.TRttiMethod.Invoke(nil,(...))
:0e29695c ; D:\Program Files (x86)\CnPack\CnWizards\CnWizards_DXE4.dll
:0e1a85ed ; D:\Program Files (x86)\CnPack\CnWizards\CnWizards_DXE4.dll
vcl.Vcl.AppEvnts.TCustomApplicationEvents.DoMessage(???,???)
vcl.Vcl.AppEvnts.TMultiCaster.DoMessage(???,???)
vcl.Vcl.Forms.TApplication.ProcessMessage($28FF24)
vcl.Vcl.Forms.TApplication.HandleMessage
vcl.Vcl.Forms.TApplication.Run

What version of the product are you using? On what operating system?
RAD Studio XE4

Please provide any additional information below.
Although the error will be ignored, it is annoying when developing my own IDE 
addin. 

Original issue reported on code.google.com by baoquan....@gmail.com on 26 Sep 2013 at 6:20

GoogleCodeExporter commented 8 years ago
Can't reproduce now... Not sure whether it was caused by the installation of 
latest version.

Original comment by baoquan....@gmail.com on 26 Sep 2013 at 7:30