Re: HOW CAN I OPEN A COM PROJECT COMPILED IN VS2005, IN VS2003?



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.





.



Relevant Pages

  • Re: read only folder on Windows
    ... "Alexander Nickolov" wrote: ... Microsoft MVP, MCSD ... is more clear to understand access control for folder? ...
    (microsoft.public.vc.language)
  • Re: read only folder on Windows
    ... As I already gave you the algorithm, I fail to see what would you ... Microsoft MVP, MCSD ... is more clear to understand access control for folder? ... "Alexander Nickolov" wrote: ...
    (microsoft.public.vc.language)
  • Re: visual c++ abnormal prog termination
    ... > "Suzanne S. Barnhill" wrote: ... >> Microsoft MVP ... >> Office\Startup folder or use a COM add-in to integrate their ...
    (microsoft.public.word.application.errors)
  • Re: read only folder on Windows
    ... is more clear to understand access control for folder? ... "Alexander Nickolov" wrote: ... Add a deny ACE to the DACL ... Microsoft MVP, MCSD ...
    (microsoft.public.vc.language)
  • Re: In-Progress Save
    ... you do have to have a full path to the desired folder. ... Suzanne S. Barnhill ... Usually all drives are already on the Send ... >> Microsoft MVP ...
    (microsoft.public.word.docmanagement)

Loading