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) » [BUG] Win32DnD.cpp: tagPOINT has no member named ToString
[BUG] Win32DnD.cpp: tagPOINT has no member named ToString [message #24869] Tue, 02 February 2010 09:18 Go to previous message
koldo is currently offline  koldo
Messages: 3358
Registered: August 2008
Senior Veteran
Hello all

There is a compiling problem in Win32DnD.cpp using MinGW because POINTL has not a ToString().

The solution is:

- Line 158
Change this:
LLOG("DragEnter " << pt);

with this:
LLOG("DragEnter " << AsString(pt));


- Line 181
Change this:
LLOG("DragOver " << pt << " keys: " << grfKeyState);

with this:
LLOG("DragOver " << AsString(pt) << " keys: " << grfKeyState);



Best regards
IƱaki
 
Read Message
Read Message
Previous Topic: U++ 1977 compile broblem.
Next Topic: Microsoft Compiler Internal Error
Goto Forum:
  


Current Time: Mon Apr 29 02:04:58 CEST 2024

Total time taken to generate the page: 0.89919 seconds