Statically link dll code into exe

  • Thread starter Thread starter Agoston Bejo
  • Start date Start date
A

Agoston Bejo

Hi,
is there a way to do this? All you have is the lib and the dll file (so no
source code).
Is it possible to link them physically into the exe we're creating in a
VS.NET 2003 unmanaged C++ solution's exe?
 
Agoston Bejo said:
Hi,
is there a way to do this? All you have is the lib and the dll file (so no
source code).
Is it possible to link them physically into the exe we're creating in a
VS.NET 2003 unmanaged C++ solution's exe?

No.
 
Back
Top