home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / cplus / 18660 < prev    next >
Encoding:
Internet Message Format  |  1993-01-04  |  1.2 KB

  1. From: Neal.Sanche@ttlg.UUCP (Neal Sanche)
  2. Sender: postmaster@ttlg.UUCP
  3. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!wupost!gumby!destroyer!cs.ubc.ca!unixg.ubc.ca!kakwa.ucs.ualberta.ca!alberta!nebulus!ttlg!postmaster
  4. Newsgroups: comp.lang.c++
  5. Subject: RE: Turbo Vision Query
  6. Message-ID: <726147569.1@ttlg.ttlg.UUCP>
  7. Date: 04 Jan 93  00:10:02 mst
  8. Lines: 22
  9.  
  10.  On 01-02-93 Neal Sanche wrote to All... 
  11.  
  12.  > I am having some difficulties with a particular part of my latest 
  13.  > Turbo Vision application. I have an event which does various things, 
  14.  > a dialog pops up for user input, then various ofstream objects are 
  15.  > instantiated and some ostrstreams are used for in memory formating 
  16.  > and so on. 
  17.  
  18.  As a note to people who may be wondering how I fixed this bug, it 
  19.  was a problem in code imported from the TVEDIT program. In the 
  20.  openFile() method of the main application object, the execDialog 
  21.  call passes a char * as the data parameter. This is incorrect 
  22.  and results in an invalid stack pointer. This correct code should 
  23.  pass the address of the char *. 
  24.  
  25.  Any comments? 
  26.  
  27.  -Neal 
  28.  
  29. ... OFFLINE 1.41 
  30.  
  31.  * Origin: Paradigm BBS: A programmer's paradise. (42:100/11)
  32.