The type-library tag has no wiki summary.
2
votes
0answers
415 views
New RDP 8 (mstscax.dll v6.2) embedded in Delphi 7 gives access violation
My old Delphi 7 program with embedded RDP client have been working for years, but it gives Access Violations on Windows 8 and if you install RDP 8 on Windows 7, where the mstscax.dll file (with the ...
0
votes
2answers
369 views
How to create a wrapper DLL/Type Library in VB6?
In my previous question, I asked why I kept getting the error message bad DLL calling convention when trying to call functions from a DLL. The general consensus was that I needed to change the calling ...
0
votes
0answers
84 views
Access remote COM+ from proxy at client: must I have set user who must be in AD?
There are a lot of articles talking about using COM+, but I keep getting access denied.
What I did are as followed:
Create a COM+ using c# at server 2008
GAC it
Register to com+ component manager ...
0
votes
1answer
206 views
Invalid external type library references (“Error loading DLL”)
Whilst I am doing VB6 development, I think that this is a wider issue. I have found that sometimes in the VB IDE we get an error: [BadImplementsRefInCompatLib]. Using the Type Library Viewer that ...
0
votes
1answer
130 views
.NET Type Library for VB 6
I currently am using a .NET type library with vb 6 via a reference to it via Project -> References. I would like to make it more independent. I am curious whether I can access this library via a ...
1
vote
1answer
374 views
How Can I register a type library just for the current user?
I have a type library called MyCOMAddin.tlb, that I have extracted using tlbexp.exe from a MyCOMAdd.dll. This is a .NET COM exposed class written in C#. This dll is register at per user level.
The ...
0
votes
0answers
79 views
How to preserve DispId using #import
I have a COM component that imports a Type Library exported from a Managed class. The Type Library has specific Dispatch Identifiers assigned to each method. The problem is that the #import statement ...
0
votes
1answer
200 views
How to represent SQL Server type numeric(38,0) as IDL type (COM type library)?
How to represent SQL Server type numeric(38,0) as IDL type (COM type library)?
Thanks a lot for the help!
P.S. For example, SQL Server type int is long type in IDL.
5
votes
1answer
218 views
How to transfer a 32-bit typelib to a 64-bit project (whilst preventing nameclashes)
I've got a type library in a 32-bit Excel add-in app.
I need to translate the whole app to 64-bit.
I can't just copy paste the typelib, because the GUID's will clash with the already installed ...
1
vote
1answer
656 views
Unable to instantiate COM+ objects installed via exported application
I have a COM+ application that has been exported to an MSI using Component Services and then installed on a test server. The web application (ASP) is unable to instantiate any of the objects it uses ...
0
votes
1answer
414 views
Imported Type Library no longer working
I have a large project in C++ Builder that seems to have used the function Import Type Library. In it is a file with a header like this
// ...
2
votes
2answers
472 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 ...
0
votes
1answer
527 views
Get functions/objects of imported .tlb
I've got a program which shipped with a .tlb file to access some functions/objects (read variables etc.) with my own C++ program. I did a search and imported the .tlb file with:
#import "MyLib.tlb" ...
2
votes
1answer
347 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 ...
0
votes
2answers
459 views
How to include the type libraries in a visual c++ project?
I am working on a FireBreath project which makes a plugin application which wraps the functions of an ActiveX control. I even have the source code of the ActiveX control.
Based on a sample example ...
2
votes
1answer
215 views
Unable to remove COM [PrimaryInteropAssemblyName] typelib value using REGASM /u
I was hoping someone can point me in the right direction. I listed the problem in a few steps to hopefully clarify the issue.
I register a C++ DLL into COM using regsvr32.
I then use tlbimp with ...
1
vote
2answers
266 views
COM->.NET - can't access overloaded method
I'm trying to access a .Net library (The Image Resizer) from COM (jscript).
I've tried both IDispatch and class interface generation, as well as [ClassInterface( ClassInterfaceType.AutoDual)] on the ...
2
votes
3answers
2k views
Error: The assembly “c:\MyAssembly.dll” could not be converted to a type library
I'm trying to build my project and I've suddenly started getting the following error when the project builds and the "Register for COM interop" property is ticked.
The assembly "c:\MyAssembly.dll" ...
0
votes
1answer
952 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
695 views
Importing interfaces in IDL from an external type library
I have two type libraries with COM interfaces that I wrote using ATL and Microsoft's IDL. I would like an interface in one library to inherit from an interface in the other.
Essentially, I would like ...
0
votes
1answer
223 views
Managing definitions in a COM type library with a lot of IDL interfaces
I'm creating a COM type library with over one hundred interfaces. Defining all of the interfaces and coclasses in a single library is unreasonable... the IDL file becomes thousands of lines long! So ...
5
votes
3answers
781 views
If I use a Type Library (.tlb) in a VB6 project, do I need to distribute it with the .exe?
If I make use of a Type Library in a VB6 project do I need to distribute the .tlb file (and perhaps even register it?) with the compiled exe on the target computer?
0
votes
1answer
478 views
Ruby and WIN32OLE: Cannot call WIN32OLE_TYPE methods (Type Libraries)
Okay, so I'm doing some good OLE' (sorry) automation with ruby and I ran into a weird problem. I'm trying to extract some data from a Type Library. This works in VB:
Dim c As New ...
5
votes
3answers
2k 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!
3
votes
2answers
1k 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 ...
1
vote
0answers
122 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
307 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 ...
41
votes
4answers
23k views
Generate manifest files for registration-free COM
I have some applications (some native, some .NET) which use manifest files so that they can be deployed in complete isolation, without requiring any global COM registration. For example, the ...
2
votes
3answers
2k 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, ...
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 ...
2
votes
3answers
1k 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 ...
0
votes
1answer
380 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 ...
0
votes
2answers
574 views
How to write a class library for OLE Automation?
I have Excel add-in which I add so many class modules that it is now very bulky. I want to convert it into a type library or a COM package so that I can re-use it for the other apps in the MS Office ...
4
votes
5answers
3k 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 ...
