home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / cplus / 19900 < prev    next >
Encoding:
Text File  |  1993-01-26  |  2.3 KB  |  57 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!munnari.oz.au!titan!gort!peter
  3. From: peter@gort.trl.OZ.AU (Peter K. Campbell)
  4. Subject: BC++/TC++ 3.1 <scrnsave.h> =??? HELP ?!
  5. Message-ID: <1993Jan26.041110.7401@trl.oz.au>
  6. Summary: Borland does it again
  7. Keywords: screen saver, missing files
  8. Sender: root@trl.oz.au (System PRIVILEGED Account)
  9. Organization: Telecom Research Labs, Melbourne, Australia
  10. Date: Tue, 26 Jan 1993 04:11:10 GMT
  11. Lines: 44
  12.  
  13. Howdy out there.
  14.  
  15. I have a screen saver for windows which I am trying to compile using
  16. Borland C++ 3.1 and/or Turbo C++ for Windows 3.1 (we've got both here
  17. at work), & I have a problem.
  18.  
  19. Yes, I hear you say, this is to be expected, but the problem is not
  20. the usual bugs (I've put the 3 BC++ 3.1 fixes on), but just stuff
  21. completely missing.
  22.  
  23. The screen saver makes use of functions in <scrnsave.h>, i.e.
  24. DlgGetPassword, DefScreenSaverProc, DlgChangePassword and
  25. DlgInvalidPassword.  I know these are in <scrnsave.h> because
  26. the help files for BOTH BC++ & TCW++ tell me all about it when
  27. I get keyword help (Ctrl-F1) on the above keywords.  However,
  28. I've done global searches throughout the entire directory structure
  29. of both programs & I cannot find the header file, or the appropriate
  30. library file.
  31.  
  32. As far as I remember I done full installations on both programs.
  33. Unfortunately I can't find anything in the manuals either - we had
  34. 3.0, & when we got the upgrade to 3.1 the only new book we got
  35. was the 3.1 installation manual, which was about as useful as
  36. an ashtray on a motorbike, so I've struck out there.
  37.  
  38. Does anyone know where the files are?  Is there something on one
  39. of the innumerable install disks I have to put on manually?  Is
  40. there a bit I missed?  Is this stuff available from a anonymous
  41. ftp site?  Or do I have to wait until the next release comes out?
  42.  
  43. BTW, I heartily advise & support using GCC/DJGPP for UNIX/DOS
  44. program final compilation, and BC++ for the development environment -
  45. I can get (computationally intensive) programs to run an average of 30%
  46. faster on IBMs under DJGPP's 32 bit protected mode than BC++, and even
  47. 15+% faster than the Intel Code Builder.
  48.  
  49. Unfortunately I'm stuck with Borland or Microsoft for Windows
  50. development, however :-( ;-).
  51.  
  52. Thanks in advance
  53. Peter K. Campbell
  54. p.campbell@trl.oz.au
  55.  
  56. #include <std.disclaimer>
  57.