473,386 Members | 1,602 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Using Multiple Namespaces within same VC++.NET Solution

--------------------------------------------------------------------------------

Hi!
Plz anybody can give me idea about using Different My-own-created Namespaces
in a single VC++.NET solution
And If these namspaces are in Different forms (MFC, ATL and .NET)....

Background: I m creating my academic project on Network Monitoring Control I
have done some phases of my project,
like Basic Server Informations, Server CPU Informations, Performance
monitoring of Memory and CPU. but if i merge them all in a single solution,
and calling one namespace in others. it doesn't recognize the calling
namespace.....

sum code chunk.... will explain u better
using namespace DevilServerInfo;

namespace DevilsoftNMC

{

public__gcclass frmServerPerformance : public System::Windows::Forms::Form

{

public:

frmServerPerformance(void)

{

InitializeComponent();

InitEvent(); // My own created Event Caller

}

public void InitServer(void ){
DevilServerInfo::CServerInfo *cf = new DevilServerInfo::CServerInfo();
}

};
}
What is wrong in this code..... plz tell me

Thanx fdor reading such a long Thread.... thanx...
plz reply me soon

Nov 17 '05 #1
0 851

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Peter Kropf | last post by:
I'm looking for a way to create multiple namespaces / dictionaries from within a Python C extension. I'd like to replicate something like: a\__init__.py a\b\__init__.py a\b\c\__init__.py ...
1
by: DKode | last post by:
I have 2 projects in a solution: Web EmployeeManagement The namespace for Web is : CompanyName.Hybrid.Web The namespace for EmployeeManagement is just : CompanyName.Hybrid ...
3
by: Tom Kelleher | last post by:
Question: Can namespaces be shared by several projects within a solution, if those projects use different languages? We wrote some db code in C#, and some biz logic in VB.NET. We brought both...
3
by: Colin Green | last post by:
I have come across what seems like a failing in the .Net XML classes. Many people have posted requesting how to write an XPath query with namespace prefixes that works. The solution shown in all...
4
by: Cybertof | last post by:
Hello, What is the difference between : - adding a new reference to a namespace within the SolutionExplorer (right click, Add Reference...) - adding a new reference with the 'using' keyword in...
3
by: Charlie Calvert | last post by:
I'm new to C# and am used to Java, where there is a correspondence between package names and directories. I'm having trouble creating the same functionality in Visual Studio. In particular, I'm...
8
by: Burt | last post by:
I am new to VC++ and .NET, so this is a pretty basic question... I want to use OpenFileDialog. Where is the header for it? And in general, how do I find the right header to include in cases...
5
by: Derek Martin | last post by:
I am creating a windows service and have added a reference to a DLL project that I have created. That DLL file is correctly referenced in both a windows app and a web app, all in the same...
5
by: Simon | last post by:
I have problem with namespaces. I have a program that consumes the web service and has for instance names space nsProgram. In this program I have defined several classes that I use for storing and...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.