View Issue Details

IDProjectCategoryView StatusLast Update
0003654JEDI VCL00 JVCL Componentspublic2006-06-09 01:59
ReporterykamiAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.30 
Summary0003654: Band Object DLL Wizard generates an incorrect code.
DescriptionThe 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
TagsNo tags attached.

Activities

obones

2006-06-09 01:59

administrator   ~0009511

This is now solved in SVN.

Issue History

Date Modified Username Field Change
2006-04-22 06:34 ykami New Issue
2006-06-09 01:59 obones Status new => resolved
2006-06-09 01:59 obones Resolution open => fixed
2006-06-09 01:59 obones Assigned To => obones
2006-06-09 01:59 obones Note Added: 0009511