Error en archivo de recursos

Moderator: Rathinagiri

User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: Error en archivo de recursos

Post by srvet_claudio »

Something similar happened to me, apparently there are conflicts in the compiler when using certain words. When I was developing Time Picker control, I defined a constant with beginning the word "Time" in a header file and gave me a compile error in the build library:
# translate TIMELONG24H => "HH:mm:ss"
If I change to:
# translate _TIMELONG24H => "HH:mm:ss"
worked well.
The compiler indicates an error in the source file ErrorSys.prg that used the function Time() of Harbour.
I do not know why!
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
Post Reply