Click here to Skip to main content
15,885,309 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionwhat is the difference? Pin
Anonymous1-Sep-05 20:33
Anonymous1-Sep-05 20:33 
AnswerRe: what is the difference? Pin
toxcct1-Sep-05 20:58
toxcct1-Sep-05 20:58 
AnswerRe: what is the difference? Pin
Gary R. Wheeler3-Sep-05 4:18
Gary R. Wheeler3-Sep-05 4:18 
QuestionStrange Acclerator Table Problem Pin
megafont1-Sep-05 19:42
megafont1-Sep-05 19:42 
NewsRe: Strange Acclerator Table Problem Pin
megafont2-Sep-05 18:26
megafont2-Sep-05 18:26 
QuestionGetting Internet Information Pin
rajeevktripathi1-Sep-05 19:21
rajeevktripathi1-Sep-05 19:21 
QuestionCan I use Visual C++ *.lib into C#? Pin
uumeme1-Sep-05 18:55
uumeme1-Sep-05 18:55 
AnswerRe: Can I use Visual C++ *.lib into C#? Pin
Christian Graus1-Sep-05 18:59
protectorChristian Graus1-Sep-05 18:59 
You need to compile the lib in to a dll, then you can pinvoke it. I don't believe you can use code from a lib file in C#, as a lib file is linked against, and you can't link C++ code into a C# app, all you can do is call a C++ dll from C#.


Christian Graus - Microsoft MVP - C++
AnswerRe: Can I use Visual C++ *.lib into C#? Pin
Bob Stanneveld1-Sep-05 19:24
Bob Stanneveld1-Sep-05 19:24 
QuestionAfter Reboot PC, follow the un-completed job? Pin
Steve Chang1-Sep-05 17:57
Steve Chang1-Sep-05 17:57 
AnswerRe: After Reboot PC, follow the un-completed job? Pin
Christian Graus1-Sep-05 18:15
protectorChristian Graus1-Sep-05 18:15 
AnswerRe: After Reboot PC, follow the un-completed job? Pin
Eytukan1-Sep-05 22:52
Eytukan1-Sep-05 22:52 
QuestionExample of server and client programming Pin
Member 21610041-Sep-05 17:17
Member 21610041-Sep-05 17:17 
AnswerRe: Example of server and client programming Pin
Eytukan1-Sep-05 23:30
Eytukan1-Sep-05 23:30 
AnswerRe: Example of server and client programming Pin
ThatsAlok2-Sep-05 0:01
ThatsAlok2-Sep-05 0:01 
QuestionHw to Shut down certain pc automatically whn the priority show emergency Pin
bryan5231-Sep-05 16:47
bryan5231-Sep-05 16:47 
QuestionRe: Hw to Shut down certain pc automatically whn the priority show emergency Pin
Jose Lamas Rios1-Sep-05 16:54
Jose Lamas Rios1-Sep-05 16:54 
QuestionRe: Hw to Shut down certain pc automatically whn the priority show emergency Pin
bryan5231-Sep-05 17:24
bryan5231-Sep-05 17:24 
QuestionDll Not Working Correctly Pin
dmtwpi211-Sep-05 16:17
dmtwpi211-Sep-05 16:17 
AnswerRe: Dll Not Working Correctly Pin
Jose Lamas Rios1-Sep-05 16:37
Jose Lamas Rios1-Sep-05 16:37 
GeneralRe: Dll Not Working Correctly Pin
Anonymous2-Sep-05 1:50
Anonymous2-Sep-05 1:50 
GeneralRe: Dll Not Working Correctly Pin
Jose Lamas Rios2-Sep-05 3:37
Jose Lamas Rios2-Sep-05 3:37 
Questionhow to define a const multileline string Pin
xiaohe5211-Sep-05 15:39
xiaohe5211-Sep-05 15:39 
AnswerRe: how to define a const multileline string Pin
followait1-Sep-05 15:42
followait1-Sep-05 15:42 
GeneralRe: how to define a const multileline string Pin
xiaohe5211-Sep-05 15:45
xiaohe5211-Sep-05 15:45 

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.