Tagged Questions

0
votes
3answers
56 views

Is there any alternate way to supply similar functions as COM does?

Window's COM allow us to wrap our application function for out-of-process invocation. If the COM interfaces are well defined and design, it is certainly great to consume the services via scripts and …
1
vote
3answers
126 views

How to get the current logged on user, including domain in Delphi 2009?

I need to get the current logged on username? I need this to work properly when I call the code from ASP.NET which is working in Windows Authentication mode. i.e. I do not want to get the ASPNET user …
1
vote
2answers
94 views

What are dispinterface declarations used for?

When you create a type library in Delphi and create an interface and the associated CoClass, Delphi also creates matching dispinterface declarations. My understanding is that these relate to the fact …
0
votes
4answers
92 views

one way communication from background exe to activex (sidebar gadget)

I need a small communicator between an application/background process and the gadget, I think its easiest to make own activex module that has just getText() and setText(). I need to pass a string once …
1
vote
0answers
86 views

Is there a way to load a Crystal Report 9.0 file from a stream?

Hi. I am working with Delphi and Crystal Reports 9.0 ActiveX objects. I know that I can load a report from a file like this: crApplication.OpenReport(AFileName) However, I would like to store my …
1
vote
1answer
111 views

Is it possible to add additional GUIDs to a typelib?

I have a typelib that describes some interfaces. As some of these interfaces are used as a category, I want to add the category IDs to the typelib. So the question is: a) how can this be done in …
0
votes
4answers
1k views

Invalid Variant Operation Exception Trying to Access OleVariant in Delphi - Works in C#

I'm trying to access an OleVariant in a callback that is coming from an ActiveX library. Here's what the event handler is defined as in the TLB: procedure(ASender: TObject; var structQSnap: …
2
votes
3answers
171 views

COM problem between Unmanaged C++ and Delphi

Hi I have a DLL in unmanaged C++ : EditArticleManagerFactory.h: class __declspec(dllexport) EditArticleManagerFactory : public NamedClassFactory<SCEditArticleManager>, public …
1
vote
4answers
177 views

How to get all the classes and properties of a Com Object.

Hello everybody, Anyone knows if there is any Delphi component or library that I could get all the classes, properties and types of an Com Object (something like a parser). i want to …
0
votes
3answers
152 views

How to make a .net(c#) library which can be used in delphi [closed]

Possible Duplicate: Create a C# DLL That Can Be Imported in a Delphi App Using stdcall - Possible? I am creating a c# library and like to make this library as com component which can be …
1
vote
2answers
236 views

Creating new C# version of existing COM object to use in Delphi program

We had a bit of a problem where we have lost some source code for a very old ActiveX component we had. We've got a Delphi7 program that calls the Active X component. Thats a bit of a moster and can't …
1
vote
2answers
109 views

New Version of Third Party COM DLL - How to Install and Keep Old Versions in Delphi?

I need to have my Delphi program use a new version of a third party DLL. I'd like to be able to use the new version but revert to the old version if I need to. Some of the objects are invisible …
3
votes
3answers
294 views

How to get the GIT in Delphi 7?

I'm trying to get the Global Interface Table by using the following code (Delphi): uses Comobj, ActiveX; var cGIT : IGlobalInterfaceTable = NIL; const CLSID_StdGlobalInterfaceTable: TGUID = …
6
votes
8answers
890 views

Using a COM dll from C# without a type library

I need to use a COM component (a dll) developed in Delphi ages ago. The problem is: the dll does not contain a type library... and every interop feature (eg. TlbImp) in .NET seem to rely on TLBs. The …
3
votes
6answers
294 views

Delphi App Communicates with Program That Ends Up Crashing Occasionally - Vendor Blames My Delphi App

I've written a Delphi DLL that communicates with a third party program via COM. Some users report that the third party program crashes occasionally. Others using the software in an identical fashion …

1 2 3 next
15 30 50 per page