Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

About project dependencies...

<< < (3/5) > >>

Michael:

--- Quote from: Takeshi Miya on December 12, 2005, 07:38:32 pm ---I want to add that MSVC 2005 Compiler is the same as MSVC 2003 regarding this, only changes
Microsoft Visual Studio Solution File, Format Version 8.00
to
Microsoft Visual Studio Solution File, Format Version 9.00

--- End quote ---
The structure of the solution file also change with a new Format Version :wink:. From .NET 2002 (Format Version 7.00) to .NET 2005 (Format Version 9.00) through .NET (Format Version 8.00) small changes are detectable in the solution file structure (e.g., the preSolution in the Global section).

Michael
 

takeshimiya:
I said "regarding this" because the structure do change (very small changes though), but the projects dependency part is exactly the same between Version 7.00 to 9.00.

Michael:

--- Quote from: Takeshi Miya on December 12, 2005, 07:54:19 pm ---I said "regarding this" because the structure do change (very small changes though), but the projects dependency part is exactly the same between Version 7.00 to 9.00.

--- End quote ---
Ok :).

Michael

thomas:

--- Quote from: Takeshi Miya on December 12, 2005, 06:44:08 pm ---I wonder how we get support for MSVC 2005 if the main developer refuses to install it :?
--- End quote ---
I have installed it, and I can only understand anybody who refuses to do so. This is the first IDE that took me half an hour to find where to change the system include paths and the first IDE which seems to have no template for a plain normal Win32 GUI application... you can do every crap with this IDE - just not build a plain normal Win32 GUI application from a template.

Michael:

--- Quote from: thomas on December 12, 2005, 08:39:04 pm ---I have installed it, and I can only understand anybody who refuses to do so.

--- End quote ---

The installation of Microsoft Visual C++ 2005 Express was not a part of pleasure, I must admit :). But easier ( :roll:) as Visual Studio .NET 2002/2003.


--- Quote from: thomas on December 12, 2005, 08:39:04 pm ---This is the first IDE that took me half an hour to find where to change the system include paths and the first IDE which seems to have no template for a plain normal Win32 GUI application... you can do every crap with this IDE - just not build a plain normal Win32 GUI application from a template.

--- End quote ---

I have also spent sometime searching the template for Win32 GUI application without finding it... :?

Moreover, Microsoft Visual C++ 2005 Express has other limitations:


--- Quote ---If you wish to create native Win32 programs, you will need to download the Microsoft Windows Platform SDK separately and install it. Like all the current versions of Microsoft software, it requires Windows 2000, XP, 2003, Vista (or their x64 versions). Note that unlike the commercial Visual Studio Professional 2005, it does not have 64-bit support, MFC, ATL, Win32 resource editor, macro assembler, source code control integration, etc.

--- End quote ---

Michael

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version