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:
Julian Smart
1999-01-27 10:01:14 +00:00
parent e35d0039d3
commit 7921cf2bad
37 changed files with 1080 additions and 36 deletions

View File

@@ -188,6 +188,10 @@ wxTCPConnection::wxTCPConnection (void)
{
}
wxTCPConnection::wxTCPConnection(char *buffer, int size)
{
}
wxTCPConnection::~wxTCPConnection (void)
{
wxDELETE(m_sock);

View File

@@ -97,7 +97,6 @@ bool wxXLPHelpController::Initialize(const wxString& filename, int server)
helpFile = filename;
helpServer = server;
wxIPCInitialize();
return TRUE;
}

View File

@@ -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)

View File

@@ -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)

View File

@@ -1,5 +1,5 @@
#
# File: makefile.nt
# File: makefile.vc
# Author: Julian Smart
# Created: 1993
# Updated:

View File

@@ -47,6 +47,7 @@
#ifdef sun
#ifdef SVR4
#define __ORIGINAL_XORG_CODE
#include <X11/Xfuncs.h> /* bzero, bcopy */
#endif
#endif