I am using a single "Type" to transfer data into an Active X DLL. The DLL has a single function within it that outputs a result as a second, different "Type".
The input type is defined as a BYREF in the function call within the DLL but when I run the client program I get a BYREF error on my data entry Type.
Does anyone know what the problem might be ?? Is it a valid techinque to use a function within a DLL like this?
-------------
Confused of Windsor
![]()


Reply With Quote