registering the ViewerX DLL in Win98


http://www.s-code.com/forum/Topic2055.aspx
Print Topic | Close Window

By marc - Thursday, May 08, 2008
Hi,

I 'm trying to use the ViewerX in a small test application.

Installing on a WinXP works perfect,

but on Win98, after installing the downloaded setup, the activeX component still isn't known.

Also, manually registering it with "regsvr32 scvncctrl.dll" gives the error message:

LoadLibrary("scvncctrl.dll") failed. GetLastError returns 0x0000001f.

(tried on 2 different machines)

Any idea ?

Marc

By Yury Averkiev (s-code) - Friday, May 09, 2008
Most probably ViewerX uses some of the Win32 API functions, which are not available in Win98.

Could you please download Depends tool from http://s-code.com/download/utils/depends.zip  and run it.
Then drag&drop scvncctrl.dll to the Depends window. Depends should show the list of dlls and methods used by ViewerX. If some methods or dlls are not available they will be marked in red color. Please send me the list of methods marked in red.