In some cases, POSE returns a message that "StringMgr.c, Line:833, Sign 
extended character passed to StrChr".

Is my WChar casting wrong? Or do I really have to use an intermediate value :(

Char *string1, Char *string2;

if ( StrChr( string2, ( WChar ) ( unsigned char ) string1[ i ] ) == NULL )


Luc Le Blanc

-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to