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 dencom 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: *

  • Users: IAdams
  • Content: Threads
  • Order by date
  1. IAdams

    C# DLLs reading Config file

    To All: I have written a DLL using C# that has a config file called <DLLName>.dll.config. The trouble is, the DLL's config file never seems to be read unless I open the code, go to the tab that defines the config, change the value and rebuild. It seems it only exists in code? I also have an...
  2. IAdams

    Class Not Registered error

    I have a Delphi version 6 executable. It calls a C# DLL that I used to wrap another DLL called Vipvco that talks to a large database on an iSeries. Everything runs fine on my development box but I get the above error when I call the C# DLL from inside the Delphi EXE after I load it on another...
  3. IAdams

    Passing string as const string

    I have a C# dll that is called from Delphi (version 6). The parameters for the C# method are <string,string,string,...> but for some reason Delphi is insisting on <const: widestring,const: widestring,const: widestring,...> as the passed-in parms. However, I need to reassign these fields in a...
  4. IAdams

    The System cannot find the file specified

    To All, I am using Delphi 6 and trying to consume a COM object created by VS 2005 C#. I can successfuly create the DLL in VS, export it to a TLB file and import the TLB into Delphi. But when I try to instantiate a new class from the COM using Co(Classname).Create, I get the above error. I have...
  5. IAdams

    C# dll consumed by Delphi 6

    How do I consume a C# dll using Delphi 6? I have tried creating and using a TLB file that is created by Delphi as a _TLB, but it is a little buggy when I compile it and it only sees the classes and not the methods or properties in the C# dll. Is there another way to consume the dll directly...
  6. IAdams

    Use C# dll in Delphi

    I am trying to use a C# dll inside Delphi and have some questions. I generated a TLB file with Delphi and I can see some of the Classes but not any methods or properties. Is there a way to use an external dll w/o generating a TLB? I am using Delphi version 6. Thanks!

Part and Inventory Search

Back
Top