Re: Making a library
- From: David Lowndes <davidl@xxxxxxxxxxxxxxx>
- Date: Tue, 11 Oct 2005 13:52:17 +0100
>Does anyone have any good links to information on how it's possible to
>make a library in Visual C++ 2003? I can't seem to find anything.
>
>Basically, I'm writing a C++ app for my final year project at
>University and what I'm wanting to do is produce a library (or
>something similar) which people can #include and then get access to the
>member functions etc. that I provide.
Darrell,
Create a Win32 project - from there you can choose to create a static
or dynamic library.
Dave
--
MVP VC++ FAQ: http://www.mvps.org/vcfaq
.
- Prev by Date: Re: Drawing in XOR-Mode....Circle Algorithm
- Next by Date: Re: WSACreateEvent - WSAGetLastError returns 0
- Previous by thread: Drawing in XOR-Mode....Circle Algorithm
- Next by thread: Re: Making a library
- Index(es):
Relevant Pages
|