Link to home
Start Free TrialLog in
Avatar of m-jansen
m-jansen

asked on

some more compile problems....

Hello. I get some problems here when comiling a program I downloaded from the net. ( http://www.codeproject.com/library/GomzyHTMLReader.asp )

Error      4      error C2679: binary '[' : no operator found which takes a right-hand operand of type 'const char [13]' (or there is no acceptable conversion)      litehtmlattributes.h      92      

This is line 92:
_namedColors["activeborder"]            = (COLORREF)0x8000000A;

What can it be?
ASKER CERTIFIED SOLUTION
Avatar of AlexFM
AlexFM

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial