Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

HI have a large legacy application written in VC++ 6.0 which can't 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 haven't 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

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...