View Issue Details

IDProjectCategoryView StatusLast Update
0004465JEDI API & WSC LibraryGeneral APIpublic2008-09-25 08:17
ReporterChristianWimmerAssigned ToChristianWimmer 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0004465: UrlIsNoHistory is missing
DescriptionJwaShlWAPI does not implement general function UrlIsNoHistory, but the one with A and W.
TagsNo tags attached.

Activities

anonymous

2008-09-24 02:50

viewer   ~0014654

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.

ChristianWimmer

2008-09-24 05:16

administrator   ~0014657

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).

ChristianWimmer

2008-09-25 08:16

administrator   ~0014694

I consider it solved.

Issue History

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