1. ECW limits?
- Posted by axtens Oct 22, 2008
- 975 views
G'day everyone
What are the internal limits for ECW with respect to line lengths? For instance, I have a sequence output to a file using print, with that file then being used as a source file. The file is 470K long. It has two lines: the declaration, and then the sequence itself. ECW isn't crashing but it isn't doing anything else either. It's just sitting there quietly doing ... er ... something.
I'll try splitting up the lines, but it's something that needs to be acknowledged somewhere.
Kind regards, Bruce.
2. Re: ECW limits?
- Posted by axtens Oct 22, 2008
- 984 views
I started the compile at 4:29 pm (local time). Now here it is 9:28 pm and ECW is writing main-121.c. This is on a Toshiba Satellite M110 dual core machine running XP SP3. This is a little bit ... er ... on the slow side.
Bruce.
3. Re: ECW limits?
- Posted by gbonvehi Oct 22, 2008
- 985 views
Probably it hung. I can't help you further than saying split the line, sorry. You should provide more details about Euphoria version you're using, and, if you can, provide an example. Also, does it runs with the interpreter?
Cheers, Guillermo
4. Re: ECW limits?
- Posted by axtens Oct 22, 2008
- 1002 views
It hasn't hung, it's just working through a very large chunk of data.
I'm researching STRINGTABLE resources now in the hope that that will suffice in the future.
But to answer one of your questions, using the most recent v3 release.
Bruce.