View Single Post
Old May 20th, 2006, 7: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