|
Navigation: Programming Cookbook > Creating COM Components > Deploying & Running the Random Stream Sample > Step 3 Register |
![]() ![]()
|
Active-X DLLs deployed from Dolphin are (by default) self-registering. Register the DLL with the command line:
regsvr32 corandom.dll
regsvr32.exe should be on the path, but if not it can be found in the windows system directory. On Windows 98 you may have to type:
c:\windows\system\regsvr32 corandom.dll