Re: SOS:DLL not downloading
Probably you didn't include that file into your PDW package.
Check all dependencies and make sure the file is in list.
Re: SOS:DLL not downloading
hi,
I have included the file in the PDW package, it shows the file entry in the INF file as well as the file is seen in the CAB file. The DLL is does not have any registry entry,
The inf file contains the following code for the DLL file,
[mydllfilename.DLL]
file-win32-x86=thiscab
RegisterServer=no
DestDir=11
FileVersion=1,0,0,1
The OCX downloads and gets installed perfectly fine, but the main problem occurs when it tries to access the function associated with the DLL.
any way out of this????
Thanks,
Rajiv.
Re: SOS:DLL not downloading