Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Icon designer » " 'AK_DUPLICATE' was not declared..."
Re: " 'AK_DUPLICATE' was not declared..." [message #21945 is a reply to message #21929] Thu, 11 June 2009 22:50 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Sender Ghost wrote on Thu, 11 June 2009 05:31

luzr wrote on Tue, 09 June 2009 09:11


I was not aware about this problem.

Maybe I can just put above into Core.h?

Mirek

Hello, Mirek.

You can put
#ifdef DUPLICATE
	#undef DUPLICATE
#endif

on the root of the problem - on the top of the IconDes/IconDes.key file.
#ifdef DUPLICATE
	#undef DUPLICATE
#endif

KEY(INSERT_IMAGE, "Insert image..", K_INSERT)
KEY(IMAGE, "Image..", 0)
KEY(REMOVE_IMAGE, "Remove image", 0)
KEY(DUPLICATE, "Duplicate", K_CTRL_D)




OK, for now, why not.

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: IconDes Bug? (svn 629)
Next Topic: Ctrl-Shift-Z crashes theIde when there is nothing left to re-do
Goto Forum:
  


Current Time: Tue May 07 04:43:12 CEST 2024

Total time taken to generate the page: 0.02365 seconds