Advertisement

1 - 10 of 452 containing alltags:("namespace") (0 seconds)
Is it possible to create a Shell NameSpace Extension project using Delphi-5. Let me describe in detail what I want. I want a new drive to be shown in windows explorer. When ever I click this dr...
Zones: Delphi Programming, XHTMLDate Answered: 04/18/2000 Grade: A Views: 0
i have an xsl file that uses the following namespace <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> the file works fine on one server but does not on another ...
Zones: XMLDate Answered: 08/23/2001 Grade: A Views: 0
We are porting a C++ application on OS/390. We got the following errors: "namespace not defined <map> not found <functional> not found <string> not found" Do we have any other alternative t...
Zones: C++, XHTMLDate Answered: 03/17/2002 Grade: A Views: 0
Two questions: 1. Is it possible to have a "default" namespace. Look at the following code: namespace space1 {    int i; } namespace space2 {    int i; } int main() {    using n...
Zones: C++, XHTMLDate Answered: 08/14/2001 Grade: A Views: 0
I'm doing using System.Core; I can't seem to find the System.Core.dll reference. I even added mscorcfg and mscorlib but that didn't help. any ideas?
Zones: C#Date Answered: 01/09/2003 Grade: A Views: 0
I am processing in XML doc that has a default name space like xmlns="http://www.mycompany.com" The following line of code:             g_sXleRelease = doc.SelectSingleNode("template/header/re...
Zones: Visual Basic, XHTMLDate Answered: 01/30/2003 Grade: A Views: 4
Please, check the code and tell me what is the problem and solution for it. It gives the following error :  The type or namespace name 'OledbConnection' could not be found (are you missing a us...
Zones: C#Date Answered: 06/12/2003 Grade: A Views: 0
can a'one tell me the exact definition of what is meant by namespace.. thanx pooby
Zones: Java, XHTMLDate Answered: 06/18/2003 Grade: C Views: 0
This is a simple programme that gives problem when trying to compile on windows, but compiles properly on Linux. #include <iostream.h> #include <string> namespace A {  class Test  {  p...
Zones: C++Date Answered: 02/03/2004 Grade: A Views: 0
Hello folks, I made a small test dll with one function, included the lib- and h-file in my project as well as the line "using namespace MyNamespace;". This compiles withour errors. Now I want ...
Zones: C++, XHTMLDate Answered: 01/25/2004 Grade: B Views: 0