[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: EL Dll Not Found in NT4 but ok in Win2K



PureBytes Links

Trading Reference Links


>
>I'm having trouble getting TS to see a powerbasic dll I've written when I put the dll in the WinNT or WinNT\system32 directory and call it from EL with
>
>DefineDLLFunc "mydll.dll", int, Func1, int, int, int and so on.
>
>Since TS will not find it I expect the system to search for it using paths in the system path.  In Win2K this works but in Win NT4 it doesn't.
>
>How do you get this to work in NT4?


This might not be portable, but you can always put the explicit path in for the DLL. Use

DefineDLLFunc "c:/path/to/mydll.dll", int, Func1, int, int, int.

Mike G