Tagged Questions
0
votes
1answer
192 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.
1
vote
1answer
185 views
How do I use IMultiLanguage2 in Delphi XE2?
I am in need of an idiot's guide for how to use the IMultiLanguage2 interface from Delphi XE2, with 32-bit VCL applications.
So far I have found MLANG.IDL in the RAD Studio include\windows\sdk\idl ...
2
votes
1answer
340 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
2answers
738 views
IDL to Type Library
Is there a way in Delphi 7 to generate a tlb from an idl? Or even from a class/ interface definition?
4
votes
1answer
323 views
Include files in ridl
The Delphi project I'm working on requires me to create a very large type library in order to add COM support. The problem is with the type library/ridl editor in Delphi is that it becomes difficult ...