R
RaKKeR
Hi,
I'm trying to wrap my unmanaged c++ code into a managed c++ wrapper.
The problem is VC .NET doesn't seem to find the namespaces defined in
my unmanaged code. Let's say I have a file "server.h" with a namespace
server. When I include this file in another file that will be compiled
as managed, the compiler gives me the following error:
C2871: 'server' : a namespace with this name does not exist
How can I use unmanaged namespaces in my managed code?
Thx in advance,
RaKKeR
I'm trying to wrap my unmanaged c++ code into a managed c++ wrapper.
The problem is VC .NET doesn't seem to find the namespaces defined in
my unmanaged code. Let's say I have a file "server.h" with a namespace
server. When I include this file in another file that will be compiled
as managed, the compiler gives me the following error:
C2871: 'server' : a namespace with this name does not exist
How can I use unmanaged namespaces in my managed code?
Thx in advance,
RaKKeR