View Issue Details

IDProjectCategoryView StatusLast Update
0004890JEDI API & WSC LibraryWindows Security Code Library (JWSCL)public2009-08-10 13:11
ReporterHeikoAdamsAssigned ToChristianWimmer 
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
PlatformDesktop WorkstationOSWindows XP ProfessionalOS VersionSP 3
Summary0004890: unable to compile JwsclToken unit
DescriptionThe TJwSecurityToken.SetIntegrityLevel procedure in JwsclToken Unit can not be compiled because of the following error:

> [Pascal Fehler] JwsclToken.pas(4256): E2010 Inkompatible Typen: 'JwaWinNT.PSid' und 'JwsclSid.PSid'
TagsNo tags attached.

Activities

HeikoAdams

2009-08-10 09:24

reporter   ~0015972

Last edited: 2009-08-10 09:58

This seems to happen if using the JwsclCredentials unit in the uses clause. Adding JWA_WINDOWS to the compiler conditions of the JediAPI_SingleUnits Package seems to solve the problem.

ChristianWimmer

2009-08-10 13:11

administrator   ~0015975

JWSCL is not intended for using with the single JWA units. The "How to setup JWSCL" in the JEDI API blog talks about this problem and how to fix it.

Issue History

Date Modified Username Field Change
2009-08-10 09:18 HeikoAdams New Issue
2009-08-10 09:18 HeikoAdams Status new => assigned
2009-08-10 09:18 HeikoAdams Assigned To => ChristianWimmer
2009-08-10 09:24 HeikoAdams Note Added: 0015972
2009-08-10 09:58 HeikoAdams Note Edited: 0015972
2009-08-10 13:11 ChristianWimmer Note Added: 0015975
2009-08-10 13:11 ChristianWimmer Status assigned => resolved
2009-08-10 13:11 ChristianWimmer Resolution open => fixed