Hi!!
I've been reading about multithreading, i want to learn and start coding, but i can't compile the examples i'am reading to learn.
I'm using Borland C++ 5.5.1 for Win32 and my config files are
bcc32
-I"C:\Borland\BCC55\Include"
-L"C:\Borland\BCC55\Lib;C:\Borland\BCC55\Lib\PSDK"
-P
-v-
-w
-D_WIN32_WINNT=0x0400
Ilink32
-v-
-x
-L"C:\Borland\BCC55\Lib;C:\Borland\BCC55\Lib\PSDK;C:\WINDOWS\system32"
And the error that the compiler gives me is:
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
thread.c:
Error E2268 thread.c 30: Call to undefined function '_beginthread' in function main()
Error E2268 thread.c 46: Call to undefined function '_endthread' in function ThreadProc(void *)
*** 2 errors in Compile ***
can someone help me??
what am i doing wrong??
i'am a beginner in multithreading...
greetings!!
I've been reading about multithreading, i want to learn and start coding, but i can't compile the examples i'am reading to learn.
I'm using Borland C++ 5.5.1 for Win32 and my config files are
bcc32
-I"C:\Borland\BCC55\Include"
-L"C:\Borland\BCC55\Lib;C:\Borland\BCC55\Lib\PSDK"
-P
-v-
-w
-D_WIN32_WINNT=0x0400
Ilink32
-v-
-x
-L"C:\Borland\BCC55\Lib;C:\Borland\BCC55\Lib\PSDK;C:\WINDOWS\system32"
And the error that the compiler gives me is:
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
thread.c:
Error E2268 thread.c 30: Call to undefined function '_beginthread' in function main()
Error E2268 thread.c 46: Call to undefined function '_endthread' in function ThreadProc(void *)
*** 2 errors in Compile ***
can someone help me??
what am i doing wrong??
i'am a beginner in multithreading...
greetings!!