I think 2.72 should be able to handle that many strings (ATOTK uses plenty of them). What exactly are you doing with this many strings, and how are you generating them? It may be the case that your code has a memory leak.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: DutchMarco on Sun 18/05/2008 16:35:27
OK it might be a bit late to say rhis, but I will be driving from the Netherlands to France. So I'lll be able to pick people up from the airport. Preferably Amsterdam airport (Schiphol), since that's close to where I live.
Quote from: kinanev on Sat 17/05/2008 17:18:36
I didn't know that Sierra and Lucasarts had a Hotline?
Quote from: Darth Mandarb on Fri 16/05/2008 20:39:20
Any word on the pre-get-together in Paris? What day/time? I am finalizing my ticket plans and don't want to miss anything!
Quote from: Pumaman on Thu 15/05/2008 23:53:55
Wouldn't you rather meet the masters of the adventure game world, enjoy a gourmet dinner cooked-up by a world famous chef then head off to your room for a night of pure luxury, basking in the glow of what an incredible day it was?
Quote from: kinanev on Thu 15/05/2008 10:46:55
Year - 1991. Location - Zlatograd, Bulgaria. Me and my friend Todor Kumanov are playing Space Quest I.
Quote from: Desiree Watson on Mon 12/05/2008 06:40:06
The trunk is already open from before and I have the right key to start the car. The problem is I can't let go of the meteor, its like its glued to my hand. When I try to use meteor with trunk, nothing happens. HELP! I've bee stuck on this for way too long!
Quote from: Mods on Sun 11/05/2008 14:11:13
ps, Radiant, this means I can give you your trophy in person...far better than via post!
Quote from: SteveMcCrea on Sat 10/05/2008 18:37:43
kDirection_Left, // if you want you can put "= 0" here
Quote from: Mercutick on Sat 10/05/2008 11:28:50
Also i only want downloadable games that are free, i know i sound like a scrooge but i'm really not looking to splash out on any right now.
Quote from: Gold Dragon on Sat 10/05/2008 02:01:27
enum Direction {Top, bottom, Left, right};
int Array[Direction];
#define myDirection 5
int Array[myDirection];
Quote from: gypsysnail on Fri 09/05/2008 17:44:08
I want to ask here if anyone knows a way to keep the file size low as possible to say... limit 15MB?
Quote from: Petteri on Wed 07/05/2008 09:11:59While true, that was not a big company issuing a cease-n-desist order, but an independent developer asking to please don't do that. Matter of scale, and all that. Apparently (to my surprise) the guy is still making money out of selling HHH.
Spyros' remake of Hugo's House of Horrors had to be taken down.
Quote from: Stupot on Wed 07/05/2008 11:24:39I'm sure it's on the internet somewhere. Note that there are two games called Quest for Orgy; one has one room and half a puzzle, and a naked chick, the other has about a dozen rooms, a bunch of puzzles, and a bunch of explicit dialogue.
Damn. I would have loved to have played Quest for Orgy.
QuoteIf you want my advise, I wouldn't call it a "remake" but "inspired by". Although, as I said above, companies are unlikely to notice and/or care.
My current project is billed as a remake. But it is really only the general idea that is the same, and you can't copyright an idea.
Quote from: Dualnames on Tue 06/05/2008 23:03:19
Okay, me and yukonhorror are working on Hitchhiker's Guide to the Galaxy, I need to know how to avoid that the cease the project and if that chance is possible as well. I was thinking of e-mailing them, but .. well.. what are your ideas about using copyrighted stuff.
int varname = 0;
if (varname = 0)
varname++
if (varname = 1)
varname++
int varname = 0;
if (varname == 0)
varname++;
else if (varname == 1)
varname++;
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.112 seconds with 16 queries.