nih-gov/www.ncbi.nlm.nih.gov/mailman/pipermail/cpp-announce/2004/000091.html

119 lines
4.3 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [C++ Toolkit ANNOUNCE] NEW:: Build framework for MSVC .NET
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:cpp-announce%40ncbi.nlm.nih.gov?Subject=%5BC%2B%2B%20Toolkit%20ANNOUNCE%5D%20%20NEW%3A%3A%20%20%20Build%20framework%20for%20MSVC%20.NET&In-Reply-To=">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="000090.html">
<LINK REL="Next" HREF="000092.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[C++ Toolkit ANNOUNCE] NEW:: Build framework for MSVC .NET</H1>
<!--htdig_noindex-->
<B>Gorelenkov, Viatcheslav (NIH/NLM/NCBI)</B>
<A HREF="mailto:cpp-announce%40ncbi.nlm.nih.gov?Subject=%5BC%2B%2B%20Toolkit%20ANNOUNCE%5D%20%20NEW%3A%3A%20%20%20Build%20framework%20for%20MSVC%20.NET&In-Reply-To="
TITLE="[C++ Toolkit ANNOUNCE] NEW:: Build framework for MSVC .NET">gorelenk at mail.nih.gov
</A><BR>
<I>Wed Mar 24 18:04:41 EST 2004</I>
<P><UL>
<LI>Previous message: <A HREF="000090.html">[C++ Toolkit ANNOUNCE] Public CVS server -- added &quot;production&quot;
source tree
</A></li>
<LI>Next message: <A HREF="000092.html">[C++ Toolkit ANNOUNCE] New NCBI C++ Toolkit Release (March 31,
2004) is available
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#91">[ date ]</a>
<a href="thread.html#91">[ thread ]</a>
<a href="subject.html#91">[ subject ]</a>
<a href="author.html#91">[ author ]</a>
</LI>
</UL>
<HR>
<!--/htdig_noindex-->
<!--beginarticle-->
<PRE>
Hi,
The NCBI C++ Toolkit can now be built with MSVC 7.10 - using
projects and workspaces generated from UNIX makefiles
(plus MSVC-specific site's and a few per-project tune-up files).
MSVC 7.10 build is based on &quot;project_tree_builder&quot; application designed for
automatic creation of MSVC 7.10 projects and solutions for VS .NET 2003
directly from UNIX makefiles in our source tree. One can also do semi-auto
configuration (auto-checking availability of 3rd party packages, as well as
manual config settings).
We have 4 MSVC 7.10 solutions in CVS:
1. &quot;Core&quot; C++ static libraries and executables:
...c++\compilers\msvc7_prj\static\ncbi_cpp.sln
2. &quot;Core&quot; C++ DLLs and executables:
...c++\compilers\msvc7_prj\dll\ncbi_cpp_dll.sln
3. C++ static libraries and executables located under GUI:
...c++\compilers\msvc7_prj\static\gui\ncbi_gui.sln
4. C++ DLLs and executables located under GUI:
...c++\compilers\msvc7_prj\dll\gui\ncbi_gui_dll.sln
//----------------------------------------------------------
To try it:
1. Update your build tree from CVS (with &quot;-d&quot; flag).
2. Look into c++\compilers\msvc7_prj\app\project_tree_builder folder.
Find appropriate solution and open it in VS .NET 2003 IDE.
3. Build &quot;-CONFIGURE-&quot; project.
4. After configure succeeded, re-load solution as prompted.
5. Use &quot;-HEIRARCHICAL-VIEW-&quot; to navigate project tree and build projects of
your choice, &quot;-BUILD-ALL-&quot; to build all projects.
//----------------------------------------------------------
It is strongly recommended to check ( default is un-checked ) checkbox :
Tools/Options/Environment/Projects-and-Solutions/&quot;Only-build-startup-project
s-and-dependencies-on-Run&quot; .
Otherwise MSVC 7.10 IDE will always build all projects in the solution if
you try to run/debug one project.
Slava.
</PRE>
<!--endarticle-->
<!--htdig_noindex-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="000090.html">[C++ Toolkit ANNOUNCE] Public CVS server -- added &quot;production&quot;
source tree
</A></li>
<LI>Next message: <A HREF="000092.html">[C++ Toolkit ANNOUNCE] New NCBI C++ Toolkit Release (March 31,
2004) is available
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#91">[ date ]</a>
<a href="thread.html#91">[ thread ]</a>
<a href="subject.html#91">[ subject ]</a>
<a href="author.html#91">[ author ]</a>
</LI>
</UL>
<hr>
<a href="http://www.ncbi.nlm.nih.gov/mailman/listinfo/cpp-announce">More information about the cpp-announce
mailing list</a><br>
<!--/htdig_noindex-->
</body></html>