active questions tagged delphi+com - Stack Overflowmost recent 30 from stackoverflow.com2009-12-20T23:39:31Zhttp://stackoverflow.com/feeds/tag/delphi+comhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/495785/how-to-reuse-a-delphi-ole-server-with-a-second-client0How to reuse a (Delphi) OLE server with a second client?Name2009-01-30T14:57:52Z2009-12-12T22:56:53Z
<p>I wrote an OLE automation server (using Delphi). I usually start the OLE server manually and use it as a normal application. From time to time I start a client, which
automatically connect to the existing OLE Server.</p>
<p>When I terminate the client, the server does not terminate (at least when it was started manually before the client) but it won't accept any other OLE connection. Starting another client will trigger a new server instead of reusing the first one.</p>
<p>How can I reuse the same server with the second client?</p>
<p>(Question edited to reformulate it correctly. In the original version I was asking how to prevent the server from terminating, which wasn't a good formulation)</p>
http://stackoverflow.com/questions/1840666/is-there-any-alternate-way-to-supply-similar-functions-as-com-does0Is there any alternate way to supply similar functions as COM does?Chau Chee Yang2009-12-03T15:31:58Z2009-12-03T18:54:04Z
<p>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 any programming platform that support COM/Automation/Active-X.</p>
<p>I am just wondering if there exist any alternate methods to design of what COM does? Or something close or similar methodology?</p>
<p>I am using Delphi in Win32 platform.</p>
http://stackoverflow.com/questions/1803863/how-to-get-the-current-logged-on-user-including-domain-in-delphi-20091How to get the current logged on user, including domain in Delphi 2009?Steve2009-11-26T14:08:30Z2009-11-27T12:41:25Z
<p>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 in that circumstance, but the impersonated user. This is related to my earlier <a href="http://stackoverflow.com/questions/1797814/windows-authentication-in-a-com-object-called-from-asp-net">question</a>. Everything I try returns <strong>ASPNET</strong>.</p>
http://stackoverflow.com/questions/1687739/what-are-dispinterface-declarations-used-for1What are dispinterface declarations used for?Cobus Kruger2009-11-06T13:55:21Z2009-11-06T14:21:29Z
<p>When you create a type library in Delphi and create an interface and the associated CoClass, Delphi also creates matching dispinterface declarations.</p>
<p>My understanding is that these relate to the fact that my interface derives from IDispatch, but I thought that TAutoObject implements everything needed for IDispatch. So my question is threefold:</p>
<ol>
<li>What is the dispinterface used for?</li>
<li>Why is it needed?</li>
<li>How does one use it?</li>
</ol>
http://stackoverflow.com/questions/1629456/one-way-communication-from-background-exe-to-activex-sidebar-gadget0one way communication from background exe to activex (sidebar gadget)Tom2009-10-27T08:40:43Z2009-10-27T18:12:52Z
<p>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 per second or so. I guess the activex object should use shared data so that another new activexobject() (created by javascript gadget page) would have access to data set by EXE.</p>
<p>what would be the best way to do this activex ? should I call some myactivex.setText() method from running process, but how to make the data shared between activex modules in this case? which THREADING mode to choose? does INSTANCING affect something? Should I create Automation object from delphi GUI?</p>
http://stackoverflow.com/questions/1393657/is-there-a-way-to-load-a-crystal-report-9-0-file-from-a-stream2Is there a way to load a Crystal Report 9.0 file from a stream?Wodzu2009-09-08T12:12:30Z2009-09-08T12:14:24Z
<p>Hi.</p>
<p>I am working with Delphi and Crystal Reports 9.0 ActiveX objects.</p>
<p>I know that I can load a report from a file like this:</p>
<p>crApplication.OpenReport(AFileName)</p>
<p>However, I would like to store my report in memory and open it from memory instead of file.
I don't want to create any temporary files on my disk.</p>
<p>Any ideas?</p>
<p>Thanks for your time.</p>
http://stackoverflow.com/questions/1318141/is-it-possible-to-add-additional-guids-to-a-typelib1Is it possible to add additional GUIDs to a typelib?Uwe Raabe2009-08-23T09:18:49Z2009-08-23T17:09:36Z
<p>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:</p>
<p>a) how can this be done in Delphi (2007 and up)?</p>
<p>or as an alternative</p>
<p>b) is it possible and advisable to use the interface GUID for the CATID?</p>
http://stackoverflow.com/questions/483859/invalid-variant-operation-exception-trying-to-access-olevariant-in-delphi-works0Invalid Variant Operation Exception Trying to Access OleVariant in Delphi - Works in C#Dave2009-01-27T15:29:41Z2009-08-14T16:04:58Z
<p>I'm trying to access an OleVariant in a callback that is coming from an ActiveX library.</p>
<p>Here's what the event handler is defined as in the TLB:</p>
<pre><code>procedure(ASender: TObject; var structQSnap: {??structVTIQSnap}OleVariant) of object;
</code></pre>
<p>Here's the definition of structVTIQSnap in the TLB:</p>
<pre><code>structVTIQSnap = packed record
bstrSymbol: WideString;
bstrListingExch: WideString;
bstrLastExch: WideString;
fLastPrice: Double;
nLastSize: Integer;
bstrBbo: WideString;
bstrBidExch: WideString;
fBidPrice: Double;
nBidSize: Integer;
bstrAskExch: WideString;
fAskPrice: Double;
nAskSize: Integer;
fHighPrice: Double;
fLowPrice: Double;
fOpenPrice: Double;
fClosePrice: Double;
nCumVolume: Integer;
bstrTradeCondition: WideString;
nQuoteCondition: Integer;
bstrCompanyName: WideString;
f52WeekHigh: Double;
f52WeekLow: Double;
fEps: Double;
nSharesOutstanding: Integer;
nSpCode: Integer;
fBeta: Double;
bstrExDivDate: WideString;
nDivFreq: Integer;
fDivAmt: Double;
nAvgVolume: Integer;
bstrCusip: WideString;
fVwap: Double;
bstrUpdateTime: WideString;
bstrExch: WideString;
nSharesPerContract: Integer;
end;
</code></pre>
<p>It compiles fine, but everytime I try to access the bstrSymbol, I get an "Invalid Variant Operation":</p>
<pre><code> procedure TForm1.HandleVTIQuoteSnap(ASender: TObject; var structQSnap: OleVariant);
var
symbol: WideString;
begin
symbol := structQSnap.bstrSymbol; // this line causes the exception
end;
</code></pre>
<p>How do I access structQSnap and its properties in Delphi?</p>
<p>In C#, this function works fine for the event handler:</p>
<pre><code> void vtiQ_OnVTIQSnap(ref vtiLib.structVTIQSnap structQSnap)
{
MessageBox.Show("Got qsnap for " + structQuoteSnap.bstrSymbol);
}
</code></pre>
<p>Any ideas?</p>
http://stackoverflow.com/questions/1124263/com-problem-between-unmanaged-c-and-delphi2COM problem between Unmanaged C++ and Delphirufusz2009-07-14T09:00:39Z2009-07-14T10:32:14Z
<p>Hi</p>
<p>I have a DLL in unmanaged C++ :</p>
<p>EditArticleManagerFactory.h:</p>
<pre><code>class __declspec(dllexport) EditArticleManagerFactory : public NamedClassFactory<SCEditArticleManager>,
public SCBLEditArticle:ICOMEditArticleManagerFactory
{
public:
STDMETHODIMP CreateManager(BSTR bstrName, SCBLEditArticle::ICOMEditArticleManager** pEditArticleManager);
}
interface ICOMEditArticleManagerFactory : IUnknown
{
HRESULT CreateManager([in]BSTR bstrName, [out]ICOMEditArticleManager** pEditArticleManager);
}
</pre>
<p>EditArticleManagerFactory.cpp:</p>
<pre><code>STDMETHODIMP EditArticleManagerFactory::CreateManager(BSTR bstrName, SCBLEditArticle::ICOMEditArticleManager** pEditArticleManager)
{
manager = factory->createManager(bstrName);
return manager->QueryInterface(__uuidof(SCBLEditArticle::ICOMEditArticleManager), (void**)&pEditArticleManager);
}
</code></pre>
<p></code>
I'd like to call this method from Delphi and it should return an interface to a created manager. </p>
<p>Delphi:</p>
<pre><code>function CreateManager(bstrName: wideString; pEditArticleManager: ICOMEditArticleManager): HResult; stdcall; external 'SCBLEditArticle.dll';
procedure CreateManager;
var
hr:HResult;
mCOMEditArticleManager: ICOMEditArticleManager;
begin
hr := CreateManager('MANAGER1', mCOMEditArticleManager);
end;
</code></pre>
<p>The problem is I get an access violation when it reaches the end; in this delphi method.</p>
<p>Do you have any ideea what could be wrong?</p>
<p>Thx, rufusz</p>
<p>Edit:
But I'm using a macro for implementing Release and</p>
<pre><code>EditArticleManagerFactory.h :
IMPLEMENT_UNKNOWN_NODELETE(EditArticleManagerFactory) BEGIN_INTERFACE_TABLE(EditArticleManagerFactory) IMPLEMENTS_INTERFACE(SCBLEditArticle::ICOMEditArticleManagerFactory) END_INTERFACE_TABLE()
Inttable.cpp:
define IMPLEMENT_UNKNOWN_NODELETE(ClassName) \
STDMETHODIMP QueryInterface(REFIID riid, void **ppv) \ { \ HRESULT hr = InterfaceTableQueryInterface(this, GetInterfaceTable##ClassName(), riid, ppv);\ __if_exists(InheritedQueryInterface##ClassName) { if ( FAILED(hr) ) hr = InheritedQueryInterface##ClassName(riid, ppv); } \ return hr; \ }\ STDMETHODIMP_(ULONG) AddRef(void) { return 2; } \ STDMETHODIMP_(ULONG) Release(void) { return 1; }
</code></pre>
<p>Furthermore :
When I debug from Delphi, I get the access violation in the UnsetExceptionHandler
004046F7 3901 cmp [ecx],eax.
Maybe this can help to diagnose the problem.</p>
<p>Also if I declared an external function outside my C++ class, and called that from Delphi, I didn't get the access violation, but didn't get the interface pointer neither.</p>
<p>Also:
If I do nothing in the C++ method, I still get the AccessViolation.</p>
http://stackoverflow.com/questions/1112593/how-to-get-all-the-classes-and-properties-of-a-com-object1How to get all the classes and properties of a Com Object.RRUZ2009-07-11T00:38:08Z2009-07-13T16:38:02Z
<p>Hello everybody, </p>
<p>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). </p>
<p>i want to programmatically enumerate classes, properties and types.</p>
<p>Bye.</p>
http://stackoverflow.com/questions/1117915/how-to-make-a-netc-library-which-can-be-used-in-delphi0How to make a .net(c#) library which can be used in delphi [closed]Sarathi19042009-07-13T06:18:09Z2009-07-13T06:50:14Z
<blockquote>
<p><strong>Possible Duplicate:</strong><br />
<a href="http://stackoverflow.com/questions/1063151/create-a-c-dll-that-can-be-imported-in-a-delphi-app-using-stdcall-possible">Create a C# DLL That Can Be Imported in a Delphi App Using stdcall - Possible?</a> </p>
</blockquote>
<p>I am creating a c# library and like to make this library as com component which can be accessed from delphi. Please tell the how to achieve this.</p>
http://stackoverflow.com/questions/1109561/creating-new-c-version-of-existing-com-object-to-use-in-delphi-program1Creating new C# version of existing COM object to use in Delphi programtkd2009-07-10T13:36:11Z2009-07-10T20:29:32Z
<p>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 be changed too much. However, some of the functionality in the Active X component needs to be updated. Since we've been moving our apps to C#, its been decided to redo the ActiveX as a C# class library. </p>
<p>I've got a basic C# class library working to prove the concept. I can hack the GUIDs and registry so it just looks liek the old one. If I look at the type lib for the old one and the new one, they are <em>basically</em> the same. Couple of slight differences but not anything i would have thought would be a problem.</p>
<p>Now as far as I can see there are three ways to use the new class library:</p>
<ol>
<li><p>Late binding by looking up the ProgId. This works ok.</p></li>
<li><p>Import the type library. (Project| Import Type Library) This works ok.</p></li>
<li><p>Import as an ActiveX component. This generates a tlb file. This doesn't work. When I go to create the component I get 'No such interface exists'. The class is loading to a point but not completely.</p></li>
</ol>
<p>Now unfortunately, the Delphi program is using option 3. So I have to try to get my class library working in this circumstance. Any ideas how I get past that error? I googled and found some references but nothing that says what the problem is.</p>
<p>Second question. I should know how to do this since I've done it once but I seemed to have fluked it. When I am in Delphi I do an Import ActiveX component to generate a TLB file. Now the first C# class library generated is showing up in the list of ActiveX controls and I can Create Unit for it. But I've created another simplier class library for testign purposes and damned if I can get the library to show in the list of ActiveX controls and so I can't import it.</p>
<p>The Create Unit for the Active X component generates a different format of TLB.pas to the Import Type Library format and its the ActiveX one that I require. </p>
http://stackoverflow.com/questions/1093957/new-version-of-third-party-com-dll-how-to-install-and-keep-old-versions-in-delp1New Version of Third Party COM DLL - How to Install and Keep Old Versions in Delphi?Dave2009-07-07T18:22:43Z2009-07-08T19:08:40Z
<p>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.</p>
<p>Some of the objects are invisible objects on a form in the app. Others I instantiate at runtime.</p>
<p>How do I install the new version of the DLL into Delphi while maintaining the existing version? I'm using Delphi 2007.</p>
http://stackoverflow.com/questions/1070571/how-to-get-the-git-in-delphi-73How to get the GIT in Delphi 7?Rocky Luck2009-07-01T18:11:56Z2009-07-01T21:04:09Z
<p>I'm trying to get the Global Interface Table by using the following code (Delphi):</p>
<pre><code>uses Comobj, ActiveX;
var
cGIT : IGlobalInterfaceTable = NIL;
const
CLSID_StdGlobalInterfaceTable: TGUID = '{00000146-0000-0000-C000-000000000046}';
function GIT : IGlobalInterfaceTable;
begin
if (cGIT = NIL) then
OleCheck (CoCreateInstance (CLSID_StdGlobalInterfaceTable, NIL,
CLSCTX_ALL, IGlobalInterfaceTable, cGIT ));
Result := cGIT;
end;
</code></pre>
<p>However, CoCreateInstance throws a "Class Not Registered" exception. And indeed: in HKCR/CLSID there is no entry for {00000146- etc. }.</p>
<p>Which dll or ocx should be registered, to get this definition in the registry?
Or am I doing it totally wrong?</p>
http://stackoverflow.com/questions/1037786/using-a-com-dll-from-c-without-a-type-library6Using a COM dll from C# without a type librarytoxvaerd2009-06-24T11:31:50Z2009-06-29T13:42:14Z
<p>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 component has been used in Delphi programs here for many years without problems because "It's not much of a problem using COM objects from Delphi, because we know the interfaces" (quote Delphi developer).</p>
<p>Is there any way I can use this DLL from c# without a TLB? I've tried using the DLL as unmanaged, but the only method it exports are <code>DllUnregisterServer</code>, <code>DllRegisterServer</code>, <code>DllCanUnloadNow</code> and <code>DllGetClassObject</code>. I know the names of the classes and functions I'm going to use, if that can be of any help.</p>
<p><strong>UPDATE:</strong>
I've tried implementing Jeff's suggestion, but I'm getting this error: </p>
<p>*"Unable to cast COM object of type 'ComTest.ResSrvDll' to interface type 'ComTest.IResSrvDll'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{75400500-939F-11D4-9E44-0050040CE72C}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))."*</p>
<p>This is what I've done:</p>
<p>I got this interface definition from one of the Delphi-guys:</p>
<pre><code>unit ResSrvDllIf;
interface
type
IResSrvDll = interface
['{75400500-939F-11D4-9E44-0050040CE72C}']
procedure clearAll;
function ResObjOpen(const aClientID: WideString; const aClientSubID: WideString;
const aResFileName: WideString; aResShared: Integer): Integer; {safecall;}
...
end;
implementation
end.
</code></pre>
<p>From this I've made this interface</p>
<pre><code>using System.Runtime.InteropServices;
namespace ComTest
{
[ComImport]
[Guid("75400500-939F-11D4-9E44-0050040CE72C")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IResSrvDll
{
int ResObjOpen(string aClientID, string aClientSubID, string aResFileName, int aResShared);
}
}
</code></pre>
<p>And this coclass (got the guid from the delphi-guys)</p>
<pre><code>using System.Runtime.InteropServices;
namespace ComTest
{
[ComImport]
[Guid("75400503-939F-11D4-9E44-0050040CE72C")]
public class ResSrvDll
{
}
}
</code></pre>
<p><strong>UPDATE</strong></p>
<p>The solution from Jeff is the way to do it. It is worth noticing, though, that the interface definition must match the COM-components <em>exactly</em>! ie. same order, same names, etc.</p>
http://stackoverflow.com/questions/1044518/delphi-app-communicates-with-program-that-ends-up-crashing-occasionally-vendor3Delphi App Communicates with Program That Ends Up Crashing Occasionally - Vendor Blames My Delphi AppDave2009-06-25T15:15:39Z2009-06-26T07:04:50Z
<p>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 have never experienced a crash. When this crash occurs, the third party program appears to simply become unavailable in my DLL app.</p>
<p>The vendor swears that it is a problem with how the Delphi DLL is coded, although they have not seen the source code and can't tell what what the DLL is doing to cause the crash, but they know it's "something".</p>
<p>Aside from the fact that I believe that the third party program shouldn't be crashing due to some minuscule problem in my DLL, let's assume that there is something in my DLL that needs fixing.</p>
<p>How can I determine how my app might be causing this? Does anyone have experience communicating via COM with a hyper-sensitive program like this? Are there some common things to look for that might be crashing the third party program?</p>
http://stackoverflow.com/questions/1044215/memory-leak-using-wmi-in-delphi-73Memory leak using WMI in Delphi 7jqno2009-06-25T14:19:25Z2009-06-25T16:22:29Z
<p>I'm experiencing a memory leak when using WMI from Delphi 7 to query a (remote) pc. The memory leak only occurs on Windows 2003 (and Windows XP 64). Windows 2000 is fine, and so is Windows 2008. I'm wondering if anyone has experienced a similar problem.</p>
<p>The fact that the leak only occurs in certain versions of Windows implies that it might be a Windows issue, but I've been searching the web and haven't been able to locate a hotfix to resolve the issue. Also, it might be a Delphi issue, since a program with similar functionality in C# doesn't seem to have this leak. The latter fact has led me to believe that there might be another, better, way to get the information I need in Delphi without getting a memory leak.</p>
<p>I've included the source to a small program to expose the memory leak below. If the line <code>sObject.Path_</code> below the <code>{ Leak! }</code> comment is executed, the memory leak occurs. If I comment it out, there's no leak. (Obviously, in the "real" program, I do something useful with the result of the <code>sObject.Path_</code> method call :).)</p>
<p>With a little quick 'n dirty Windows Task Manager profiling on my machine, I found the following:</p>
<pre>
Before N=100 N=500 N=1000
With sObject.Path_ 3.7M 7.9M 18.2M 31.2M
Without sObject.Path_ 3.7M 5.3M 5.4M 5.3M
</pre>
<p>I guess my question is: has anyone else encountered this problem? If so, is it indeed a Windows issue, and is there a hotfix? Or (more likely) is my Delphi code broken, and is there a better way to get the information I need?</p>
<p>You'll notice on several occasions, <code>nil</code> is assigned to objects, contrary to the Delphi spirit... These are COM objects that do not inherit from <code>TObject</code>, and have no destructor I can call. By assigning <code>nil</code> to them, Windows's garbage collector cleans them up.</p>
<pre><code>program ConsoleMemoryLeak;
{$APPTYPE CONSOLE}
uses
Variants, ActiveX, WbemScripting_TLB;
const
N = 100;
WMIQuery = 'SELECT * FROM Win32_Process';
Host = 'localhost';
{ Must be empty when scanning localhost }
Username = '';
Password = '';
procedure ProcessObjectSet(WMIObjectSet: ISWbemObjectSet);
var
Enum: IEnumVariant;
tempObj: OleVariant;
Value: Cardinal;
sObject: ISWbemObject;
begin
Enum := (wmiObjectSet._NewEnum) as IEnumVariant;
while (Enum.Next(1, tempObj, Value) = S_OK) do
begin
sObject := IUnknown(tempObj) as SWBemObject;
{ Leak! }
sObject.Path_;
sObject := nil;
tempObj := Unassigned;
end;
Enum := nil;
end;
function ExecuteQuery: ISWbemObjectSet;
var
Locator: ISWbemLocator;
Services: ISWbemServices;
begin
Locator := CoSWbemLocator.Create;
Services := Locator.ConnectServer(Host, 'root\CIMV2',
Username, Password, '', '', 0, nil);
Result := Services.ExecQuery(WMIQuery, 'WQL',
wbemFlagReturnImmediately and wbemFlagForwardOnly, nil);
Services := nil;
Locator := nil;
end;
procedure DoQuery;
var
ObjectSet: ISWbemObjectSet;
begin
CoInitialize(nil);
ObjectSet := ExecuteQuery;
ProcessObjectSet(ObjectSet);
ObjectSet := nil;
CoUninitialize;
end;
var
i: Integer;
begin
WriteLn('Press Enter to start');
ReadLn;
for i := 1 to N do
DoQuery;
WriteLn('Press Enter to end');
ReadLn;
end.
</code></pre>
http://stackoverflow.com/questions/668729/exposing-functionality-via-prism-com-interop1Exposing functionality via Prism & Com Interopskamradt2009-03-21T04:14:25Z2009-06-08T16:37:39Z
<p>How does one go about exposing a class written in Prism via COM Interop? For example, given the following interface:</p>
<pre><code>TYPE
IFoo = public interface
property bar: string; read;
end;
FooImpl = class( IFoo )
private
function GetBar : string;
public
property bar: string; read GetBar;
end;
</code></pre>
<p>In this example, assume IFoo was imported via TLBIMP and linked to the project.</p>
http://stackoverflow.com/questions/944896/prevent-delphi-com-component-from-showing-messagebox4Prevent Delphi COM component from showing MessageBox()Ken Byington2009-06-03T13:54:36Z2009-06-04T10:18:12Z
<p>We have a Delphi 2007 COM component being executed from an ISAPI app. The COM component is hanging the app because it is attempting to display a MessageBox(). The call to MessageBox() must be occurring in the Delphi RTL becase it is not in our user code.</p>
<p>The app hangs, of course, because there is no one logged in at the server to clear the MessageBox().</p>
<p>How do we configure our Delphi project so that the Delphi RTL does not attempt to display MessageBox() on exception?</p>
http://stackoverflow.com/questions/944783/how-to-use-iis-debug-diagnostics-report-to-locate-source-file-line-in-delphi-com0How to use IIS Debug Diagnostics report to locate source file line in Delphi COM componentKen Byington2009-06-03T13:33:42Z2009-06-03T15:24:12Z
<p>We have a Delphi COM component being called from an ISAPI web app. The COM component is hanging the app because it is trying to display a MessageBox(). We have no MessageBox() call in our user code so it must be located in the Delphi runtime source, probably in exception handler code.</p>
<p>We have an IIS debug diagnostics report that shows our module name + an offset address as the offending code.</p>
<p>We have a .MAP file for our module and we also have produced a .dbg file using MAP2DBG.</p>
<p>Our question is how do we locate the source file line of code using the IIS debug diag hang report containing the offset address, using the .MAP or .DBG file?</p>
<p>We've tried to use WinDbg but have not been able to figure out what we need to do to locate the source line. </p>
http://stackoverflow.com/questions/923736/receiving-complex-javascript-values-through-external-interface2Receiving complex javascript values through external interfaceTim2009-05-28T23:37:38Z2009-06-01T13:15:27Z
<p>I'm trying to receive and potentially send complex values through TWebBrowser (using TEmbeddedWB) with the provided external object.
For example; in javascript I would try to use the exposed method with an array as a parameter:</p>
<pre><code>var test = [123, 'abc'];
external.someFunction(test);
//Or something more complex
var complexObject = {
someMethod : function(){ return 1; },
someProperty : 123,
someArray : ['xyz', 3.14]
}
external.someFunction(complexObject);
</code></pre>
<p>Checking the VarType of both of these examples tells me it's a IDispatch.</p>
<pre><code>function TSomeClass.someFunction(var Param : OleVariant) : OleVariant;
var
vType : Integer;
begin
vType := (VarType(Param) and VarTypeMask); //Says 9 (varDispatch)
Result := true;
end;
</code></pre>
<p>I'm not completely familiar with COM and I'm not sure how to work with this.</p>
<p>Any help would be appreciated.</p>
http://stackoverflow.com/questions/512035/delphi-2009-is-it-possibly-dangerous-to-use-tlistany-interface-with-default0Delphi 2009: Is it possibly dangerous to use TList<[any interface]> with default comparator?Heinrich Ulbricht2009-02-04T16:10:09Z2009-05-20T15:11:31Z
<p>Hello everyone,</p>
<p>I am wondering if the usage of a generic <code>TList<T></code> where <code>T</code> is any interface type (except <code>IUnknown</code>/<code>IInterface</code>) might be dangerous. I am heavily using interfaces and store them in lists. Some interfaces are my own, some are provided by some COM-interfaces, so COM is involved.</p>
<p>I see a potential problem where checks for instance-equality happens, e.g. when I use the <code>Remove</code> method of the list (which internally needs to compare my provided value to the contained values). According to COM-rules you can only compare two interfaces for equality after casting them to <code>IUnknown</code>. I don't know if the default comparator involved in finding my interface in the <code>TList<T></code> is aware of that.</p>
<p>To illustrate my question with an example:</p>
<pre><code>var
list:TList<IMyInterface>;
intf:IMyInterface;
begin
...
list:=TList<IMyInterface>.Create;
list.Add(intf);
...
list.Remove(intf);
end;
</code></pre>
<p>Is the above code legitimate?</p>
http://stackoverflow.com/questions/835573/is-there-an-implementation-of-getopt-for-delphi3Is there an implementation of "getopt" for Delphi?Mick2009-05-07T16:04:39Z2009-05-08T16:24:50Z
<p>It doesn't get much easier than using getopt() to parse command line parameters in C/C++.</p>
<p>Is there anything similar for Delphi? Or ideally, with the same syntax? I know Delphi supports FindCmdLineSwitch and ParamStr(), but those still require some additional parsing.</p>
<p>I want something that works like getopt() in C. Something that easily allows basic toggle switches, as well as capturing a value after a switch. See below for some example C code to see what I'm talking about:</p>
<pre><code>void print_help()
{
printf("usage:\n") ;
printf("\t\t-i set input file\n") ;
printf("\t\t-o set output file\n") ;
printf("\t\t-c set config file\n") ;
printf("\t\t-h print this help information\n") ;
printf("\t\t-v print version\n") ;
}
char* input_file = NULL ;
char *query=NULL;
char opt_char=0;
while ((opt_char = getopt(argc, argv, "i:q:vh")) != -1)
{
switch(opt_char)
{
case 'h':
print_help();
exit(-1);
break;
case 'v':
print_version() ;
exit(-1) ;
break ;
case 'i':
input_file= optarg ;
break ;
case 'q':
query= optarg ;
break ;
default:
print_help();
exit(-1);
break;
}
}
</code></pre>
http://stackoverflow.com/questions/767536/com-server-ansistring-parameters-in-delphi-20090COM server AnsiString parameters in Delphi 2009ajob2009-04-20T09:24:41Z2009-04-20T19:52:38Z
<p>I have a simple COM dll with a method that takes two strings. In the type library editor of delphi these strings are defined as LPSTR. This translates to PChar in the TLB file. When upgrading from D2007 to D2009 this became a problem since PChar now has changed from PAnsiChar to PWideChar (it still becomes PChar in the TLB file when it is generated from the ridl file). And the interface needs to compatible with the previous one...</p>
<p>Is there a way to get PAnsiChar as type in the TLB file so that it corresponds to the previous declaration in D2007? </p>
http://stackoverflow.com/questions/747427/excel-type-library-delphi-2009-bad-variable-type1Excel type library / Delphi 2009/ bad variable typeAndrew2009-04-14T12:59:20Z2009-04-15T16:19:30Z
<p>We have just updated an application which uses the Excel type library to Delphi 2009 from Delphi 2006. What I am finding is that nearly nothing now works - nearly any call to Excel results in a message "Bad variable type.". For example we may do: Sheet.Cells.Item[Row, Column].Value := Value where Sheet is an ExcelWorksheet and Value is a Variant. The next thing we see in the stack is a call to _DispInvoke in Variants, and then on into ComObj. What am I doing wrong?</p>
http://stackoverflow.com/questions/728673/somehow-com-object-instance-gets-lost0Somehow COM object instance gets lostDarkerstar2009-04-08T05:51:00Z2009-04-08T09:16:45Z
<p>I have a main app and a type library contains 2 COM objects, one is IFile, one is IFiles. IFiles creates IFile, and stores them in a TLIST, and has standard methods like Add, Remove etc. Both IFile and IFiles are TAutoObject.</p>
<p>"Add" method in IFiles is working fine, it simply creates IFile object [Code 1], and adds it to TList. Problem is IFile object instance gets lost in a very strange way. see [Code 2]</p>
<p>[Code 1]</p>
<pre><code>function IFiles.Add(AFilename: String): IFile;
begin
Result := CoIFile.Create;
Result.Filename := AFilename;
// ShowMessage(IntToStr(Result._AddRef));
fFiles.Add(@Result);
end;
</code></pre>
<p>In the main app I have test code like this.
[Code 2]</p>
<pre><code>var
i: Integer;
f: IFile;
Files: IFiles;
begin
Files := CoTIFile.Create;
for i:= 1 to 4 do
begin
// Create a dummy file object
f := Files.Add('Filename ' + IntToStr(i));
f._AddRef; // Not sure if AddRef works like this
// Prints out the last file
Memo1.Lines.Add(Files.Files[i-1].Filename);
end;
for i:= 0 to Files.Count-1 do
begin
f := Files.Files[i];
// F is nil at all time.
if (f<>nil) then Memo1.Lines.Add(f.Filename); // ! No print out.
end;
end;
</code></pre>
<p>From the 2nd loop, even though fFiles.Count = 4, but all contents have lost. Do I need some extra treatment in IFile to handle AddRef and Release? or the way IFiles.Add method I wrote is wrong?</p>
http://stackoverflow.com/questions/703874/delphi-froze-when-registering-type-library0Delphi Froze when registering type libraryDarkerstar2009-04-01T02:49:04Z2009-04-08T05:32:14Z
<p>Hi:</p>
<p>I have created a few AUTOObjects using Delphi and its type library. It compiles without error, but when I tried to register it, Delphi froze, and doesn't return to normal. I have tried to register it in both Delphi 7 and 2006, but both get into the same problem. I tried to register a simple library in Delphi's demo, I am ruling out bad registry file, </p>
<p>There might be something wrong with my code, but I have no idea where, since it compiles well and I have not put any code in RegisterDLL.</p>
<p>Anyone had the same problem before?</p>
http://stackoverflow.com/questions/682458/ienumerable-getenumerator-returns-ienumvariant-in-delphi-60IEnumerable.GetEnumerator() returns IEnumVariant in Delphi 6tafa2009-03-25T16:52:13Z2009-03-25T18:06:34Z
<p>I am using a .Net2.0 Assembly in Delphi 6 via COM.
One of the methods in one of the interfaces returns IEnumerable.
As long as I import mscorlib.tlb located in </p>
<p>"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727"</p>
<p>, I can reach both IEnumerable and IEnumerator interfaces in Delphi 6. Here is the part where IEnumerable is defined in mscorlib_TLB.pas:</p>
<pre><code>// *********************************************************************//
// Interface: IEnumerable
// Flags: (4416) Dual OleAutomation Dispatchable
// GUID: {496B0ABE-CDEE-11D3-88E8-00902754C43A}
// *********************************************************************//
IEnumerable = interface(IDispatch)
['{496B0ABE-CDEE-11D3-88E8-00902754C43A}']
function GetEnumerator: IEnumVARIANT; safecall;
end;
</code></pre>
<p>The return value of the GetEnumerator method is not IEnumerator and when I try to cast it to IEnumerator 'Interface not supported' exception is thrown.</p>
<p>Has anyone encountered this or a similar problem before? How can it be resolved?</p>
http://stackoverflow.com/questions/656788/how-to-consume-and-re-expose-a-win32-type-library-using-delphi-prism0How to consume and re-expose a Win32 type library using Delphi Prismskamradt2009-03-18T02:39:34Z2009-03-18T12:47:23Z
<p>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 implemented?</p>
http://stackoverflow.com/questions/584965/using-a-com-dll-in-delphi-access-violation-in-msvcr80d-dll-error2Using a COM DLL in delphi - Access violation in MSVCR80D.dll errorHemant2009-02-25T06:38:50Z2009-03-07T05:14:27Z
<p>I need to use a DLL created using .NET framework. This DLL is made COM visible.</p>
<p>I want to use this DLL in an application created using Delphi 2006. I have followed following steps:</p>
<ol>
<li>Registered the DLL using regscr32.</li>
<li><p>Imported the type library using
Delphi IDE. It created
_TLB.pas file. Following signature was created in TLB file.</p>
<pre>
function TValidationRequest.Process(var meterBSN: WideString; var NICSerial: WideString;
var partNumber: WideString; var otherConfig: WideString;
out returnMessage: WideString): Smallint;
begin
Result := DefaultInterface.Process(meterBSN, NICSerial, partNumber, otherConfig, returnMessage);
end;
</pre></li>
<li><p>I tried to call the method using
following code snippet.</p></li>
</ol>
<pre>
procedure TForm1.buttonClick(Sender: TObject);
var
valReq: TValidationRequest;
s1, s2, s3, s4, s5: WideString;
o: WideString;
begin
valReq := TValidationRequest.Create (Self);
try
valReq.Process (s1, s2, s3, s4, o);
MessageDlg(o, mtInformation, [mbOK], 0);
finally
valReq := nil;
end;
end;
</pre>
<p>But I get following error when Process method is called.
<img src="http://i41.tinypic.com/2daf1ix.png" alt="alt text" /></p>
<p>Please can you suggest any solution?</p>