1. Re: An old C function problem revisited - Rob??
		
			- Posted by Al Getz <Xaxo at aol.com>
			Feb 27, 2006
 
			
						- 
				Last edited Feb 28, 2006			
 
					
		
Hi again Jonas,
I was mentioning those things in case the doc's are wrong, which they
sometimes are.
The "@20" syntax is usually used in the def file but the name
does not include this when it's declared.  In other words,
  "name @20"  (note the space also)
in the dll export file would be linked as:
  "name"
alone.  This is why i asked you to try using the name alone.
This may not work but it's easy to try.
My typical dll def files look like this:
  GetEntry @1
  PutEntry @2
  etc
  ect
but the link names are only:
  GetEntry
  PutEntry
  etc
Just a guess of course...which we seem to be doing at this point.
Take care,
Al
And, good luck with your Euphoria programming!
My bumper sticker: "I brake for LED's"