Thread: winbase.h & thread programming

  1. #1
    Registered User
    Join Date
    Jun 2003
    Posts
    31

    Exclamation winbase.h & thread programming

    i need this library for my project, i have downloaded the borland compiler 5.5 but the winbase.h doesn't work (i don't know why) so i can't compile any programm with this library.

    i need also some tutorial about thread programming on win32 platform.

    help me please!

    Bye

  2. #2
    Registered User
    Join Date
    Jun 2003
    Posts
    31
    the program is very very stupid! it's a hello word program with the #include <winbase.h> and the errors is parse error ";" and i think that the probel is a ; if u want i can send u the winbase.h file (i don't post it because there is about 4000 rows.
    thank u.
    bye.

  3. #3
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    winbase.h is included as part of windows.h.

    Use windows.h instead.....there may be typedefs and defines that need to established before winbase.h is fed into the preprocessor

  4. #4
    Registered User
    Join Date
    Jun 2003
    Posts
    31
    great, now is all OK
    thank u

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Thread Synchronization in Win32
    By passionate_guy in forum C Programming
    Replies: 0
    Last Post: 02-06-2006, 05:34 AM
  2. [code] Win32 Thread Object
    By Codeplug in forum Windows Programming
    Replies: 0
    Last Post: 06-03-2005, 03:55 PM
  3. Win32 Thread Object Model Revisted
    By Codeplug in forum Windows Programming
    Replies: 5
    Last Post: 12-15-2004, 08:50 AM
  4. Simple thread object model (my first post)
    By Codeplug in forum Windows Programming
    Replies: 4
    Last Post: 12-12-2004, 11:34 PM
  5. Problem : Threads WILL NOT DIE!!
    By hanhao in forum C++ Programming
    Replies: 2
    Last Post: 04-16-2004, 01:37 PM