1999-01-27 05:01:14 -05:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: ddesetup.h
|
|
|
|
// Purpose: DDE sample settings
|
|
|
|
// Author: Julian Smart
|
|
|
|
// Modified by:
|
|
|
|
// Created: 25/01/99
|
|
|
|
// RCS-ID: $Id$
|
|
|
|
// Copyright: (c) Julian Smart
|
|
|
|
// Licence: wxWindows licence
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2002-04-15 14:24:46 -04:00
|
|
|
// You may set this to 0 to prevent DDE from being used even under Windows
|
|
|
|
//#define wxUSE_DDE_FOR_IPC 0
|
1999-01-27 05:01:14 -05:00
|
|
|
|
2002-04-15 14:24:46 -04:00
|
|
|
#include <wx/ipc.h>
|
1999-02-09 10:37:52 -05:00
|
|
|
|
2002-04-15 14:24:46 -04:00
|
|
|
// the default service name
|
|
|
|
#define IPC_SERVICE "4242"
|
1999-01-27 05:01:14 -05:00
|
|
|
|
2002-04-15 14:24:46 -04:00
|
|
|
// the IPC topic
|
|
|
|
#define IPC_TOPIC "IPC TEST"
|
1999-01-27 05:01:14 -05:00
|
|
|
|
2002-04-15 14:24:46 -04:00
|
|
|
// the name of the item we're being advised about
|
|
|
|
#define IPC_ADVISE_NAME "Item"
|