U++ framework
Do not panic. Ask here before giving up.

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: Tue Apr 28 06:40:16 GMT+2 2026

Total time taken to generate the page: 0.00467 seconds