Click here to Skip to main content
15,891,633 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Remove dependency of MSVCP80 and MSVCR80 Pin
Dominik Reichl28-Feb-06 4:13
Dominik Reichl28-Feb-06 4:13 
AnswerRe: Remove dependency of MSVCP80 and MSVCR80 Pin
mbue28-Feb-06 4:28
mbue28-Feb-06 4:28 
GeneralRe: Remove dependency of MSVCP80 and MSVCR80 Pin
David Crow28-Feb-06 4:42
David Crow28-Feb-06 4:42 
AnswerRe: Remove dependency of MSVCP80 and MSVCR80 Pin
Joe Woodbury28-Feb-06 9:34
professionalJoe Woodbury28-Feb-06 9:34 
Questionwriting to stdin of console application Pin
9ine28-Feb-06 3:36
9ine28-Feb-06 3:36 
QuestionRe: writing to stdin of console application Pin
David Crow28-Feb-06 3:53
David Crow28-Feb-06 3:53 
AnswerRe: writing to stdin of console application Pin
9ine28-Feb-06 4:20
9ine28-Feb-06 4:20 
Questionlibs Pin
derek728-Feb-06 2:58
derek728-Feb-06 2:58 
when you write a very simple program you will need links some lib so that it can run.


so I want to know which lib will need on PC WINDOW platform .

main()
{
int i = 0;
}

the program need what lib to link?

even I create a plain/empty project with vc6(window console), it link many lib for me ,all is a must?

kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/testLib.pdb" /debug /machine:I386 /out:"Debug/testLib.exe" /pdbtype:sept


-- modified at 9:00 Tuesday 28th February, 2006
AnswerRe: libs Pin
David Crow28-Feb-06 3:09
David Crow28-Feb-06 3:09 
GeneralRe: libs Pin
derek728-Feb-06 3:38
derek728-Feb-06 3:38 
QuestionRe: libs Pin
David Crow28-Feb-06 3:51
David Crow28-Feb-06 3:51 
AnswerRe: libs Pin
derek728-Feb-06 13:32
derek728-Feb-06 13:32 
AnswerRe: libs Pin
mbue28-Feb-06 4:10
mbue28-Feb-06 4:10 
Questionwhy does it not debug ? Pin
derek728-Feb-06 2:44
derek728-Feb-06 2:44 
AnswerRe: why does it not debug ? Pin
toxcct28-Feb-06 2:47
toxcct28-Feb-06 2:47 
AnswerRe: why does it not debug ? Pin
khan++28-Feb-06 2:56
khan++28-Feb-06 2:56 
AnswerRe: why does it not debug ? Pin
mbue28-Feb-06 3:06
mbue28-Feb-06 3:06 
QuestionRe: why does it not debug ? Pin
David Crow28-Feb-06 3:12
David Crow28-Feb-06 3:12 
QuestionChanging Tab Order Programmatically Pin
BiswaR28-Feb-06 1:59
BiswaR28-Feb-06 1:59 
AnswerRe: Changing Tab Order Programmatically Pin
Jack Puppy28-Feb-06 2:04
Jack Puppy28-Feb-06 2:04 
AnswerRe: Changing Tab Order Programmatically Pin
khan++28-Feb-06 2:48
khan++28-Feb-06 2:48 
GeneralRe: Changing Tab Order Programmatically Pin
Blake Miller1-Mar-06 9:00
Blake Miller1-Mar-06 9:00 
GeneralRe: Changing Tab Order Programmatically Pin
khan++1-Mar-06 19:27
khan++1-Mar-06 19:27 
GeneralRe: Changing Tab Order Programmatically Pin
Blake Miller2-Mar-06 4:11
Blake Miller2-Mar-06 4:11 
GeneralRe: Changing Tab Order Programmatically Pin
khan++2-Mar-06 19:02
khan++2-Mar-06 19:02 

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.