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

  • Thread starter Thread starter tone
  • Start date Start date
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 :o(

I have created a libray in VC 6.0

I have VC++ .net standard

tone
 
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
 
kemal,

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

still thanks for you help

tone
 
my pleasure,you are welcome:).
Kemal

tone said:
kemal,

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

still thanks for you help

tone
file...
 
Back
Top