Statically link dll code into exe

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?
 
J

Jeff Partch [MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top