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 612-dev2 released
Re: Upp 612-dev2 released [message #7321 is a reply to message #7320] Fri, 22 December 2006 01:48 Go to previous messageGo to previous message
Ulti is currently offline  Ulti
Messages: 108
Registered: September 2006
Experienced Member
summary
fixed:
====================================================
to support Mingw(gcc4.1.1)
Core.h to be changed:
from
END_UPP_NAMESPACE

#ifdef PLATFORM_WIN32
NTL_MOVEABLE(POINT)
NTL_MOVEABLE(SIZE)
NTL_MOVEABLE(RECT)
#endif

#if (defined(_DEBUG) || defined(_TEST_LEAKS)) && defined(PLATFORM_POSIX)

to
#ifdef PLATFORM_WIN32
NTL_MOVEABLE(POINT)
NTL_MOVEABLE(SIZE)
NTL_MOVEABLE(RECT)
#endif
END_UPP_NAMESPACE

#if (defined(_DEBUG) || defined(_TEST_LEAKS)) && defined(PLATFORM_POSIX)

GridCtrl's mingw support
Change

bool factory = edits[id].factory != 0;


to

bool factory = edits[id].factory;

iml errors

To "fix" it, I have made changes to:
1. iml_source.h
Line 63:
#define IMAGE_BEGIN_DATA { static const Upp::byte data[] = {

2. topic_group.h
Line 117:
#define COMPRESSED static const Upp::byte data[] = {


============================================================
don't know how to fix,need help
Another Mingw error:
In file included from D:/UltiStudio/upp/out/CtrlCore/MINGW.Debug_full.Gui\$blitz.c pp:114:
D:/UltiStudio/upp/uppsrc/Core/Lang.h: In member function `virtual LRESULT Upp::Ctrl::WindowProc(UINT, WPARAM, LPARAM)':
D:/UltiStudio/upp/uppsrc/Core/Lang.h:41: error: too many arguments to function `Upp::String Upp::GetLocaleInfoA(LCID, LCTYPE)'
D:\UltiStudio\upp\uppsrc\CtrlCore\Win32Proc.cpp:261: error: at this point in file

[Updated on: Fri, 22 December 2006 01:49]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Upp 612-dev2 delayed...
Next Topic: U++ in 2006 and Happy new year 2007
Goto Forum:
  


Current Time: Thu May 16 21:58:36 CEST 2024

Total time taken to generate the page: 0.01732 seconds