View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003654 | JEDI VCL | 00 JVCL Components | public | 2006-04-22 06:34 | 2006-06-09 01:59 |
Reporter | ykami | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | 3.30 | |||
Summary | 0003654: Band Object DLL Wizard generates an incorrect code. | ||||
Description | The definition of the CreateBandForm method of Band Object Class that Band Object DLL Wizard generates is as follows. function CreateBandForm(const ParentWnd: HWND): TJvBandForm; override; However, it is defined in TCustomBanxObject as follows. function CreateBandForm(const ParentWnd: THandle): TJvBandForm; virtual; abstract; The compiler recognizes another type THandle with HWND. Therefore, it is not possible to compile. I'm using the latest version of SVN. (with BDS2006Pro) JvBandObject.pas 9947 JvBandObjectDLLWizard.pas 8865 | ||||
Tags | No tags attached. | ||||