Discussions related to Visual Prolog
vjoer
Posts: 18
Joined: 7 Feb 2006 13:42

CGI and dlls

Unread post 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
Viorel Farcas
User avatar
Thomas Linder Puls
VIP Member
Posts: 1398
Joined: 28 Feb 2000 0:01

Unread post 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.
Regards Thomas Linder Puls
PDC
vjoer
Posts: 18
Joined: 7 Feb 2006 13:42

Unread post by vjoer »

Hi Thomas

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

Thanks
Viorel Farcas
User avatar
Thomas Linder Puls
VIP Member
Posts: 1398
Joined: 28 Feb 2000 0:01

Unread post by Thomas Linder Puls »

No.

Notice the tutorial: CGI Applications in Visual Prolog.
Regards Thomas Linder Puls
PDC
User avatar
drspro2
VIP Member
Posts: 97
Joined: 28 Apr 2006 12:03

Unread post 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
Post Reply