1. Exotica... not under NT?
- Posted by JesusC <jesus.consuegra at RETEMAIL.ES>
Feb 07, 2000
-
Last edited Feb 08, 2000
Hi Euphorians.
It does look like Euphoria and NT don't love each other.
I'm trying the Exotica DirectX library, (yes, with Win32lib 0.45n...) and
when trying any of the examples, I consistently get an error telling the
EDX.dll cannot be found....
But it is at the Exotica directory. I even tried to move it to
\winnt\system32, (no success)...
The
edx = open_dll("edx.dll")
call, does always return NULL....
Does it happen to anybode else's NT system?...
Any help will be welcome.
Thanks-
Jesús.
2. Re: Exotica... not under NT?
Hi Jesus,
NT 4.x will only do DirectX 3.0. Exotica itself requires DirectX 7.0 or
above to work. That's why it's saying the Edx.dll cannot be found.
Actually, the Euphoria open_dll is seeing the edx.dll, but the edx.dll
fails itself when it tries to open other DirectX 7.0 dlls that are not
present. So, the open_dll routine see's the failure and reports that
message.
I Apologize for the troubles there. The next Exotica Version will
have a more meaningful message when an error occurs like that.
-- Todd Riggins
JesusC wrote:
>
> Hi Euphorians.
> It does look like Euphoria and NT don't love each other.
> I'm trying the Exotica DirectX library, (yes, with Win32lib 0.45n...) and
> when trying any of the examples, I consistently get an error telling the
> EDX.dll cannot be found....
> But it is at the Exotica directory. I even tried to move it to
> \winnt\system32, (no success)...
> The
> edx = open_dll("edx.dll")
>
> call, does always return NULL....
>
> Does it happen to anybode else's NT system?...
> Any help will be welcome.
> Thanks-
> Jesús.