Printing Normal and LandScape

This forum is for eXpress++ general support.
Message
Author
User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Printing Normal and LandScape

#11 Post by rdonnay »

Yes, that date is right.

Are you still saying that trying to compile your code gives syntax errors?

How about sending me your code so I can try.
The eXpress train is coming - and it has more cars.

John Hohensee

Re: Printing Normal and LandScape

#12 Post by John Hohensee »

I went back and removed all #define that were NOT needed the compile errors stopped.
My Includes are now:
#define DCDIALOG.CH
#define DCPRINT.CH
#define PMS.CH
The includes I removed are
#define SET.CH
#define xbp.ch
#define appevent.ch
#define DCPICK.CH
#define DCAPP.CH
#define DCBITMAP.CH
#define DCICON.CH
#define DCCURSOR.CH
#define DCGRAPH.CH
#define common.ch
#define fileio.ch
#define dbstruct.ch

After your last posting I went tested all the code and removed all the defines NOT needed.
Now all code now compiles without error. It still does not print in landscape but does fit on the page.

Koverhage
Posts: 151
Joined: Mon Feb 01, 2010 8:45 am

Re: Printing Normal and LandScape

#13 Post by Koverhage »

John,

i use
#include dcdialog.ch
and so on
Klaus

Post Reply