Recent

Author Topic: DDE  (Read 12296 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

Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2584
DDE
« Reply #1 on: February 28, 2005, 01:38:40 pm »
On win32 only when using direct win32 api calls
//--
{$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

Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2584
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,
//--
{$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.

Anonymous

  • Guest
DDE
« Reply #5 on: February 28, 2005, 01:53:25 pm »
it seems, something is missing :

message : can't find unit DdeMan

Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2584
DDE
« Reply #6 on: February 28, 2005, 02:02:11 pm »
You need native win32 api
//--
{$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

Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2584
DDE
« Reply #8 on: February 28, 2005, 03:22:37 pm »
like the finctions defined in the Windows unit.
//--
{$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.

Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2584
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
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the bug tracker

 

TinyPortal © 2005-2018