RE: [OT] - Help with routine name in .dll

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

> From: Jonas Temple [mailto:jtemple at yhti.net]

<snip>

>     poke(xdate_format, 0)

Maybe change this to poke4?

<snip>

>     poke(xbatch, 0)
...and change this to poke4?  If the command prompter uses these for
anything other than for returning values, that could be causing problems if
you have a bogus value.

<snip>

Otherwise I don't see anything obviously wrong with it.

> The window appears and everything in the window works *until* 
> I attempt to close the window, either by clicking Okay,
> Cancel or the system close box.  I think the window is written
> in Java, though.  

It shouldn't matter that it's written in Java.
 
> Does the WINAPI in the C declaration have anything to do with the 
> problem?

WINAPI basically means that the function is stdcall, so you should be fine
there.  I assume that it never returns control to Euphoria?  CWBAPI seems to
be defined as CwbExport (which seems to vanish under GNU, but I don't know
what it does under other compilers).

Matt Lewis

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

Search



Quick Links

User menu

Not signed in.

Misc Menu