Re: Using DLL in Delphi
- From: "Bob Richardson" <bobr at whidbey dot com>
- Date: Fri, 24 Feb 2006 14:15:33 -0800
"Dodgy" <Dodgy@xxxxxxxxxxxxxxxxxxxxx> wrote in message
news:abmuv1tlmlk23lae8ijj3jua8lh3m6ta5q@xxxxxxxxxx
On Fri, 24 Feb 2006 09:51:12 -0800, "Bob Richardson" <bobr at whidbey
dot com> waffled on about something:
My friend is writing a DLL in C++ that I want to use in my Delphi program
.
Are there any special pitfalls I need to worry about? Perhaps something I
can suggest he not do so that my implementation will be smoother?
http://www.drbob42.com/delphi/headconv.htm
Any use?
Great article. Thanks a lot. Primarily the I/O is an array of records
(struct) that contain only INT variables. I presume I can define similar
records and arrays (all zero based).
.
Relevant Pages
- Re: Using DLL in Delphi
... dot com> wrote: ... Are there any special pitfalls I need to worry about? ... DLL useable by most languages. ... (comp.lang.pascal.delphi.misc) - Re: Using DLL in Delphi
... dot com> waffled on about something: ... Are there any special pitfalls I need to worry about? ... MUSHROOMS ARE THE OPIATE OF THE MOOSES ... (comp.lang.pascal.delphi.misc) - Re: 0xC000 0005 exception in CFrameWnd::OnCmdMsg()
... The problem was a stupid typo on my part; I had reduced an array size but a factor of 100 and was initialising it off the end using the wrong but similarly named constant. ... my status bar indicators and I get farther before I crash. ... NULL (not sure if this okay or not). ... gordon at gordys dot demon dot co dot uk ... (microsoft.public.vc.mfc) - Re: Need help with textboxes
... The JavaScript 1.5 Reference already states: ... All forms and their children are stored in an array ... use dot notation or object literals. ... No. Bracket property accessors allow their argument to be any string value. ... (comp.lang.javascript) - Re: Syntax for user-defined infix operators
... > notation is record.field. ... For indexable sequences or any other type of ... Why is the dot necessary in seq.or mapping.? ... So the dot selects a field or array element, with the parentheses needed for array elements because otherwise there would be confusion. ... (comp.lang.misc) |
|