View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006331 | JEDI VCL | 00 JVCL Components | public | 2014-09-30 10:58 | 2015-09-21 17:47 |
Reporter | davidheffernan | Assigned To | AHUser | ||
Priority | normal | Severity | major | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | 3.49 | |||
Summary | 0006331: VFW header translation incorrectly uses packed records | ||||
Description | The vfw.h header translation found in VFW.pas declares the records as packed. This is incorrect. There is no #pragma(pack) in vfw.h. Under 32 bit you probably get away with this because most fields are 4 bytes wide. But under 64 bit the pointers are 8 bytes wide and there will be padding. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2014-09-30 10:58 | davidheffernan | New Issue | |
2014-10-01 09:54 | AHUser | Note Added: 0021061 | |
2014-10-01 09:54 | AHUser | Status | new => resolved |
2014-10-01 09:54 | AHUser | Fixed in Version | => Daily / GIT |
2014-10-01 09:54 | AHUser | Resolution | open => fixed |
2014-10-01 09:54 | AHUser | Assigned To | => AHUser |
2015-09-21 17:47 | obones | Fixed in Version | Daily / GIT => 3.49 |