DC_XBrowse

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
unixkd
Posts: 579
Joined: Thu Feb 11, 2010 1:39 pm

DC_XBrowse

#1 Post by unixkd »

Hi Roger

DC_XBrowse sample gives error SM_CYCAPTION unknown variable.

Thanks.

Joe

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: DC_XBrowse

#2 Post by rdonnay »

Add this to the top of the program:

#include "SystemMetrics.Ch"
The eXpress train is coming - and it has more cars.

User avatar
unixkd
Posts: 579
Joined: Thu Feb 11, 2010 1:39 pm

Re: DC_XBrowse

#3 Post by unixkd »

#include "SystemMetrics.Ch" not available on my machine, pls attach and send.

Thanks

Joe

User avatar
Auge_Ohr
Posts: 1428
Joined: Wed Feb 24, 2010 3:44 pm

Re: DC_XBrowse

#4 Post by Auge_Ohr »

unixkd wrote:#include "SystemMetrics.Ch" not available on my machine, pls attach and send.
hm ... which Version are you using ?
my is in x:\exp20\Include\SystemMetrics.Ch

Code: Select all

#define SM_CYCAPTION            4 
greetings by OHR
Jimmy

Post Reply