-
ok, I "solved" this myself:
the line
CREATE_SUBDIRS = YES
was causing all of my troubles. Changing back to NO,
and everything works again. Strange. Maybe it's because ubuntu always
installs a relatively old version ( 1.4.7 ) and I cant bring apt-get to
install a newer version.
thomas.
2007-12-13 19:08:21 UTC in Doxygen
-
Hi,
two problems are keeping me busy:
1. the search engine all of a sudden refuses to work.
If I try to use it, I get the message
"The requested URL /docs/html/d9/d88/search.php was not found on this server."
And in fact, this file does not exist (anymore?).
2. the links to the qt documentation do not work anymore.
In particular, I would like to get classes like QString...
2007-12-13 17:54:17 UTC in Doxygen
-
allright, i got the point.
thank you very much again. this problem is caused by bad design. actually, i did not write this code, i just had to port it as fast as possible.
the 512 mb push_back example was very stupid
and for demonstrating purposes only, by the way :-)
2006-09-07 20:55:37 UTC in STLport
-
thank you very much for your reply.
yes, i have 1 gig. and yes, your version works fine.
so when the vector (in my version) has to be
resized, there is not enough free memory left
and the program crashes?
that sounds reasonable. but then, why does the
program run fine when i do not use stlport?
and i thought i had 4 Gig of (virtual)
memory available and when the space i use up exceeds...
2006-09-07 15:33:51 UTC in STLport
-
Hello!
I desperately need help on this:
I'm developing on windows with Visual Studio 2003.
My program needs lots of memory, but it crashes
although not all of the systems memory is consumed.
I wrote a simple test program:
std:vector<int> vec;
size_t maxsize = vec.max_size()
for (int i = 0; i < 200000000; ++i)
vec.push_back(i);
so the value of maxsize is 1073741823...
2006-09-07 14:06:30 UTC in STLport
-
thomas_k2006 registered the dogfight2 project.
2006-08-14 13:05:54 UTC in dogfight2
-
thomas_k2006 registered the smartblaster project.
2006-05-17 02:06:39 UTC in smartblaster