M
Marcin Wieczorek
I'm trying to write a managed DLL that will wrap communications between
managed and unmanaged c++. All of the unmanaged code is lined to a static
lib. That lib contains tons of stuff like STL (which is my biggest
concern ) and other standard C lib stuff. I want to link that static lib
into the managed DLL. Is that possible?
So far I've been in linker hell and I can't think straight anymore...
Thanks,
Marcin
managed and unmanaged c++. All of the unmanaged code is lined to a static
lib. That lib contains tons of stuff like STL (which is my biggest
concern ) and other standard C lib stuff. I want to link that static lib
into the managed DLL. Is that possible?
So far I've been in linker hell and I can't think straight anymore...
Thanks,
Marcin