Output operations. Mehr ...
#include "Global.h"
#include "Interpre.h"
#include "GrafKern.h"
#include "Interval.h"
#include "Execute.h"
#include <setjmp.h>
#include "Runtime.h"
gehe zum Quellcode dieser Datei
Makrodefinitionen | |
#define | PROT_MAXLINES 30 |
#define | PROT_MAXCHARS PROT_MAXLINES*40 |
#define | AKTIONEN_MAX 100 |
Funktionen | |
void | AktionenInit () |
void | AktionenMessage (int box, const char *aktionName) |
int pascal _export | GetActString (unsigned char **box, int **l, char **s) |
void | InitCompDia (HWND compDiaLine) |
void | calc_declaration_numbers (char withNames) |
void | show_line_number (int n) |
void | fatal_error (int nr,...) |
void | compiler_warning (int nr,...) |
void | laufzeit_message (const char *Meldung) |
void | init_laufzeit_protokoll (void) |
void | exit_laufzeit_protokoll (void) |
void | laufzeit_protokoll (const char *formatstring,...) |
char *pascal _export | GetKeyString (int box, char asTS) |
char *pascal _export | GetTSString (int box, char asTS) |
int pascal _export | GetLineNumbers () |
int pascal _export | GetErrorLine () |
Variablen | |
HWND | CompDiaLine |
int | protokoll_ausgabezeile = 0 |
int | aktionen_ausgabezeile = 0 |
jmp_buf | weiter_gehts_nach_compilerfehler |
char | protokoll_string [PROT_MAXCHARS] |
char | sAktionen [AKTIONEN_MAX *50] |
unsigned char | boxAktionen [AKTIONEN_MAX] |
int | lAktionen [AKTIONEN_MAX] |
int | nAktionen = 0 |
int | keys_changed [MAX_BOX] |
int | keys_changed_sum |
char | sd1 [100] |
char | sd2 [100] |
char | Fmeldung [255] |
Output operations.
GPL
Revision 1.13 2011-02-20 22:35:55 keinstein updated license information; some file headers have to be revised, though
Revision 1.12 2010-11-21 13:15:45 keinstein merged experimental_tobias
Revision 1.11.2.2 2010-03-30 08:38:27 keinstein added rudimentary command line support changed debug system to allow selection of messages via command line further enhancements to the route dialogs
Revision 1.11.2.1 2009/08/04 11:30:49 keinstein removed mut.h
Revision 1.11 2008/10/27 15:00:16 keinstein Adopted VC8-changes to any
Revision 1.10 2008/10/19 23:08:32 krausze Dateien und Anpassungen für Microsoft Visual Studio 8 (VC8)
Revision 1.9 2008/10/10 08:33:19 keinstein make compile on windws
Revision 1.8 2008/10/01 09:30:47 keinstein fixed inclution for XCode build
Revision 1.7 2008/08/18 15:02:41 keinstein fixed some const char * warnings
Revision 1.6 2008/06/02 16:00:12 keinstein UTF-8 don't include Mutabor.rh (already included) access compile dialog static text directly to display line number fix formatting of line numbers
Revision 1.5 2006/01/18 15:28:03 keinstein Get translations of error strings
Revision 1.4 2005/11/07 19:42:54 keinstein Some additional changes
Definiert in Datei GrafKern.cpp.