![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
I believe (IOW: I may be wrong) Visual C++ 2005 Express is just as powerful as VC6 Pro.
|
|
|
|
|
|
#12 |
|
Battle Programmer
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 763
Rep Power: 3
![]() |
The "express" just means you lose a few of the newer features in exchange for a free IDE. I don't know what features you'd miss, but I doubt it'd be anything critical. I don't know what you mean by VC6 text, unless you mean the syntax highlighting, in which case, I prefer the newer IDEs myself (and just about any IDE will have that). I've always used the VC IDE, so I don't know how Dev-C++ is.
|
|
|
|
|
|
#13 |
|
Expert Programmer
|
not the syntax highlighting. sorry for not being specific! All in all i meant the font! something drives me crazy about teh vc++ 6.0 font!
So where can i pick this Visual C++ 2005 Express up at?
__________________
"When in Rome, Do as the Romans Do" "Beauty is in the eye of the BEER holder" "Save your breath your going to need it for your blow up doll later" SearchLores.org |
|
|
|
|
|
#14 |
|
Expert Programmer
|
im downloading it!
__________________
"When in Rome, Do as the Romans Do" "Beauty is in the eye of the BEER holder" "Save your breath your going to need it for your blow up doll later" SearchLores.org |
|
|
|
|
|
#15 |
|
Expert Programmer
|
ok its download and i started a new project "Class Library"
Where is my DLLMain entry point??? WHY DOES THIS LOOK.NET!!!!?!?!?!? // SED.h
#pragma once
using namespace System;
namespace SED {
public ref class Class1
{
// TODO: Add your methods for this class here.
};
}NAMESPACES? REF DECLARATIONS? PLEASE TELL ME! (sorrys caps) that this is regular c++ i don't want all of that .net BS added! i want old school!
__________________
"When in Rome, Do as the Romans Do" "Beauty is in the eye of the BEER holder" "Save your breath your going to need it for your blow up doll later" SearchLores.org |
|
|
|
|
|
#16 |
|
Battle Programmer
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 763
Rep Power: 3
![]() |
Namespaces are part of C++. The System namespace, however, is from .NET. There's probably some options when you create a project that will differenciate between using .NET and not using it. I don't remember exactly, as I've not done any programming in Windows for a while...
|
|
|
|
|
|
#17 |
|
Expert Programmer
|
grrr i have made one over and over no settings
im going to cry!
__________________
"When in Rome, Do as the Romans Do" "Beauty is in the eye of the BEER holder" "Save your breath your going to need it for your blow up doll later" SearchLores.org |
|
|
|
|
|
#18 |
|
Expert Programmer
|
can i erase the "public ref class Engine" and use "class Engine"?
__________________
"When in Rome, Do as the Romans Do" "Beauty is in the eye of the BEER holder" "Save your breath your going to need it for your blow up doll later" SearchLores.org |
|
|
|
|
|
#19 |
|
Battle Programmer
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 763
Rep Power: 3
![]() |
Ok, lets try this. I have the full version (thanks to my school), but things should be pretty similar. Instead of making a Class Library, make a Win32 Project. That will bring up a menu. On the left is Application Settings. Click that and it'll let you select between Windows App, Console App, DLL, and Static lib. You should be fine from there.
|
|
|
|
|
|
#20 |
|
Expert Programmer
|
OH HE** YEA! your the main.. i feel so pathetic i should have done that!
__________________
"When in Rome, Do as the Romans Do" "Beauty is in the eye of the BEER holder" "Save your breath your going to need it for your blow up doll later" SearchLores.org |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|