Tagged Questions

8
votes
3answers
2k views

Delphi 2009 COM/ActiveX Type Library support stability

Referring to TLB and maintenance issues ... My question to people (often) using the new COM/ActiveX type library support in Delphi 2009: How stable is the implementation? Especially, I'm interested ...
4
votes
3answers
1k views

Delphi TLB editor replacement

Do you know any good TLB editor (even commercial) that can be used instead of the one which comes with Delphi? It gives headaches in a lot of situations (big TLB, rename an entry ... etc.) Thanks!
4
votes
5answers
2k views

Delphi and COM: TLB and maintenance issues

In the company that i work, we develop all the GUI in C#, but the application kernel is mainly developed in Delphi 5 (for historical reasons), with a lot of components made in COM+. Related to this ...
3
votes
2answers
856 views

How do I Import TypeLib as safecall vs stdcall in Delphi 2010

Delphi versions before 2010 had an option in the Delphi Environment that one could set: "All v-table interfaces". This would change the calling convention when importing type libraries. In 2010, the ...
2
votes
2answers
141 views

How to have multiple type libraries in a Delphi project?

If you have a Delphi project and want to add a type library to it, you can pretty easily. However, we want to be able to add multiple different type libraries. The Delphi XE IDE seems to force you ...
2
votes
1answer
179 views

_Problem with generating PASCAL bindings file from PSDK IDL file

I was trying to generate type library from one of PSDK shipped IDL files, but whilst midl session completes successfully (ERRORLEVEL 0) no .tlb file was generated. Currently i do not have any idea ...
2
votes
3answers
1k views

Using .Net classes through COM Objects in Delphi sometimes hangs

I have a set of libraries written in Delphi.NET (.NET 1.1) which I want to use in my Win32 (Delphi) application. For performance related issues, I've decided to follow the COM route. Sometimes, ...
2
votes
3answers
777 views

Type Libraries in Delphi?

What is the best way to save a Delphi Type Library in SVN. The file changes every time you compile the Application The file is not saved in a readable form of AscII It is very difficult to work ...
1
vote
0answers
104 views

TypeLib name in Delphi 2007

When editing a type library for a COM DLL, it appears that in Delphi 2007, the type library name is always set to the name of the project. If I go and change that name, the change is ignored and ...
0
votes
1answer
407 views

Delphi Error E1026 File not found: “myprojectname.tlb”

I have a project let's call it Yellow.dproj, which I saved as Blue.dproj, to make some changes. There must be some COM/DCOM related code in this project, but I can't figure out where. The error I am ...
0
votes
1answer
276 views

How to consume and re-expose a Win32 type library using Delphi Prism

I currently have a Win32 type library created in Delphi which I need to consume, implement and re-expose via .NET. What are the steps necessary to bring the TLB into Prism so the interface can be ...
0
votes
1answer
298 views

How do you do a copy and paste in the Type Library Editor in Delphi?

Help I am busy making changes to a type library in a Datasnap project. How do I copy and paste text with in the type library editor ? P.s. I am using BDS2006 EDIT 1 Is there a way to chnage the ...