1. VER 4.0 map.e problem

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.  
 

new topic     » topic index » view message » categorize

2. Re: VER 4.0 map.e problem

bernie said...

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 
bernie said...

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.

new topic     » goto parent     » topic index » view message » categorize

3. Re: VER 4.0 map.e problem

DerekParnell said...
bernie said...

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 
bernie said...

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 ? 
 

new topic     » goto parent     » topic index » view message » categorize

4. Re: VER 4.0 map.e problem

bernie said...

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.

new topic     » goto parent     » topic index » view message » categorize

5. Re: VER 4.0 map.e problem

bernie said...

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.

new topic     » goto parent     » topic index » view message » categorize

6. Re: VER 4.0 map.e problem

bernie said...

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

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu