Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old May 20th, 2006, 4:10 PM   #11
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
I believe (IOW: I may be wrong) Visual C++ 2005 Express is just as powerful as VC6 Pro.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old May 20th, 2006, 5:27 PM   #12
Jimbo
Battle Programmer
 
Jimbo's Avatar
 
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 763
Rep Power: 3 Jimbo is on a distinguished road
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.
Jimbo is offline   Reply With Quote
Old May 20th, 2006, 5:31 PM   #13
Kilo
Expert Programmer
 
Kilo's Avatar
 
Join Date: Nov 2005
Location: In Pink Clam?
Posts: 542
Rep Power: 0 Kilo is an unknown quantity at this point
Send a message via AIM to Kilo
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
Kilo is offline   Reply With Quote
Old May 20th, 2006, 5:35 PM   #14
Kilo
Expert Programmer
 
Kilo's Avatar
 
Join Date: Nov 2005
Location: In Pink Clam?
Posts: 542
Rep Power: 0 Kilo is an unknown quantity at this point
Send a message via AIM to Kilo
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
Kilo is offline   Reply With Quote
Old May 20th, 2006, 6:06 PM   #15
Kilo
Expert Programmer
 
Kilo's Avatar
 
Join Date: Nov 2005
Location: In Pink Clam?
Posts: 542
Rep Power: 0 Kilo is an unknown quantity at this point
Send a message via AIM to Kilo
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
Kilo is offline   Reply With Quote
Old May 20th, 2006, 6:09 PM   #16
Jimbo
Battle Programmer
 
Jimbo's Avatar
 
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 763
Rep Power: 3 Jimbo is on a distinguished road
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...
Jimbo is offline   Reply With Quote
Old May 20th, 2006, 6:53 PM   #17
Kilo
Expert Programmer
 
Kilo's Avatar
 
Join Date: Nov 2005
Location: In Pink Clam?
Posts: 542
Rep Power: 0 Kilo is an unknown quantity at this point
Send a message via AIM to Kilo
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
Kilo is offline   Reply With Quote
Old May 20th, 2006, 6:55 PM   #18
Kilo
Expert Programmer
 
Kilo's Avatar
 
Join Date: Nov 2005
Location: In Pink Clam?
Posts: 542
Rep Power: 0 Kilo is an unknown quantity at this point
Send a message via AIM to Kilo
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
Kilo is offline   Reply With Quote
Old May 20th, 2006, 7:00 PM   #19
Jimbo
Battle Programmer
 
Jimbo's Avatar
 
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 763
Rep Power: 3 Jimbo is on a distinguished road
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.
Jimbo is offline   Reply With Quote
Old May 20th, 2006, 7:11 PM   #20
Kilo
Expert Programmer
 
Kilo's Avatar
 
Join Date: Nov 2005
Location: In Pink Clam?
Posts: 542
Rep Power: 0 Kilo is an unknown quantity at this point
Send a message via AIM to Kilo
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
Kilo is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 1:43 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC