PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD5.5] Retrieving email
[WD5.5] Retrieving email
Iniciado por sb, 12,dic. 2003 11:00 - No hay respuesta
Publicado el 12,diciembre 2003 - 11:00
Hello all,
if we try to retrieve email (via POP3) from within a WinDev-program it works OK from the WinDev-environment, but we get an error when running from the user-environment. The error we get is:
Dll component COM(nr.10) not found

We use the following code:
// 'verbinden' is an editcontrol for text,
// with the name of the external connection, e.g. ISDN
Openfout is long int
OpenFout=NetOpenRemoteAccess(verbinden)
if OpenFout<>0 then
Error(NetMsgError(OpenFout))
end

We are running our windev-program in 32bit mode and deliver all the WD553*.dll files with it, WD553COM.dll included.
Who can give us the solution to this problem ?
Thanks in advance.
Stefan Bentvelsen.