Page 1 of 1

CGI and dlls

Posted: 7 Oct 2013 16:10
by vjoer
Hello

I am trying to configure my web application host for a CGI Visual Prolog app.
I am told that the admin has failed to register the dlls required by the cgi executable running in IIS.
The failure message was:
entry-point dllregisterserver was not found"

Do they need to be registered in order for the cgi exe to run?

Thanks

Regards

Posted: 8 Oct 2013 10:24
by Thomas Linder Puls
DLLRegisterServer is the standard entry for self-registration of COM components (for example called by regsvr32.exe). It only makes sense if the DLL is a COM host.

You don't say which "required dll's" it concerns, but if it is for example the vip7kernel.dll and vip7run.dll then it is completely wrong to attempt to register them as COM hosts.

Posted: 8 Oct 2013 12:41
by vjoer
Hi Thomas

Clear about the dlls.
Do you have available a demo website with a CGI application in Visual prolog?

Thanks

Posted: 8 Oct 2013 19:34
by Thomas Linder Puls
No.

Notice the tutorial: CGI Applications in Visual Prolog.

Posted: 21 Oct 2013 8:00
by drspro2
hi,

I have made an application with Vip cgi.


You can see it on www.gymsystem.nl , klik on the link DEMO


greetings

R