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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10319918.html
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 ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20089417.htm...
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20146418.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20167283.html
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?
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20446953.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20478202.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20645050.html
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
http://www.experts-exchange.com/Programming/Languages/Java/Q_20651647.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20702594.html
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 ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20726386.html
Zones:
C++,
XHTMLDate Answered: 01/25/2004 Grade: B Views: 0