X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=tools%2Fctsimtext.cpp;h=6983cb0fe6e1614017cffa53c66412509fc56671;hp=242689ab2468213dca5e5b11f015ade33a310dc3;hb=c70eb596eeeeda21f872065d9e11a67996394626;hpb=efc79bd4b7deba9df501fccd39bc342f1329e6e6 diff --git a/tools/ctsimtext.cpp b/tools/ctsimtext.cpp index 242689a..6983cb0 100644 --- a/tools/ctsimtext.cpp +++ b/tools/ctsimtext.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ctsimtext.cpp,v 1.8 2001/01/10 21:21:53 kevin Exp $ +** $Id: ctsimtext.cpp,v 1.9 2001/01/13 03:51:35 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -45,7 +45,7 @@ extern "C" { // If linked to ctsimtext, but executed as another name, eg pjrec, then program will use that // linked name as name of function. -static const char* const g_szIdStr = "$Id: ctsimtext.cpp,v 1.8 2001/01/10 21:21:53 kevin Exp $"; +static const char* const g_szIdStr = "$Id: ctsimtext.cpp,v 1.9 2001/01/13 03:51:35 kevin Exp $"; static const char* const s_szProgramName = "ctsimtext"; extern int if1_main (int argc, char* const argv[]); @@ -272,3 +272,20 @@ main (int argc, char* argv[]) return (retval); } + +// Hack to fix linking problems when not linking with wxWindows and CTSim GUI routines + +#ifdef HAVE_WXWINDOWS +#include "../src/dlgezplot.h" + +EZPlotDialog::EZPlotDialog (wxWindow* parent) +{} + +EZPlotDialog::~EZPlotDialog() +{} + +unsigned long +wxDialog::OnCtlColor(unsigned long a,unsigned long b,unsigned int c,unsigned int d,unsigned int e,long f) +{return 0;} + +#endif \ No newline at end of file