1. VER 4.0 map.e problem
- Posted by bernie Aug 27, 2008
- 893 views
Using WIN98 With this file: ---- file start ---------- include map.e public type map(object o) map MastList = new() map PreDefList = new() ---- end of file --------- I get this error: D:\#eu40\INCLUDE\std/machine.e:225 'public' or 'export' must be followed by: <a type>, 'constant', 'procedure', 'type' or 'function' export include memory.e ^ PS: There is not a very good description about using maps. It assumes that a user is completely familiar with hashing etc. You talk about large and small maps but explain nothing about how they grow from a small to a large.
2. Re: VER 4.0 map.e problem
- Posted by DerekParnell (admin) Aug 27, 2008
- 912 views
I get this error:
D:\#eu40\INCLUDE\std/machine.e:225 'public' or 'export' must be followed by: <a type>, 'constant', 'procedure', 'type' or 'function' export include memory.e
It looks like you are using an old revision of Eu. Get the latest revision and try again.
The current revision has ...
public include memory.e
There is not a very good description about using maps. It assumes that a user is completely familiar with hashing etc. You talk about large and small maps but explain nothing about how they grow from a small to a large.
Ok, I'll update the docs some more to explain this stuff.
3. Re: VER 4.0 map.e problem
- Posted by bernie Aug 27, 2008
- 903 views
I get this error:
D:\#eu40\INCLUDE\std/machine.e:225 'public' or 'export' must be followed by: <a type>, 'constant', 'procedure', 'type' or 'function' export include memory.e
It looks like you are using an old revision of Eu. Get the latest revision and try again.
The current revision has ...
public include memory.e
There is not a very good description about using maps. It assumes that a user is completely familiar with hashing etc. You talk about large and small maps but explain nothing about how they grow from a small to a large.
Ok, I'll update the docs some more to explain this stuff.
Derek: Where am I suppose to get the latest revision of Eu ?? There is no place to download allthe include files from. The last time I downloaded the include files I had to do it one file at a time. When Jermey is zipping the win98 files, he is just zipping the binaries. What compiler is Jeremy using to compile the win98 binaries ? The start up time is slow on my system; how is the speed loading your win32lib ?
4. Re: VER 4.0 map.e problem
- Posted by murphy Aug 27, 2008
- 894 views
Where am I suppose to get the latest revision of Eu ??
There is no place to download allthe include files from.
The last time I downloaded the include files I had to do it one file at a time.
I got the library files from here yesterday: http://rapideuphoria.svn.sourceforge.net/viewvc/rapideuphoria/trunk.tar.gz?view=tar
Then get the latest binaries from http://jeremy.cowgar.com/eubins and drop them into the /bin directory.
5. Re: VER 4.0 map.e problem
- Posted by DerekParnell (admin) Aug 27, 2008
- 873 views
The start up time is slow on my system; how is the speed loading your win32lib ?
Less than 1 second, which is the same as what I was getting with Eu v3.1.
6. Re: VER 4.0 map.e problem
- Posted by mattlewis (admin) Aug 27, 2008
- 882 views
Where am I suppose to get the latest revision of Eu ??
There is no place to download allthe include files from.
When Jermey is zipping the win98 files, he is just zipping the binaries.
Right now, it's all through svn:
> svn co https://rapideuphoria.svn.sf.net/svnroot/rapideuphoria/trunk
Matt