home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.windows.open-look
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!jvnc.net!newserver.jvnc.net!news.edu.tw!cc.ntnu.edu.tw!news!debbie!sparc4.ncu.edu.tw!ee21!oper7
- From: oper7@ee21.ee.ncu.edu.tw (Anthony Shih Hao Lee)
- Subject: Stupid OLIT prototype .h
- Message-ID: <1993Jan6.075937.29344@sparc4.ncu.edu.tw>
- Sender: news@sparc4.ncu.edu.tw
- Organization: Dep. of EECS, National Central University, Chungli, Taiwan, R.O.C.
- Date: Wed, 6 Jan 1993 07:59:37 GMT
- Lines: 23
-
- Hi, all programmers of OLIT;
-
- I think the OLIT do not consider the C++ programmer, am I not ?
-
- I met a serious problem and it seems no solution for it:
- For a common use of TextEdit Widget, we usually use OlTextEditCopyBuffer()
-
- it's prototype mentioned in Young's OLIT book is :
- Boolean OlTextEditCopyBuffer ( TextEditWidget, char ** ) ;
-
- but in OLIT 3.0:Xol/TextEdit.h
- it became :
- extern Boolean OlTextEditCopyBuffer () ;
- I knew that such declaration is for the sake of unlimit the argument type
- and number, but why not use ANSI variable arguments?
-
- any suggest are appreciately welcomed, please directly e-mail me if I am
- wrong.
- tony
- --
- >>> Anthony Li <Li3, Shih4 Hao2><Li:fruit's Name><Shih:Scholar><Hao:Hero> <<<
- <<< Institute of CSEE, National Central Univ, Chungli, Taoyuan, Taiwan, ROC >>>
- >>> Internet: oper7@mbox.ee.ncu.edu.tw oper2@ncuee.ncu.edu.tw >>>
-