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]

can't open XDisplay


Hello,

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???

thanx....

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