This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: can't open XDisplay


Hi,

are you trying to run the program from the cygwin shell, or from
an xterm within xfree86 (as you should)? 

Cheers

Edi

> 
> I am compiling  a linux XWindows application in win98 using cygwin/xfree86.
> But when I execute the program, opening XDisplay fails, due to the following
> code fragment
> 
>  dpy = XOpenDisplay(getenv("DISPLAY"));
>  if (dpy == 0)
>  {
>       fprintf(stderr,"Can't open X display\n");
>   exit(1);
> }
> 
> 
> what could be the problem???


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]