Hello all,
I have the following problem. I'm dealing with an application that is linking two DLL (DLL #1 and DLL #2). Both DLL are performing a Socket communication with some other two applications. I have access only to DLL #2 code (written by myself).
Ok, and now the problem. The first DLL (it's written in C++) requires a version of WSOCK32. The second DLL (it's written in Delphi) requires another version of WSOCK32.
-------------------
I'm trying to change the name of the WSOCK32 that works for me in "WSOCK32_own.dll" but I'm not able to do this. I've searched in the Delphi folder for all .pas files that contains wsock32 and I made this change in all of them. But still it doesn't work. Maybe there are some precompiled libraries. Do you have any idea how can I make this change?
------------------
A short review of what I want: Change the name of the WSOCK32 that is linked in Delphi application.
Thank you,
Paulie
I have the following problem. I'm dealing with an application that is linking two DLL (DLL #1 and DLL #2). Both DLL are performing a Socket communication with some other two applications. I have access only to DLL #2 code (written by myself).
Ok, and now the problem. The first DLL (it's written in C++) requires a version of WSOCK32. The second DLL (it's written in Delphi) requires another version of WSOCK32.
-------------------
I'm trying to change the name of the WSOCK32 that works for me in "WSOCK32_own.dll" but I'm not able to do this. I've searched in the Delphi folder for all .pas files that contains wsock32 and I made this change in all of them. But still it doesn't work. Maybe there are some precompiled libraries. Do you have any idea how can I make this change?
------------------
A short review of what I want: Change the name of the WSOCK32 that is linked in Delphi application.
Thank you,
Paulie