Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: what does it mean !  (Read 1994 times)

0 Members and 1 Guest are viewing this topic.

jesterboy

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 3
  • Last login:June 27, 2005, 07:31:59 pm
  • I want to build my own arcade controls!
what does it mean !
« on: June 19, 2005, 09:17:33 pm »
when I hit start-run regsvr32.exe paintx.dll a dialog box comes up saying" dll register server in paintx.dll is succeeded" what does this mean  :-[

JoyMonkey

  • Voodoo Wiki Master . . .
  • Wiki Master
  • Trade Count: (+5)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 2899
  • Last login:June 16, 2025, 09:16:27 pm
  • Candy is Dandy but Liquor is Quicker
    • JoyMonkey.com
Re: what does it mean !
« Reply #1 on: June 19, 2005, 09:23:48 pm »
I don't know, but you might want to read this thread:
http://forum.arcadecontrols.com/index.php/topic,24993.0.html

jesterboy

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 3
  • Last login:June 27, 2005, 07:31:59 pm
  • I want to build my own arcade controls!
Re: what does it mean !
« Reply #2 on: June 19, 2005, 09:58:57 pm »
Well the person in question seemed to have solved his problem....... However it would have been nice if he said how he done it !

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19428
  • Last login:Yesterday at 05:43:19 pm
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re: what does it mean !
« Reply #3 on: June 20, 2005, 03:14:38 am »
when I hit start-run regsvr32.exe paintx.dll a dialog box comes up saying" dll register server in paintx.dll is succeeded" what does this mean

youki

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1612
  • Last login:November 19, 2016, 01:07:33 pm
  • Atomic Front End Creator
    • Atomic Front End
Re: what does it mean !
« Reply #4 on: June 20, 2005, 04:13:08 am »
regsvr32 is used to register COM objects.  COM is the Microsoft's Commun Object Model. Windows was (and is still even if .NET  is beginning to change that) based on this model.

a COM component can be used by windows applications, the Application can instanciate (create) the component and use it to call Method by quering Interfaces First. The call of a COM component is normalized. 

To be able to call a COM Component, it need to be registered in the system. It is not enough to have the file on your Drive.  To register the component in the system you use the utility Regsvr32  following by the name of the file where is stored the component (generaly a .DLL , but i could be a .OCX) . RegSrvr32 will write for you needed information in the windows registry.  Then Application will be able to use the component.

PaintX.dll seems simply to be a component you need to register. The message you read means "Now , the component is ready to use!"

COM object are very Similar to ActiveX  (ActiveX is based on COM) , ActiveX component are register in the same way.  Usually application you install did the registration for you  in Silent Mode, so you are not aware of what happens.




jcrouse

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1027
  • Last login:January 09, 2010, 05:53:51 pm
    • CPViewer
Re: what does it mean !
« Reply #5 on: June 20, 2005, 03:57:14 pm »
when I hit start-run regsvr32.exe paintx.dll a dialog box comes up saying" dll register server in paintx.dll is succeeded" what does this mean

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19428
  • Last login:Yesterday at 05:43:19 pm
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re: what does it mean !
« Reply #6 on: June 23, 2005, 05:22:02 pm »
when I hit start-run regsvr32.exe paintx.dll a dialog box comes up saying" dll register server in paintx.dll is succeeded" what does this mean

AlanS17

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5382
  • Last login:December 02, 2019, 08:35:48 am
  • I won't even pretend to be clever...
    • AlanS17
Re: what does it mean !
« Reply #7 on: June 23, 2005, 05:34:39 pm »
Yeah if that's the reply you got from HC that means you caught him on a good day.  ;)