home *** CD-ROM | disk | FTP | other *** search
- From: Neal.Sanche@ttlg.UUCP (Neal Sanche)
- Sender: postmaster@ttlg.UUCP
- 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
- Newsgroups: comp.lang.c++
- Subject: RE: Turbo Vision Query
- Message-ID: <726147569.1@ttlg.ttlg.UUCP>
- Date: 04 Jan 93 00:10:02 mst
- Lines: 22
-
- On 01-02-93 Neal Sanche wrote to All...
-
- > I am having some difficulties with a particular part of my latest
- > Turbo Vision application. I have an event which does various things,
- > a dialog pops up for user input, then various ofstream objects are
- > instantiated and some ostrstreams are used for in memory formating
- > and so on.
-
- As a note to people who may be wondering how I fixed this bug, it
- was a problem in code imported from the TVEDIT program. In the
- openFile() method of the main application object, the execDialog
- call passes a char * as the data parameter. This is incorrect
- and results in an invalid stack pointer. This correct code should
- pass the address of the char *.
-
- Any comments?
-
- -Neal
-
- ... OFFLINE 1.41
-
- * Origin: Paradigm BBS: A programmer's paradise. (42:100/11)
-