473,657 Members | 2,397 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

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
Nov 16 '05 #1
3 4396
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

"tone" <__********@mac unlimited.net__ __________> wrote in message
news:bm******** **@newsg2.svr.p ol.co.uk...
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

Nov 16 '05 #2
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
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

"tone" <__********@mac unlimited.net__ __________> wrote in message
news:bm******** **@newsg2.svr.p ol.co.uk...
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


Nov 16 '05 #3
my pleasure,you are welcome:).
Kemal

"tone" <__********@mac unlimited.net__ __________> wrote in message
news:bm******** **@newsg2.svr.p ol.co.uk...
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
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

"tone" <__********@mac unlimited.net__ __________> wrote in message
news:bm******** **@newsg2.svr.p ol.co.uk...
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



Nov 16 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1073
by: 50295 | last post by:
Hi - I program in C++ but I'm not good with VC++ (yet). I will like to create a custom project for which a specific template or wizard does not exist. Because the program is a console application, I started out with the Win32 Console Project template. Having done that, the problem is that my application uses a custom header files and libraries (see code below) that VC++ does not know about. My question therefore is how do I
2
1514
by: 50295 | last post by:
Hi - I program in C++ but I'm not good with VC++ (yet). I will like to create a custom project for which a specific template or wizard does not exist. Because the program is a console application, I started out with the Win32 Console Project template. Having done that, the problem is that my application uses a custom header files and libraries (see code below) that VC++ does not know about. My question therefore is how do I
0
1936
by: Adam Clauss | last post by:
I have a C++ COM Addin I wrote for Outlook (2002) using VS.Net 2002. Having completed it, I am now looking to create a setup project and install it on another machine. I created a setup project and added it to my solution (selecting the "Primary Output" as the files to include from my project). However, when I attempt to build the setup project (assuming a clean output directory), I get "Unrecoverable build error" - and NO other...
5
4905
by: Paul Brun | last post by:
Hi guys, I would like to find out if : 1) Is the above possible? I have tried to wrap a C library that our company produces in a .Net class library and am receiving the following error: LIBCMT.lib(crt0.obj) : error LNK2019: unresolved external symbol
0
1469
by: zhangrusi | last post by:
I have a static library that is compiled using the latest version of VC 6. It uses the multithreaded DLL versions of the run-time library, and it uses STL classes. I would like to make use of this static library in a VS .NET 2003 managed C++ project. Currently, I am just linking the compiled .lib file into my VC 7 project. (This is the simplest approach, as it is not practical to move the static library project to VC 7 at this time.) My VC...
1
2396
by: Jim Bancroft | last post by:
Hi, I've used VC++ 6 for my previous C++ work and am having a little trouble acclimating to VS .Net 2003, mainly in establishing where to look for additional header and library files. I'm creating a console app and need to include a few custom headers, as well as a library file, from my hard drive. I've used .Net 2003 for C# projects often enough, but never C++. Should I go to Project--->Properties, choose the Linker folder, then
2
1242
by: Al_C | last post by:
Hve been handed the task of taking a reference USB driver and making it work for our product. Have a lot of ANSI C experience, and fair bit of VB express, but VC++ express is a different critter. The project I've been asked to work with has A c++ source file and c++ header file. There is also an SDK folder which has 2 more folders in it. One of these is a folder named h, which contains 3 C++ header files that would appear needed by the...
0
1017
by: vedprakashpatel | last post by:
Hi, I have created a solution with two project one is managed VC++ and other is C# project. Now I would like to use C# dll in my VC++ project. I have followed the following steps. 1. Added a C# project reference to VC++ project. It compiles the project successfully, but at runtime is throws error. After debugging we found that when we create an instance of C# library it throws exception as...
0
1048
by: mike | last post by:
I am trying to port an existing app with libraries to VC.net. For some reason one of the libraries does not appear to be included in the link. I get unresolved references to functions in that library. I am not getting any errors or warnings when building the library. I have checked the check box for the library in the Dependencies dialog on the main project. I have other libraries in the same 'Solution' that link in normally. The libary is...
0
8399
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8827
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8732
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8504
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7337
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4318
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2732
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1959
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1622
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.