Sign in
josh's WebLog
Visual C++ IDE from the trenches
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
No tags have been created or used yet.
Archive
Archives
September 2005
(1)
January 2005
(1)
December 2004
(1)
May 2004
(3)
March 2004
(1)
February 2004
(9)
January 2004
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
josh's WebLog
good grief
Posted
over 8 years ago
by
MSDNArchive
1
Comments
i can't believe it's been over nine months since i've blogged anything. i guess i shouldn't be surprised, last time i blogged we had just finished work on beta 2 and now we're getting to that point for RTM ("release to manufacturing", otherwise known...
josh's WebLog
exporting/importing Visual Studio settings
Posted
over 8 years ago
by
MSDNArchive
1
Comments
Todd asks, in comments to my last post, whether there is any way to migrate or save your settings (window layouts et al) in VS.NET between installations/machines/etc. he also asks if how the developers at microsoft handle this. unfortunately, the answer...
josh's WebLog
long time no blog: beta 2 go live
Posted
over 9 years ago
by
MSDNArchive
3
Comments
just a quick note today. it's been half a year since i last blogged and, sad to say, not much has changed. the most notable news is that Peter (Huene) has left the team (and the company). i can honestly say he was one of the best developers that i have...
josh's WebLog
feedback: export makefile
Posted
over 9 years ago
by
MSDNArchive
3
Comments
Stephane asks where the "export makfile" in VS 2002/2003, and if it is coming back in whidbey (VS 2005). unfortunately the answer is that export makefile does not exist in any version of VS since 6.0 (98) and there aren't any plans to change...
josh's WebLog
understanding the VC project system part VII: "makefile" projects and (re-)using environments
Posted
over 9 years ago
by
MSDNArchive
2
Comments
many people have codebases that they don't have the luxury of building with the VC project build system. yet they may still want to use the Visual Studio environment to get intellisense on their code etc etc. unfortunately, the intellisense editor features...
josh's WebLog
long time...
Posted
over 9 years ago
by
MSDNArchive
1
Comments
it has been a while since i posted last. that's what i get for letting things get out of hand around here. we've been pushing hard towards getting the first beta of visual studio 2005 (whidbey) ready and that has been taking most of my time. that plus...
josh's WebLog
understanding the VC project system part VI: custom build steps and build events
Posted
over 9 years ago
by
MSDNArchive
4
Comments
it has been a little while since my last post; hectic bug fixing seems to have been overfilling the brim of my days. i have a few moments of peace before the next onslaught begins, so i thought i would talk about "custom build steps" and "build events...
josh's WebLog
understanding the VC project system part V: building, tools and dependencies
Posted
over 9 years ago
by
MSDNArchive
2
Comments
okay, let's talk about building c++ projects. several things go into building a project: a list of files, the tools that are run, the switches to set on those tools and how we know when to execute those tools. the files and the set of switches (properties...
josh's WebLog
feedback loop
Posted
over 9 years ago
by
MSDNArchive
0
Comments
Stephane makes some more good points in his last feedback. i have only one comment, which is that while everything he says is true, it ignores my point that these are simply not things we have designed for. we don't have the resources to do everything...
josh's WebLog
feedback on Stephane's comments: activex controls, references, deployment
Posted
over 9 years ago
by
MSDNArchive
1
Comments
Stephane has responded with some cogent observations and questions, see the feedback to my response yesterday. let's see if i can (briefly) cover the issues he brings up one at a time: first off, the handling of managed references to activex controls...
josh's WebLog
understanding the VC project system part IV: properties and property inheritance
Posted
over 9 years ago
by
MSDNArchive
2
Comments
picking up from where we left off, there are a couple of "special" macros: $(Inherit) and $(NoInherit). to understand what they are and how they work, you first need to understand how inheritance works with properties. earlier we looked at the property...
josh's WebLog
feedback: assembly references and paths
Posted
over 9 years ago
by
MSDNArchive
2
Comments
in feedback on my last post, Stephane asks about assembly references and shareable paths in csproj and vcproj files. c# projects in VS 2002 and 2003 store in the project file a path that is relativized to the project directory. this is called the...
josh's WebLog
understanding the VC project system part III: macros, environment variables and sharing
Posted
over 9 years ago
by
MSDNArchive
2
Comments
"macros", in the context of the project system, refer to "$(name)" formatted variables that can be used in the project's properties. in VC 5 and 6 there was support for using these kind of macros in some properties. in VS.NET 2002 we extended the support...
josh's WebLog
feedback
Posted
over 9 years ago
by
MSDNArchive
4
Comments
it's great to see that i've already gotten some feedback! i'll go ahead an provide some brief comments now: Jerry and Jamie asked about msbuild support for VC in whidbey (the upcoming version of VS). i'll talk about this more in an upcoming entry...
josh's WebLog
understanding the VC project system part II: configurations and the project property pages dialog
Posted
over 9 years ago
by
MSDNArchive
1
Comments
my last entry talked about the files that are contained in a project. this entry is going to discuss the next important collection of items in the project: the configurations. a configuration is really nothing more than a collection of property values...
josh's WebLog
understanding the VC project system part I: files and tools
Posted
over 9 years ago
by
MSDNArchive
1
Comments
the first key to understanding the VC project/build system is understanding what we do with the source files in a project. each file in a VC project (foo.cpp, for instance) has a "tool" associated with it, based initially on the file's extension...
josh's WebLog
who, what, why
Posted
over 9 years ago
by
MSDNArchive
3
Comments
this being the first post in this blog, those are the obvious questions. who is easily answered ("josh shepard, a developer on the Visual C++ IDE's project/build system team"), what and why less so. the intention of this blog is to be a source...
Page 1 of 1 (17 items)