Redistributable libraries - WeOnlyDo Discussion board

Redistributable libraries (wodWebServer / wodWebServer.NET)

by Kishore KR, Wednesday, April 19, 2023, 08:19 (366 days ago)

Hi Team,
Please help. Do you provide a redistributable library packaged separately?

My point is; I don't want to ship the WOD libraries along with my package but would like to install a redistributable package for a specific version so all the necessary dlls are installed automatically.

Thanks
Kishore

Redistributable libraries

by Jasmine, Wednesday, April 19, 2023, 08:45 (366 days ago) @ Kishore KR

Hi.

Only one file is neccessary, DLL you're using. Not sure what you mean by other redistributables.

What component are you referring to?

Regards,
Jasmine

Redistributable libraries

by Kishore, Wednesday, April 19, 2023, 14:16 (366 days ago) @ Jasmine

Hi.

Only one file is neccessary, DLL you're using. Not sure what you mean by other redistributables.

What component are you referring to?

Regards,
Jasmine

Thanks for your quick response.
We are using the web server ActiveX for VB5/6. Just thinking about how to upgrade the WOD dlls with the new version if needed.

Another question. Since VB6 is 32-bit, which Windows directory is appropriate to put the dlls system32 or syswow64? please help.

Redistributable libraries

by Jasmine, Wednesday, April 19, 2023, 22:55 (366 days ago) @ Kishore

Hi.

If you're running x86 process on x64 OS, you should copy wodWebServer DLL to SYSWOW64 folder and register it there (regsvr32 as admin).

I hope this helps!
Jasmine