Hi everybody,
Thanks for all the great suggestions and help this
forum has been providing.
I am trying to load a ".dll" file and it is giving me
an error message. I was wondering anyone know how to
fix the problem.
I am using Splus 6.0 Rel 2 on NT 4.0 Service Pack 6.
The command
----
dyn.open ("D:/JP/A.dll").
-----
Message
-------
> dyn.open ("D:/JP/A.dll").
D:/JP/A.dll : The parameter is incorrect.
"D:/JP/A.dll" can't be opened as a DLL; check how it
was loaded in: dyn.open("D:/JP/A.dll").
----
Second try
--
dll.load ("D:/JP/A.dll").
----
Message
-------
> dll.load ("D:/JP/A.dll").
D:/JP/A.dll : The parameter is incorrect.
[1] 0
The dll code was compiled with gcc.
I am not usre what I am doing wrong. I really
appreciate all your help.
Thanks
JP
__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com
|