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++ Library support » U++ Library : Other (not classified elsewhere) » upp 1590 compile error
upp 1590 compile error [message #23200] Fri, 25 September 2009 11:24 Go to previous message
gxl117 is currently offline  gxl117
Messages: 71
Registered: March 2009
Location: China
Member
For upp1590 has a compile error:
F:\upp-svn\uppsrc\CtrlCore\Win32Wnd.cpp(713) : error C2666: 'Upp::Vector<T>::operator`[]'' : 4 overloads have
	 similar conversions
        with
        [
            T=Upp::Callback
        ]


I use VC++7.1 compiler.To fix it,change Win32Wnd.cpp 713 line:
	Ctrl::hotkey[msg.wParam]();

to:
Ctrl::hotkey[(int)msg.wParam]();

 
Read Message
Read Message
Previous Topic: write to /dev/something file
Next Topic: Dockmenu Draw
Goto Forum:
  


Current Time: Sat Apr 27 08:06:41 CEST 2024

Total time taken to generate the page: 0.04832 seconds