Home » U++ TheIDE » U++ TheIDE: Icon designer » " 'AK_DUPLICATE' was not declared..."
Re: " 'AK_DUPLICATE' was not declared..." [message #20361 is a reply to message #20359] |
Sat, 14 March 2009 08:06   |
chickenk
Messages: 171 Registered: May 2007 Location: Grenoble, France
|
Experienced Member |
|
|
Hello,
I got through this problem already. I thought I already talked about it, but could not find the corresponding message...
in fact, the _DUPLICATE preprocessor macro is redefined by one of mingw headers, can't remember which one, but anyway. I can recall it is defined to 0, so that AK_DUPLICATE becomes AK0 or something like that, and does not reference the key anymore.
I could work around this by replacing AK_DUPLICATE by COMBINE(AK_,DUPLICATE). It's probably not the best solution but it exposes the problem.
regards,
Lionel
|
|
|
Goto Forum:
Current Time: Mon Aug 25 12:39:19 CEST 2025
Total time taken to generate the page: 0.00750 seconds
|