Click here to Skip to main content
15,920,217 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralUsing GAMS in a VIsual C++ program Pin
Anonymous8-Aug-05 23:47
Anonymous8-Aug-05 23:47 
Generaltype conversion Pin
Member 20725788-Aug-05 22:55
Member 20725788-Aug-05 22:55 
GeneralRe: type conversion Pin
jan larsen8-Aug-05 23:30
jan larsen8-Aug-05 23:30 
GeneralRe: type conversion Pin
toxcct9-Aug-05 0:32
toxcct9-Aug-05 0:32 
GeneralRe: type conversion Pin
Maximilien9-Aug-05 2:49
Maximilien9-Aug-05 2:49 
Generalproblem of transfering file from one pc 2 another Pin
manishgandhi8-Aug-05 22:24
manishgandhi8-Aug-05 22:24 
GeneralRe: problem of transfering file from one pc 2 another Pin
ThatsAlok8-Aug-05 22:44
ThatsAlok8-Aug-05 22:44 
GeneralRe: problem of transfering file from one pc 2 another Pin
Marc Soleda8-Aug-05 22:53
Marc Soleda8-Aug-05 22:53 
manishgandhi wrote:
we want to transefer one file from one pc to another.
please give me code in VC++.


How? RS-232, tcp, ... ?

manishgandhi wrote:
when we run any Windows program in VC++ linking error was arise.
error was like . unresolved symbol : _beginthreadex
unresolved symbol : _endthreadex


That's bcause you are compiling with /MT flag activated (multithread option)and your libc.lib seems that it doesn't support it. Do you have this library? Read this[^] for info.

Marc Soleda.

... she said you are the perfect stranger she said baby let's keep it like this... Tunnel of Love, Dire Straits.
GeneralHelp in Socket programming! Pin
javaClaude8-Aug-05 21:08
javaClaude8-Aug-05 21:08 
Generalchild frame Pin
Anonymous8-Aug-05 20:57
Anonymous8-Aug-05 20:57 
GeneralRe: child frame Pin
John R. Shaw8-Aug-05 22:28
John R. Shaw8-Aug-05 22:28 
GeneralSerial Communication Pin
Member 20251768-Aug-05 20:27
Member 20251768-Aug-05 20:27 
GeneralRe: Serial Communication Pin
Jose Lamas Rios8-Aug-05 20:37
Jose Lamas Rios8-Aug-05 20:37 
QuestionHow to add "X" in tabctrl to close tab Pin
Nipun8-Aug-05 19:32
Nipun8-Aug-05 19:32 
AnswerRe: How to add "X" in tabctrl to close tab Pin
Moak26-Jun-06 4:10
Moak26-Jun-06 4:10 
Questionhow to open dll or exe file with VC? Pin
Anonymous8-Aug-05 19:30
Anonymous8-Aug-05 19:30 
AnswerRe: how to open dll or exe file with VC? Pin
Jose Lamas Rios8-Aug-05 20:01
Jose Lamas Rios8-Aug-05 20:01 
GeneralRe: how to open dll or exe file with VC? Pin
Anonymous8-Aug-05 21:02
Anonymous8-Aug-05 21:02 
GeneralRe: how to open dll or exe file with VC? Pin
ThatsAlok8-Aug-05 21:09
ThatsAlok8-Aug-05 21:09 
GeneralRe: how to open dll or exe file with VC? Pin
toxcct8-Aug-05 22:11
toxcct8-Aug-05 22:11 
GeneralRe: how to open dll or exe file with VC? Pin
ThatsAlok8-Aug-05 22:15
ThatsAlok8-Aug-05 22:15 
GeneralRe: how to open dll or exe file with VC? Pin
toxcct8-Aug-05 22:20
toxcct8-Aug-05 22:20 
GeneralRe: how to open dll or exe file with VC? Pin
ThatsAlok8-Aug-05 22:46
ThatsAlok8-Aug-05 22:46 
GeneralRe: how to open dll or exe file with VC? Pin
toxcct8-Aug-05 22:55
toxcct8-Aug-05 22:55 
GeneralRe: how to open dll or exe file with VC? Pin
ThatsAlok8-Aug-05 23:05
ThatsAlok8-Aug-05 23:05 

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.