G
Guest
I try to build dll in VC .NET,
In that project I use dlls that were built in VC6, and I get a lot of errors.
(for example <iostream.h> instead of <iostream> etc.)
I am not aloud to change anything inthe code of projects that were built in vc6.
I need to make it works together(dlls that were built in vc6 and the one that was built in .NET).
The main problem is that the vc6 header files that were included in .net source code raise such errors of names of headers files that are different from 6 to .NET,
or dlls that are not found in .net and do in vc6.
Does anyone know a solution to that problem?
Does it depends on the project type that I open?
Thanks in advance
Keren
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
In that project I use dlls that were built in VC6, and I get a lot of errors.
(for example <iostream.h> instead of <iostream> etc.)
I am not aloud to change anything inthe code of projects that were built in vc6.
I need to make it works together(dlls that were built in vc6 and the one that was built in .NET).
The main problem is that the vc6 header files that were included in .net source code raise such errors of names of headers files that are different from 6 to .NET,
or dlls that are not found in .net and do in vc6.
Does anyone know a solution to that problem?
Does it depends on the project type that I open?
Thanks in advance
Keren
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...