Managed c++

  • Thread starter Thread starter George Ter-Saakov
  • Start date Start date
G

George Ter-Saakov

I've created project Class Library for .NET in managed C++.

Now i would like to use ATL but when i include atlbase.h compiler gives me
an error

"unresolved token atlTraceException"

I can nod find which library should i add to the project so that function
name will be linked to the project.

thanks.
George.
 
George said:
I've created project Class Library for .NET in managed C++.

Now i would like to use ATL but when i include atlbase.h compiler
gives me an error

"unresolved token atlTraceException"

I can nod find which library should i add to the project so that
function name will be linked to the project.

You're posting your question in the wrong group. You want:

microsoft.public.dotnet.languages.vc

As an aside, I can't imagine that getting ATL and managed C++ to work
together is possible.

--
Reginald Blue
"I have always wished that my computer would be as easy to use as my
telephone. My wish has come true. I no longer know how to use my
telephone."
- Bjarne Stroustrup (originator of C++) [quoted at the 2003
International Conference on Intelligent User Interfaces]
 
Thanks.
Could not find this newgroup.

FYI: It's possible with some tricks. Just found an article in MSDN.

George.

Reginald Blue said:
George said:
I've created project Class Library for .NET in managed C++.

Now i would like to use ATL but when i include atlbase.h compiler
gives me an error

"unresolved token atlTraceException"

I can nod find which library should i add to the project so that
function name will be linked to the project.

You're posting your question in the wrong group. You want:

microsoft.public.dotnet.languages.vc

As an aside, I can't imagine that getting ATL and managed C++ to work
together is possible.

--
Reginald Blue
"I have always wished that my computer would be as easy to use as my
telephone. My wish has come true. I no longer know how to use my
telephone."
- Bjarne Stroustrup (originator of C++) [quoted at the 2003
International Conference on Intelligent User Interfaces]
 
Back
Top