Einzelnen Beitrag anzeigen

Benutzerbild von Bernhard Geyer
Bernhard Geyer

Registriert seit: 13. Aug 2002
17.171 Beiträge
 
Delphi 10.4 Sydney
 
#2

Re: WSOCK32.dll name austauchen

  Alt 3. Nov 2008, 06:27
Zitat von TheRealPaulie:
But I'm not able to do it. In Delphi, in unit WINSOCK.pas there is a a constant:

const
winsocket = 'wsock32.dll';

I changed it in:

const
winsocket = 'wsock32_v2.dll';
Delphi will ignore this new Pas-File and uses the "old" DCU-File. Try to copy WinSock.pas to your Sourcecode-directory and diable Runtime packages and see what happens.
Windows Vista - Eine neue Erfahrung in Fehlern.
  Mit Zitat antworten Zitat