64 bit DLL shared between C# WEB app and C++ desktop app...?

Discussion in 'Visual Studio' started by Owen Ransen, Dec 2, 2015.

  1. Not sure if this is the right place to ask, but.. I'm writing a new desktop app and this time I want the core calculation stuff to be in a DLL which I can also call from a C# web based application.

    Is this a sensible doable approach?

    Any gotchas?

    It'll be MFC based...

    TIA!
     
  2. And if I write a DLL like that, an unmanaged C++ DLL, I copy it into my bin folder. Is that right? Hello? Anybody out there?
     
  3. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

    You need to add a reference to it in your project in order to use the .dll.
     
    Owen Ransen likes this.

Share This Page