|
|
Home » Community » U++ community news and announcements » Upp 710-dev1 released
|
|
|
|
Re: Upp 710-dev1 released [message #12158 is a reply to message #12150] |
Sat, 13 October 2007 18:11   |
cbpporter
Messages: 1427 Registered: September 2007
|
Ultimate Contributor |
|
|
This looks like not enough space on disk or stalled/broken previous build. Check the first, if does not apply, use "Rebuild All" or even "Clean UPPOUT" and then "Rebuild All".
That worked. I get a lot of warnings, but I'll just ignore them .
Well, Drawing does not really support Null.
Strange, in 2007.1 it did. Well, at least I don't get an error in this versions so I can just skip the test.
Any idea why TheIDE opens Callback.h after a run with MSVC? I had this issue with dev9 too.
[Updated on: Sat, 13 October 2007 18:14] Report message to a moderator
|
|
|
|
|
|
|
|
|
Re: Upp 710-dev1 released [message #12233 is a reply to message #12034] |
Fri, 19 October 2007 22:15   |
mapo
Messages: 5 Registered: September 2007
|
Promising Member |
|
|
Hi,
I have program with NOAPPSQL flag set. When I try to compile it, I get compilation error:
C:\upp\uppsrc\Sql\Sql.cpp(497) : error C2065: 'SQL' : undeclared identifier
if I change SqlSession::~SqlSession() to:
SqlSession::~SqlSession()
{
#ifndef NOAPPSQL
if(SQL.IsOpen() && &SQL.GetSession() == this) {
SQL.Detach();
}
#endif
}
everything compiles without errors.
7edcd8e6f33ea538d7d44a5487ef4566
|
|
|
|
|
|
|
Re: Upp 710-dev1 released [message #12489 is a reply to message #12422] |
Mon, 05 November 2007 18:23  |
piotr5
Messages: 107 Registered: November 2005
|
Experienced Member |
|
|
just for the record, the last svn-version I tried did show
the "writing to freed memory" message, even on windows, and
naturally again changing the magical number in freefill() and
freecheck() to zero did get rid of this critical error-message.
as for uvs, I guess it's less work to implement a new
context-menu option for downgrading all files to a particular
version than to write good svn-updating cron-job which does
actually work together with uvs automatically. also, in the
context of this particular project, a weekly update isn't
as big as to corrupt the built whenever downgrading some
particular file, in my experience. but my experience is very
limited though. I just don't like going online whenever I
have some regression-testing to do...
|
|
|
Goto Forum:
Current Time: Fri May 09 22:29:38 CEST 2025
Total time taken to generate the page: 0.00990 seconds
|
|
|