Click here to Skip to main content
15,898,036 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSerial port behaviour in XP and windows 2000 Pin
sunny_vc10-Sep-09 2:50
sunny_vc10-Sep-09 2:50 
QuestionRe: Serial port behaviour in XP and windows 2000 Pin
CPallini10-Sep-09 3:06
mveCPallini10-Sep-09 3:06 
AnswerRe: Serial port behaviour in XP and windows 2000 Pin
sunny_vc10-Sep-09 3:18
sunny_vc10-Sep-09 3:18 
AnswerRe: Serial port behaviour in XP and windows 2000 Pin
Marcelo Miacca10-Sep-09 14:10
Marcelo Miacca10-Sep-09 14:10 
QuestionSome libraries are missing in my command line project linker settings in vc++ code in vs-2008...!? Pin
Vetukuri Raju10-Sep-09 2:47
Vetukuri Raju10-Sep-09 2:47 
AnswerRe: Some libraries are missing in my command line project linker settings in vc++ code in vs-2008...!? Pin
Randor 10-Sep-09 4:20
professional Randor 10-Sep-09 4:20 
GeneralRe: Some libraries are missing in my command line project linker settings in vc++ code in vs-2008...!? Pin
Vetukuri Raju10-Sep-09 4:25
Vetukuri Raju10-Sep-09 4:25 
GeneralRe: Some libraries are missing in my command line project linker settings in vc++ code in vs-2008...!? Pin
Randor 10-Sep-09 4:40
professional Randor 10-Sep-09 4:40 
Vetukuri Raju wrote:
Hi actually my application is working in release mode...but not working in debug mode


Yes, they have seperate build settings.

Vetukuri Raju wrote:
....i have several libraries...in debug mode three libraries are not getting linked...in my command line they are not shown...what to do


You don't know how to add libraries to your project settings? Are you using a Makefile or the graphical interface? Do you have your library paths setup correctly?

Another way to add link libraries is to add them to source files:

#pragma comment(lib, "Your_Library.lib")


Best Wishes,
-David Delaune
GeneralRe: Some libraries are missing in my command line project linker settings in vc++ code in vs-2008...!? Pin
Vetukuri Raju10-Sep-09 5:37
Vetukuri Raju10-Sep-09 5:37 
GeneralRe: Some libraries are missing in my command line project linker settings in vc++ code in vs-2008...!? Pin
Randor 10-Sep-09 5:53
professional Randor 10-Sep-09 5:53 
GeneralRe: Some libraries are missing in my command line project linker settings in vc++ code in vs-2008...!? Pin
Vetukuri Raju14-Sep-09 22:48
Vetukuri Raju14-Sep-09 22:48 
GeneralRe: Some libraries are missing in my command line project linker settings in vc++ code in vs-2008...!? Pin
Vetukuri Raju11-Sep-09 1:50
Vetukuri Raju11-Sep-09 1:50 
GeneralRe: Some libraries are missing in my command line project linker settings in vc++ code in vs-2008...!? Pin
Randor 11-Sep-09 4:32
professional Randor 11-Sep-09 4:32 
GeneralRe: Some libraries are missing in my command line project linker settings in vc++ code in vs-2008...!? Pin
Vetukuri Raju11-Sep-09 5:07
Vetukuri Raju11-Sep-09 5:07 
QuestionHow to get network connection speed WinXP using C & WinAPI Pin
mikey_eff10-Sep-09 2:44
mikey_eff10-Sep-09 2:44 
AnswerRe: How to get network connection speed WinXP using C & WinAPI Pin
David Crow10-Sep-09 3:26
David Crow10-Sep-09 3:26 
GeneralRe: How to get network connection speed WinXP using C & WinAPI Pin
mikey_eff10-Sep-09 4:50
mikey_eff10-Sep-09 4:50 
GeneralRe: How to get network connection speed WinXP using C & WinAPI Pin
David Crow10-Sep-09 5:11
David Crow10-Sep-09 5:11 
GeneralRe: How to get network connection speed WinXP using C & WinAPI Pin
mikey_eff10-Sep-09 6:18
mikey_eff10-Sep-09 6:18 
AnswerRe: How to get network connection speed WinXP using C & WinAPI Pin
Randor 10-Sep-09 4:07
professional Randor 10-Sep-09 4:07 
GeneralRe: How to get network connection speed WinXP using C & WinAPI Pin
mikey_eff10-Sep-09 4:48
mikey_eff10-Sep-09 4:48 
AnswerRe: How to get network connection speed WinXP using C & WinAPI Pin
kilt10-Sep-09 6:18
kilt10-Sep-09 6:18 
Questionhow to remove space while writing data to text file using CFile in vc++ [modified] Pin
jadhavjitendrar10-Sep-09 1:46
jadhavjitendrar10-Sep-09 1:46 
AnswerRe: how to remove space while writing data to text file using CFile in vc++ Pin
Adam Roderick J10-Sep-09 1:51
Adam Roderick J10-Sep-09 1:51 
QuestionRe: how to remove space while writing data to text file using CFile in vc++ Pin
CPallini10-Sep-09 2:37
mveCPallini10-Sep-09 2:37 

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.