[liblouis-liblouisxml] Runtime error

  • From: "Jeff Dittel" <jeff@xxxxxxxxxxx>
  • To: <LibLouis-LibLouisXML@xxxxxxxxxxxxx>
  • Date: Thu, 21 Feb 2008 09:57:37 -0600

Hello,

I am integrating LibLouisXML into a VC6 project and when calling
lbx_initialize I am getting a unhandled exception at line 854 in
ReadConfig.c.  The function and line is:

static int
initConfigFiles (const char *fileList, char *fileName)
{
...
  strcpy (ud->developer_path, getenv ("HOME"));

It appears that the getenv ("HOME") is returning a NULL pointer.  What am I
forgetting?  Anyone know?  

Thanks for the help,

Jeff

Jeff Dittel, President
~~~~~~~~~~~~~~~~~~~~~~
Britlan, Ltd.
516 East Birch Avenue
Whitefish Bay, WI 53217
jeff@xxxxxxxxxxx
U.S. Office: (414)962-2281
Costa Rica Office: (414)290-0574


Other related posts:

  • » [liblouis-liblouisxml] Runtime error