Re: HOW CAN I OPEN A COM PROJECT COMPILED IN VS2005, IN VS2003?
- From: "Alexander Nickolov" <agnickolov@xxxxxxxx>
- Date: Fri, 14 Apr 2006 16:48:44 -0700
Well, I assumed basic familiarity with VC... You can create a folder
in the project by right-clicking on the project itself in the solution
explorer window. These are immaterial as far as compilation
goes and serve to help you better organize your files. In fact
I rarely use the default folders (delete them right away) and
instead create my own folders for file grouping...
Your project consists of C++ files - most common extensions
are: .CPP, .H, .HPP. If you have resources, you'd need those
as well. You certainly want to avoid project and workspace
related files - avoid the following extensions: .NCB, .VCPROJ,
..SLN (list may be incomplete as I don't remember all off the
top of my head...)
--
=====================================
Alexander Nickolov
Microsoft MVP [VC], MCSD
email: agnickolov@xxxxxxxx
MVP VC FAQ: http://www.mvps.org/vcfaq
=====================================
"Pucca" <Pucca@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:F279F78B-98BD-4D28-A34A-8A81B61C783A@xxxxxxxxxxxxxxxx
Hi Alex, No I'm not using ATL. After I create a proejct in vs2003, Under
the
Solution name of my proejct it only has one folder of "Solution Items".
In
my 2003, I have 3 separate folders for my .h, cpp and source files. How
do I
add these folders? If I can't add these folders then do I just put
everyting
under this one folder? Do I only need to copy all the files (excluding
the
dll) from my project folder and not the sub-folders under it?
--
Thank you.
"Alexander Nickolov" wrote:
You'll have to recreate the project in VC 7.1, then import
you existing code files and recompile. I hope you are not
using attributed ATL...
--
=====================================
Alexander Nickolov
Microsoft MVP [VC], MCSD
email: agnickolov@xxxxxxxx
MVP VC FAQ: http://www.mvps.org/vcfaq
=====================================
"Pucca" <Pucca@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:C18A9FBF-F311-4A53-AEF4-489152D9D930@xxxxxxxxxxxxxxxx
I can't get the pageheap to give me any information on why my com
project
for
AD property page is crashing at the end. I have a Rational Purify
software
that I can run in VS 2003 but my project is compiled in 2005. How can
I
open
this in vs2003 ?
--
Thanks.
.
- Follow-Ups:
- References:
- Re: HOW CAN I OPEN A COM PROJECT COMPILED IN VS2005, IN VS2003?
- From: Alexander Nickolov
- Re: HOW CAN I OPEN A COM PROJECT COMPILED IN VS2005, IN VS2003?
- Prev by Date: Re: In-process cross-thread (cross-apartment) marshaling
- Next by Date: Re: HOW CAN I OPEN A COM PROJECT COMPILED IN VS2005, IN VS2003?
- Previous by thread: Re: HOW CAN I OPEN A COM PROJECT COMPILED IN VS2005, IN VS2003?
- Next by thread: Re: HOW CAN I OPEN A COM PROJECT COMPILED IN VS2005, IN VS2003?
- Index(es):
Relevant Pages
|
Loading