Registering Components on Win95/98 |
Post Reply |
Author | |
Shawshank
Senior Member Joined: 16 October 2005 Status: Offline Points: 117 |
Post Options
Thanks(0)
Posted: 18 October 2005 at 5:18pm |
I tried to register the components on Windows 95/98 and they failed. GetLastError returns x00000485. If I attempt to register the controls manually (shown below) it fails: regsvr Codejock.CommandBars.v9.8.Demo.ocx regsvr "Codejock.CommandBars.v9.8.Demo.ocx" regsvr codejo~1.ocx I had no trouble on Windows 98 SE and higher. Any idea why this fails? |
|
Sven
Senior Member Joined: 21 August 2003 Location: Germany Status: Offline Points: 127 |
Post Options
Thanks(0)
|
From Winerror.h, 0x00000485 = 1157 (ERROR_DLL_NOT_FOUND), which means "One of the library files needed to run this application cannot be found." It seems that Codejock.CommandBars.v9.8.Demo.ocx requires a specific library which can't be found on your Windows 95/98 system. |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
yes, you need mfc42.dll. Just copy it from Windows 98 SE
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |