You must Sign In to post a response.
  • Category: .NET

    Replace C++ dll with C# dll...

    Hi,

    We have a system which uses C++ dll. This dll has some functions with pointer references in it. We don't want to make changes to the main system. This main system calls this dll.

    Can we just replace C++ dll with a C# dll if both provide the same functionality ?

    Please advice.

    Thanks

    Pr.
  • #766522
    Create a strong name with sn -k dll name and With GACUTIL -I DLL NAME. SEE THE BELOW URL FOR REFERENCE

    http://www.dotnetspider.com/resources/44720-How-program-with-Bio-Metric-Devices-Using-Net.aspx

    SRI RAMA PHANI BHUSHAN KAMBHAMPATI

  • #766539
    Hi,

    You just remove your c++ dll in references and add the c# dll to the references, in that way you can achieve whatever you are looking.

    --------------------------------------------------------------------------------
    Give respect to your work, Instead of trying to impress your boss.

    N@veen
    Blog : http://naveens-dotnet.blogspot.in/


  • Sign In to post your comments