Y
Yostage
I'm trying to use some code that's roughly 20 years old with my C++
..NET app.
I get a boatload of errors when trying to compile it - stuff like
C2692 for the old-style function declarations, also C4027 and C2197.
The code compiles okay without the /clr switch. I've tried putting
#pragma unmanaged at the top of each file, but that didn't help. Is
there any other solution? It would take forever to try to fix all the
source by hand.
thanks,
Scott
..NET app.
I get a boatload of errors when trying to compile it - stuff like
C2692 for the old-style function declarations, also C4027 and C2197.
The code compiles okay without the /clr switch. I've tried putting
#pragma unmanaged at the top of each file, but that didn't help. Is
there any other solution? It would take forever to try to fix all the
source by hand.
thanks,
Scott