I'm using a NMSMTP component. I have one computer (Win95, IE55) which
generates an exception ESockError "10093: Successful WSAStartup not yet
performed" as soon as the form is created.
As you see I'm using a realy simple code:
TForm1 = class(TForm)
NMSMTP1: TNMSMTP;
private
{ Private-Deklarationen }
public
{ Public-Deklarationen }
end;
I'm using Delphi 5. Does someone know a solution for this problem. I think
that is DLL version problem.
Best regards
Michael Kuhl