HI have a large legacy application written in VC++ 6.0 which cant be recompiled under .NET at this time. This application does run-time linking with various DLLs that the user basically specifies, which are currently also written in VC++ 6.0. My question is: Is it possible to rewrite one of these DLLs in .NET and have it work with the legacy application without first recompiling the entire legacy application in .NET? So far I havent had any luck with this at all, even if the code I write in .NET is completely unmanaged. Any advise would be appreciated...
Thanks,
Ben
Thanks,
Ben