Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

[C++] registration script

Status
Not open for further replies.

TJah

Programmer
Oct 28, 2005
1
DE
I dont know, how to implementate a registration script


"hInstance needs to be the module / instance handle
of the module that contains your server registration
script (resource ID 102) .." written from the NDI support
to me.

the server registration script is importand to
register my OPC Server.

RegisterServer()

HRESULT RegisterServer(void)

Return Values S_OK upon success, otherwise the result code
returned from the ATL registrar component.

The success of this operation is dependent on the application
including a registry script resource as part of its EXE.
The resource ID MUST be 102. An example resource script
is shown below:

HKCR
{
NDI.SimulationSvr.1 = s 'NDI Simulation Server'
{ CLSID = s '{1E52DE00-FA5E-11d2-91C6-F8E932000000}'

...


Best regards

Thomas
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top