home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / windows / openloo / 4964 < prev    next >
Encoding:
Text File  |  1993-01-06  |  1.3 KB  |  34 lines

  1. Newsgroups: comp.windows.open-look
  2. 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
  3. From: oper7@ee21.ee.ncu.edu.tw (Anthony Shih Hao Lee)
  4. Subject: Stupid OLIT  prototype .h
  5. Message-ID: <1993Jan6.075937.29344@sparc4.ncu.edu.tw>
  6. Sender: news@sparc4.ncu.edu.tw
  7. Organization: Dep. of EECS, National Central University, Chungli, Taiwan, R.O.C.
  8. Date: Wed, 6 Jan 1993 07:59:37 GMT
  9. Lines: 23
  10.  
  11. Hi, all programmers of OLIT;
  12.  
  13. I think the OLIT do not consider the C++ programmer, am I not ?
  14.  
  15. I met a serious problem and it seems no solution for it:
  16. For a common use of TextEdit Widget, we usually use OlTextEditCopyBuffer()
  17.  
  18. it's prototype mentioned in Young's OLIT book is :
  19. Boolean OlTextEditCopyBuffer ( TextEditWidget, char ** ) ;
  20.  
  21. but in OLIT 3.0:Xol/TextEdit.h
  22. it became : 
  23. extern Boolean OlTextEditCopyBuffer () ;
  24. I knew that such declaration is for the sake of unlimit the argument type
  25. and number, but why not use ANSI variable arguments?
  26.  
  27. any suggest are appreciately welcomed, please directly e-mail me if I am
  28. wrong.
  29. tony
  30. -- 
  31. >>> Anthony Li <Li3, Shih4 Hao2><Li:fruit's Name><Shih:Scholar><Hao:Hero>   <<<
  32. <<< Institute of CSEE, National Central Univ, Chungli, Taoyuan, Taiwan, ROC >>>
  33. >>> Internet:    oper7@mbox.ee.ncu.edu.tw     oper2@ncuee.ncu.edu.tw        >>>
  34.