Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
Ported from Delphi/Kylix
»
DDE
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Have anybody used Horse f...
by
egsuh
[
Today
at 08:31:21 am]
UI app to work with SQLit...
by
paweld
[
Today
at 07:18:23 am]
TCollection wiki entry
by
Thaddy
[
Today
at 07:06:53 am]
is there PDS reader/expor...
by
Weiss
[
Today
at 06:55:58 am]
equivalent to C/C++ "offs...
by
Fibonacci
[
Today
at 02:44:35 am]
Printing on HP Smart Tank
by
jamie
[
Today
at 01:55:25 am]
Problems with creating a ...
by
jamie
[
Today
at 12:10:44 am]
Fpcupdeluxe
by
cdbc
[July 10, 2026, 11:26:16 pm]
Source Editor Collapsed P...
by
Martin_fr
[July 10, 2026, 11:18:30 pm]
val return code
by
Paolo
[July 10, 2026, 10:58:32 pm]
Gtk3 becomes default widg...
by
PascalDragon
[July 10, 2026, 09:59:25 pm]
Seeking performance feedb...
by
Xenno
[July 10, 2026, 04:31:34 pm]
Pls support Double Comman...
by
Alexx2000
[July 10, 2026, 04:02:56 pm]
Ignoring Exceptions - Hit...
by
Martin_fr
[July 10, 2026, 03:50:47 pm]
Lazarus 4.6 may erase you...
by
Benoni_Edin
[July 10, 2026, 01:22:02 pm]
Greyed out controls?
by
LeP
[July 10, 2026, 12:21:25 pm]
Creating binary
by
marcov
[July 10, 2026, 11:25:17 am]
Hello. I'm new to this co...
by
onionmixer
[July 10, 2026, 03:55:53 am]
Selecting from a list of ...
by
J-G
[July 09, 2026, 11:38:39 pm]
Help needed on how to do ...
by
paweld
[July 09, 2026, 10:06:31 pm]
A recreation of the class...
by
count
[July 09, 2026, 08:53:45 pm]
GTK3 is now the default w...
by
bonmario
[July 09, 2026, 07:48:59 pm]
using bass to play sounds
by
Thaddy
[July 09, 2026, 05:57:43 pm]
DDE
by
Thaddy
[July 09, 2026, 05:01:24 pm]
FPC Unleashed (async/awai...
by
Thaddy
[July 09, 2026, 04:38:17 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: DDE (Read 13476 times)
Tylien
Guest
DDE
«
on:
February 28, 2005, 01:37:06 pm »
Hello,
Can I developpe under lazarus a program with DDE links ?
Thancks for response.
Regards
Logged
Marc
Administrator
Hero Member
Posts: 2706
DDE
«
Reply #1 on:
February 28, 2005, 01:38:40 pm »
On win32 only when using direct win32 api calls
Logged
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the
bug tracker
Anonymous
Guest
DDE
«
Reply #2 on:
February 28, 2005, 01:42:07 pm »
Are the instruction are the same as in delphi
Logged
Marc
Administrator
Hero Member
Posts: 2706
DDE
«
Reply #3 on:
February 28, 2005, 01:44:10 pm »
winapi is the same. Use windows
Please note that not all window messages are pased through the lcl.
If ytou need custom wm_xxx messages, you have to create your own hidden messagewindow,
Logged
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the
bug tracker
Anonymous
Guest
DDE
«
Reply #4 on:
February 28, 2005, 01:48:02 pm »
ok, i have a small prog using dde links. I Will try to compil it.
Logged
Anonymous
Guest
DDE
«
Reply #5 on:
February 28, 2005, 01:53:25 pm »
it seems, something is missing :
message : can't find unit DdeMan
Logged
Marc
Administrator
Hero Member
Posts: 2706
DDE
«
Reply #6 on:
February 28, 2005, 02:02:11 pm »
You need native win32 api
Logged
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the
bug tracker
Anonymous
Guest
DDE
«
Reply #7 on:
February 28, 2005, 02:18:53 pm »
witch native win 32 api
Logged
Marc
Administrator
Hero Member
Posts: 2706
DDE
«
Reply #8 on:
February 28, 2005, 03:22:37 pm »
like the finctions defined in the Windows unit.
Logged
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the
bug tracker
Anonymous
Guest
DDE
«
Reply #9 on:
February 28, 2005, 07:03:04 pm »
sorry but i don't find any DDE function in help or in the documentation.
Logged
Marc
Administrator
Hero Member
Posts: 2706
DDE
«
Reply #10 on:
March 01, 2005, 01:40:14 pm »
hmm.... typing dde in the win32 help gave me ddeinitialize. See
MSDN
for more info
Logged
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the
bug tracker
DavidTh30
New Member
Posts: 18
Re: DDE
«
Reply #11 on:
July 08, 2026, 06:17:11 pm »
Try this, please see attached
Recommend running this sample source code with this tool:
1.) DebugServer (Tool already in Lazarus folder)
-
https://wiki.freepascal.org/DebugServer
- $(LazarusDir)/tools/debugserver/debugserver.lpi
2.) wxipc-win32 (wxipc32)
Logged
DavidTh30
New Member
Posts: 18
Re: DDE
«
Reply #12 on:
July 08, 2026, 06:21:17 pm »
More information, sample source code
Logged
tetrastes
Hero Member
Posts: 769
Re: DDE
«
Reply #13 on:
July 09, 2026, 01:06:39 pm »
Quote from: DavidTh30 on July 08, 2026, 06:17:11 pm
Try this, please see attached
Do you really think, that OP still needs the answer since 21 years?
Logged
Thaddy
Hero Member
Posts: 19387
Glad to be alive.
Re: DDE
«
Reply #14 on:
July 09, 2026, 05:01:24 pm »
There is a more recent thread about DDE. This is probably the wrong one.
Marc does not need answers, he gives them....
«
Last Edit: July 09, 2026, 05:03:13 pm by Thaddy
»
Logged
objects are fine constructs. You can even initialize them with constructors.
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
Ported from Delphi/Kylix
»
DDE
TinyPortal
© 2005-2018