Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. crisboy

    c# dll in VFP

    Mike, my colleque copying cbasoz's code, but the ProgId's not "MyCOM.MyClass" in this DLL, and I in VFP try creating object with "MyCOM.MyClass". Cbasoz answer is correct! Thank you for everybody! Chris
  2. crisboy

    c# dll in VFP

    Dear cbasoz! It's working fine! We not the correct dll registering. Thanks the answers! Chris
  3. crisboy

    c# dll in VFP

    Hi All! I'm come back in yesterday. cbasoz, we try what you wrote, and didn't work. Copy your C# code, and make the key file, compile, and registering. try to copy the VFP, and we have got an error message "object not found". And really in the OS not found this COM object. Chris
  4. crisboy

    c# dll in VFP

    Thank's Mike the answer! Yes, this is a COM object, and my collegue wrote this. This is a sample. He make a reg file for this DLL, and I registering with this.Need registering a regsvr32 too? Here is the C# code: using System; using System.Collections.Generic; using System.Text; using...
  5. crisboy

    c# dll in VFP

    Hi All! I'm new in here. I have a DLL (this is a COM object), this developped in C# .NET 2.0. I want to use this DLL in VFP. How can I do that? I try to use it, but I have got an error message "Cannot find entry point ..." This DLL is work fine in Delphi. Thanks Cris

Part and Inventory Search

Back
Top