Re: Eu->dll on Windows, can't get it to work

new topic     » goto parent     » topic index » view thread      » older message » newer message

Just to repeat, although I did get a simple function that passes an integer back and forth to work, it will also crash without passing (or returning) any parameters at all depending on what it did, or that same function that was working will fail just by adding a print statement.

e.g. the function

function simpletest(integer x) 
return x+1 
end function 

works. But this crashes:

function simpletest(integer x) 
? x 
return x+1 
end function 

So the problem seems larger than Euphoria data types.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu