View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0038273 | FPC | Packages | public | 2020-12-29 13:49 | 2020-12-29 15:52 |
Reporter | Emilio Martinez | Assigned To | Marco van de Voort | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.2.0 | ||||
Fixed in Version | 3.2.1 | ||||
Summary | 0038273: Wrong declaration in Activex.pp | ||||
Description | On activex.pp file, line 4544 function CreateDataAdviseHolder(_para1:IDataAdviseHolder):HRESULT;stdcall; external 'ole32.dll' name 'CreateDataAdviseHolder'; is wrong, shoud be function CreateDataAdviseHolder(out _para1:IDataAdviseHolder):HRESULT;stdcall; external 'ole32.dll' name 'CreateDataAdviseHolder'; See https://docs.microsoft.com/es-es/windows/win32/api/objbase/nf-objbase-createdataadviseholder for details. | ||||
Additional Information | I stumbled with that while developping a com server with Lazarus. | ||||
Tags | No tags attached. | ||||
Fixed in Revision | 47891 | ||||
FPCOldBugId | |||||
FPCTarget | - | ||||
Attached Files |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2020-12-29 13:49 | Emilio Martinez | New Issue | |
2020-12-29 15:52 | Marco van de Voort | Assigned To | => Marco van de Voort |
2020-12-29 15:52 | Marco van de Voort | Status | new => resolved |
2020-12-29 15:52 | Marco van de Voort | Resolution | open => fixed |
2020-12-29 15:52 | Marco van de Voort | Fixed in Version | => 3.2.1 |
2020-12-29 15:52 | Marco van de Voort | Fixed in Revision | => 47891 |
2020-12-29 15:52 | Marco van de Voort | FPCTarget | => - |
2020-12-29 15:52 | Marco van de Voort | Note Added: 0127893 |