Click here to Skip to main content
15,903,388 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: pointer [modified] Pin
jith - iii26-May-06 19:06
jith - iii26-May-06 19:06 
QuestionLinux's gettimeofday() equivalent for windows Pin
useme12325-May-06 18:41
useme12325-May-06 18:41 
AnswerRe: Linux's gettimeofday() equivalent for windows Pin
Ganesh_T25-May-06 18:51
Ganesh_T25-May-06 18:51 
GeneralRe: Linux's gettimeofday() equivalent for windows Pin
ThatsAlok25-May-06 22:18
ThatsAlok25-May-06 22:18 
AnswerRe: Linux's gettimeofday() equivalent for windows Pin
Nibu babu thomas25-May-06 18:53
Nibu babu thomas25-May-06 18:53 
AnswerRe: Linux's gettimeofday() equivalent for windows Pin
Ryan Binns25-May-06 18:57
Ryan Binns25-May-06 18:57 
QuestionAbout threading Pin
Aqueel25-May-06 18:30
Aqueel25-May-06 18:30 
AnswerRe: About threading Pin
Nibu babu thomas25-May-06 18:38
Nibu babu thomas25-May-06 18:38 
Aqueel wrote:
I am working in network programming. Its a multiclient server chat program. Each client works in saparate thread. I create thread when some client request the server to connect. I used _beginthread to create thread.
When i build the file, i get following error.

unresolved external symbol __beginthread

I have included ws2_32.lib but still it does not work.
Can you please help me?
Thanks



You have to link to MSVCRT.lib or LIBCMT.lib library. Unsure | :~


Nibu thomas
A Developer

Programming tips[^]  My site[^]

AnswerRe: About threading Pin
_AnsHUMAN_ 25-May-06 18:43
_AnsHUMAN_ 25-May-06 18:43 
AnswerRe: About threading Pin
ThatsAlok25-May-06 22:19
ThatsAlok25-May-06 22:19 
QuestionControl of a List Box Pin
Immunity1825-May-06 18:11
Immunity1825-May-06 18:11 
AnswerRe: Control of a List Box [modified] Pin
Nibu babu thomas25-May-06 18:20
Nibu babu thomas25-May-06 18:20 
GeneralRe: Control of a List Box [modified] Pin
Immunity1825-May-06 19:05
Immunity1825-May-06 19:05 
GeneralRe: Control of a List Box [modified] Pin
Nibu babu thomas25-May-06 19:08
Nibu babu thomas25-May-06 19:08 
GeneralRe: Control of a List Box [modified] Pin
Immunity1825-May-06 19:13
Immunity1825-May-06 19:13 
GeneralRe: Control of a List Box [modified] Pin
Nibu babu thomas25-May-06 19:15
Nibu babu thomas25-May-06 19:15 
GeneralRe: Control of a List Box [modified] Pin
Immunity1825-May-06 19:23
Immunity1825-May-06 19:23 
AnswerRe: Control of a List Box Pin
_AnsHUMAN_ 25-May-06 18:29
_AnsHUMAN_ 25-May-06 18:29 
AnswerRe: Control of a List Box Pin
ThatsAlok25-May-06 18:59
ThatsAlok25-May-06 18:59 
QuestionPerformance question about my FTP client app! Pin
wangdave25-May-06 18:07
wangdave25-May-06 18:07 
Questionhow to synchronize read and write threads (to serial port)? Pin
Nawar_nrr25-May-06 17:23
Nawar_nrr25-May-06 17:23 
AnswerRe: how to synchronize read and write threads (to serial port)? Pin
ThatsAlok25-May-06 19:10
ThatsAlok25-May-06 19:10 
GeneralRe: how to synchronize read and write threads (to serial port)? Pin
Nawar_nrr25-May-06 21:10
Nawar_nrr25-May-06 21:10 
GeneralRe: how to synchronize read and write threads (to serial port)? Pin
ThatsAlok25-May-06 22:24
ThatsAlok25-May-06 22:24 
QuestionIs there any way delete part of what I allocated? Pin
followait25-May-06 17:12
followait25-May-06 17:12 

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.