Click here to Skip to main content
15,908,909 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralOT Pin
prasad_som1-Mar-07 19:08
prasad_som1-Mar-07 19:08 
QuestionGetting IP Address [modified] Pin
Vichitram25-Feb-07 22:42
Vichitram25-Feb-07 22:42 
AnswerRe: Getting IP Address Pin
prasad_som25-Feb-07 23:10
prasad_som25-Feb-07 23:10 
AnswerRe: Getting IP Address Pin
Christian Graus25-Feb-07 23:17
protectorChristian Graus25-Feb-07 23:17 
AnswerRe: Getting IP Address Pin
Hamid_RT1-Mar-07 6:49
Hamid_RT1-Mar-07 6:49 
QuestionPut value on Form from FolderBrowserDialog Pin
Girkers24-Feb-07 21:54
Girkers24-Feb-07 21:54 
AnswerRe: Put value on Form from FolderBrowserDialog Pin
Girkers2-Mar-07 17:25
Girkers2-Mar-07 17:25 
Question[C] Multithreading in windows Pin
venetus24-Feb-07 16:05
venetus24-Feb-07 16:05 
Hi!!
I've been reading about multithreading in this page, but i can't compile the example written here.
I'm using Borland C++ 5.5.1 for Win32 and my config files are
bcc32
-I"C:\Borland\BCC55\Include"<br />
-L"C:\Borland\BCC55\Lib;C:\Borland\BCC55\Lib\PSDK<br />
-P<br />
-v-<br />
-w<br />
-D_WIN32_WINNT=0x0400


Ilink32
-v-<br />
-x<br />
-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<br />
thread.c:<br />
Error E2268 thread.c 30: Call to undefined function '_beginthread' in function main()<br />
Error E2268 thread.c 46: Call to undefined function '_endthread' in function ThreadProc(void *)<br />
*** 2 errors in Compile ***<br />


can someone help me??
what am i doing wrong??
i'am a beginner in multithreading...
greetings!!
AnswerRe: [C] Multithreading in windows Pin
Christian Graus24-Feb-07 16:25
protectorChristian Graus24-Feb-07 16:25 
QuestionRe: [C] Multithreading in windows Pin
Newbie0025-Feb-07 0:03
Newbie0025-Feb-07 0:03 
AnswerRe: [C] Multithreading in windows Pin
venetus25-Feb-07 2:47
venetus25-Feb-07 2:47 
AnswerRe: [C] Multithreading in windows Pin
venetus25-Feb-07 2:54
venetus25-Feb-07 2:54 
QuestionRe: [C] Multithreading in windows Pin
Newbie0025-Feb-07 3:41
Newbie0025-Feb-07 3:41 
AnswerRe: [C] Multithreading in windows Pin
venetus25-Feb-07 3:43
venetus25-Feb-07 3:43 
GeneralRe: [C] Multithreading in windows Pin
Newbie0025-Feb-07 3:50
Newbie0025-Feb-07 3:50 
GeneralRe: [C] Multithreading in windows Pin
Christian Graus25-Feb-07 9:11
protectorChristian Graus25-Feb-07 9:11 
Question[API] Add a dll Pin
abbd24-Feb-07 4:55
abbd24-Feb-07 4:55 
AnswerRe: [API] Add a dll Pin
Christian Graus24-Feb-07 16:26
protectorChristian Graus24-Feb-07 16:26 
QuestionCopy constructor Pin
Karismatic23-Feb-07 17:09
Karismatic23-Feb-07 17:09 
AnswerRe: Copy constructor Pin
prasad_som24-Feb-07 5:25
prasad_som24-Feb-07 5:25 
AnswerRe: Copy constructor [modified] Pin
Paresh Chitte26-Feb-07 17:28
Paresh Chitte26-Feb-07 17:28 
AnswerRe: Copy constructor Pin
Christian Graus24-Feb-07 16:27
protectorChristian Graus24-Feb-07 16:27 
QuestionCreating a Observer between managed and unmanaged Code Pin
ismare22-Feb-07 0:58
ismare22-Feb-07 0:58 
AnswerRe: Creating a Observer between managed and unmanaged Code Pin
User 58385222-Feb-07 13:30
User 58385222-Feb-07 13:30 
GeneralRe: Creating a Observer between managed and unmanaged Code Pin
ismare24-Feb-07 2:51
ismare24-Feb-07 2:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.