View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004465 | JEDI API & WSC Library | General API | public | 2008-09-18 09:27 | 2008-09-25 08:17 |
Reporter | ChristianWimmer | Assigned To | ChristianWimmer | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0004465: UrlIsNoHistory is missing | ||||
Description | JwaShlWAPI does not implement general function UrlIsNoHistory, but the one with A and W. | ||||
Tags | No tags attached. | ||||
|
Christian, I guess the recent change in Rev 604 breaks compiling in D2009: function UrlIsNoHistory(pszURL: PAnsiChar): BOOL; stdcall; I guess this should read: function UrlIsNoHistory(pszURL: PTSTR): BOOL; stdcall; for an automatic switch between PAnsiChar and PWideChar. |
|
UrlIsNoHistory is now available in the 2.2a branch (and of course in the trunk). @anonymous : I could not find such a declaration in any revision. Maybe you can tell me the right revision? But the reasons also can be : 1. D2009 parameter hint window shows you the wrong declaration 2. The JEDI API is compiled with deactivated UNICODE directive. If you declare ANSICODE in your project options, the jediapilib.inc deactivates the UNICODE directive for all JEDI API units (but not for customer units). |
|
I consider it solved. |
Date Modified | Username | Field | Change |
---|---|---|---|
2008-09-18 09:27 | ChristianWimmer | New Issue | |
2008-09-18 09:27 | ChristianWimmer | Status | new => assigned |
2008-09-18 09:27 | ChristianWimmer | Assigned To | => ChristianWimmer |
2008-09-24 02:50 | anonymous | Note Added: 0014654 | |
2008-09-24 05:16 | ChristianWimmer | Note Added: 0014657 | |
2008-09-25 08:16 | ChristianWimmer | Status | assigned => resolved |
2008-09-25 08:16 | ChristianWimmer | Resolution | open => fixed |
2008-09-25 08:16 | ChristianWimmer | Note Added: 0014694 |