Re: Can't open dll's

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

hrm... 1st to reply to my own message.  oh well :)

I made a mistake.  Euphoria was reporting that it could not "open" the dll,
not that it
couldn't be found.  I realised that mmsystem.dll is a 16 bit dll, rather than
a 32 bit dll.
Since Euphoria is a 32 bit language it cannot use 16 bit dll's (duh! :).
Once I did a little looking in Windows\System, and a little bit of editing, I
found that:
    mmsystem = open_dll("winmm.dll")
works perfectly :)

Thanks to any who have already attempted to solve my earlier post, and my
apoligies for not thinking this through for a bit longer.

James Powell

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

Search



Quick Links

User menu

Not signed in.

Misc Menu