home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / cplus / 11440 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  1.3 KB

  1. Xref: sparky comp.lang.c++:11440 comp.windows.x:14294 comp.windows.x.motif:5179
  2. Path: sparky!uunet!cs.utexas.edu!wupost!darwin.sura.net!haven.umd.edu!cs.wvu.wvnet.edu!cerc.wvu.wvnet.edu!cathedral!sobol
  3. From: sobol@cathedral.cerc.wvu.wvnet.edu (Michael Sobolewski)
  4. Newsgroups: comp.lang.c++,comp.windows.x,comp.windows.x.motif
  5. Subject: Naming collision of X11 Object and NIH Object class
  6. Keywords: NIH Classes, X11
  7. Message-ID: <3421@babcock.cerc.wvu.wvnet.edu>
  8. Date: 23 Jul 92 21:33:01 GMT
  9. Sender: news@cerc.wvu.wvnet.edu
  10. Followup-To: poster
  11. Lines: 21
  12.  
  13. Hi,
  14.  
  15. Today I have started to implement a NIH-based model (in model-view-controller
  16. paradigm) of my GUI. I have ready a view-controller part in X11/Xt/Motif
  17. (based on Young's MotifApp) and I got the error:  (X11) Object  of type struct 
  18. _ObjectRec * redeclared as class, (X11) Object.h", line 275: error: 
  19. two declarations of Object : struct _ObjectRec * and class.
  20.  
  21. Can you suggest the most practical solution how to solve this problem?
  22. Is there a NIH class library with, for example, the prefix NIH?
  23.  
  24. Thanks in advance
  25.  
  26. Mike
  27.  
  28. -- 
  29. Michael Sobolewski              How not to get lost in the complexities of our 
  30. CERC/WVU, Drawer 2000           own making is still computing's core challenge.
  31. Morgantown, WV 26506                                           Edsger Dijsktra
  32. office: (304) 293-6961
  33. e-mail: sobol@cerc.wvu.wvnet.edu
  34.