Added dde sample; added docs/index.htm
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -188,6 +188,10 @@ wxTCPConnection::wxTCPConnection (void)
|
||||
{
|
||||
}
|
||||
|
||||
wxTCPConnection::wxTCPConnection(char *buffer, int size)
|
||||
{
|
||||
}
|
||||
|
||||
wxTCPConnection::~wxTCPConnection (void)
|
||||
{
|
||||
wxDELETE(m_sock);
|
||||
|
@@ -97,7 +97,6 @@ bool wxXLPHelpController::Initialize(const wxString& filename, int server)
|
||||
|
||||
helpFile = filename;
|
||||
helpServer = server;
|
||||
wxIPCInitialize();
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
@@ -20,16 +20,16 @@ THISDIR=$(WXWIN)\src
|
||||
|
||||
all:
|
||||
cd msw
|
||||
nmake -f makefile.nt
|
||||
nmake -f makefile.vc
|
||||
cd $(THISDIR)
|
||||
|
||||
clean:
|
||||
cd msw
|
||||
nmake -f makefile.nt clean
|
||||
nmake -f makefile.vc clean
|
||||
cd $(THISDIR)
|
||||
|
||||
cleanall:
|
||||
cd msw
|
||||
nmake -f makefile.nt cleanall
|
||||
nmake -f makefile.vc cleanall
|
||||
cd $(THISDIR)
|
||||
|
||||
|
@@ -36,7 +36,7 @@ WINLINKFLAGS=/INCREMENTAL:NO /NOLOGO -machine:$(CPU) -subsystem:windows,$(APPVER
|
||||
#WINLIBS=kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib libc.lib oldnames.lib\
|
||||
# comctl32.lib ctl3d32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib # libci.lib # libci.lib required for VC++ 4.2
|
||||
WINLIBS=kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib oldnames.lib\
|
||||
comctl32.lib ctl3d32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib # libci.lib # libci.lib required for VC++ 4.2
|
||||
comctl32.lib ctl3d32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib # libci.lib # libci.lib required for VC++ 4.2
|
||||
|
||||
# Change this to your WXWIN directory
|
||||
WXDIR=$(WXWIN)
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# File: makefile.nt
|
||||
# File: makefile.vc
|
||||
# Author: Julian Smart
|
||||
# Created: 1993
|
||||
# Updated:
|
||||
|
@@ -47,6 +47,7 @@
|
||||
|
||||
#ifdef sun
|
||||
#ifdef SVR4
|
||||
#define __ORIGINAL_XORG_CODE
|
||||
#include <X11/Xfuncs.h> /* bzero, bcopy */
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user