home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / programm / misc / 4185 < prev    next >
Encoding:
Text File  |  1992-12-13  |  1.2 KB  |  38 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!mcsun!fuug!kiae!demos!KremlSun!gsp!gsp!sph!mswin!avsht%avsht.sph.spb.su
  3. From:  avsht@sph.spb.su (Alex V. Shturm)
  4. Subject: F****d Borland forgot to define the message in BC 3.1's windows.h !!!!!
  5. Message-ID: <1992Dec9.045940@avsht.sph.spb.su>
  6. Lines: 26
  7. Sender: news-server@arcom.rcom.spb.su
  8. Reply-To: avsht@sph.spb.su
  9. Organization: WinNet Mailer Post at Alex's home
  10. Date: Wed, 9 Dec 1992 02:12:39 GMT
  11.  
  12. Hi, people!
  13.  
  14. Trying to recompile my Windows project under BC 3.1, I was wondering
  15. very much when compiler suddenly reported me that he doesn't know
  16. the message WM_PAINTICON. I looked into windows.h and didn't find it!!!
  17. Although nearest win30.h file (former windows.h from BC 3.0)
  18. defines it.
  19.  
  20. 1. Is it Borland mistake or mine?
  21. 2. What is the best way to avoid it:
  22.    - to feed bcc the option -DWM_PAINTICON=0x0026
  23.    - to change windows.h by adding #define WM_PAINTICON 0x0026
  24.    - another way
  25.  
  26. Thanks in advance.
  27.  
  28. Regards,
  29. /Alex
  30.  
  31. --
  32. Alexander Shturm  ||  St.-Petersburg  ||  Internet: avsht@sph.spb.su
  33. ================  ||   Russia (xSU)   ||  FidoNet:  2:5030/8.18, /43.18
  34. Tel.: +7-(812)-233-9148 (home)   +7-(812)-310-4631 (office)
  35.  
  36.  
  37.  
  38.