creating a library project in VC++.net? how

T

tone

hi,

I want to create a project in VC++ .net that creates a .lib file... No
DLL's just a lib that I can use in other projects and link in.

I can't see a way under file/new/project
Managed C++ Class Library output a dll :blush:(

I have created a libray in VC 6.0

I have VC++ .net standard

tone
 
K

kemal asad

create a static library project
project new,visual C++ project /win32 project. then click application
settings on the left and check static library.
good luck let me know how it went.
kemal
 
T

tone

kemal,

thanks, that worked :blush:) it's a pain the moved all VC6 stuff in
different places in .NET

still thanks for you help

tone
 
K

kemal asad

my pleasure,you are welcome:).
Kemal

tone said:
kemal,

thanks, that worked :blush:) it's a pain the moved all VC6 stuff in
different places in .NET

still thanks for you help

tone
file...
 

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