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 » Community » U++ community news and announcements » Upp 606-dev1 released
Upp 606-dev1 released [message #3571] Thu, 01 June 2006 23:31 Go to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

Added:
- PrinterJob class
- Glyph composing
- Linux printing
- TheIde:
  • added support for external additional file dependencies in the package organizer
  • added automatic dependence parsing for brc files
  • improved the Build and BuildProject macros to support explicit output file names
  • added new macro EditFile to open a different package file or a generic file in the editor


Fixed:
- RichEdit: problem with character overhang
- X11 focus problem
- Problem with loading .tr files from .exe dir
- OptionTree: added missing WhenOption call
Re: Upp 606-dev1 released [message #3579 is a reply to message #3571] Fri, 02 June 2006 20:30 Go to previous messageGo to next message
Werner is currently offline  Werner
Messages: 234
Registered: May 2006
Location: Cologne / Germany
Experienced Member
All of the "GUI_APP_MAIN" programs and "imgsrv" ("CONSOLE_APP_MAIN") in "examples" don't compile under Windows XP with MSC8.

The problem always reads as follows:

"D:\ProgWin\upp\uppsrc\Draw\DrawTextWin32.cpp(61) : error C2664: 'DWORD (HDC,LPCWSTR,int,LPWORD,DWORD)' : cannot convert parameter 2 from '
wchar [128]' to 'LPCWSTR'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
D:\ProgWin\upp\uppsrc\Draw\DrawTextWin32.cpp(61) : error C2664: 'DWORD (HDC,LPCWSTR,int,LPWORD,DWORD)' : cannot convert parameter 1 from '
LPWORD' to 'HDC'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast"

Werner

[Updated on: Fri, 02 June 2006 20:37]

Report message to a moderator

Re: Upp 606-dev1 released [message #3580 is a reply to message #3579] Fri, 02 June 2006 20:53 Go to previous messageGo to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

This is already fixed and this fix will be in next weekly dev. In the meantime in line 61 of DrawTextWin32.cpp change current line to
(*fn)(hdc, (LPCWSTR) wch, 128, pos, 1);
Re: Upp 606-dev1 released [message #3581 is a reply to message #3580] Fri, 02 June 2006 21:48 Go to previous message
Werner is currently offline  Werner
Messages: 234
Registered: May 2006
Location: Cologne / Germany
Experienced Member
Confirmed.

Thanks for the immediate response.

Werner
Previous Topic: 605rc2 released
Next Topic: Upp 606-dev2 released
Goto Forum:
  


Current Time: Fri May 10 02:19:43 CEST 2024

Total time taken to generate the page: 0.02242 seconds