Click here to Skip to main content
15,921,452 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: C# DLL Pin
Christian Graus12-Jan-06 12:56
protectorChristian Graus12-Jan-06 12:56 
QuestionWas It Wininet? Pin
GreenLantern12-Jan-06 9:51
GreenLantern12-Jan-06 9:51 
AnswerRe: Was It Wininet? Pin
Chris Losinger12-Jan-06 10:38
professionalChris Losinger12-Jan-06 10:38 
GeneralRe: Was It Wininet? Pin
GreenLantern12-Jan-06 13:05
GreenLantern12-Jan-06 13:05 
GeneralRe: Was It Wininet? Pin
Chris Losinger12-Jan-06 15:01
professionalChris Losinger12-Jan-06 15:01 
QuestionHow to simulate a line function? Pin
Ming Luo12-Jan-06 8:52
Ming Luo12-Jan-06 8:52 
AnswerRe: How to simulate a line function? Pin
Curtis Schlak.12-Jan-06 10:51
Curtis Schlak.12-Jan-06 10:51 
QuestionCompiling log4cpp or advice for a log api Pin
julian_ross12-Jan-06 8:03
julian_ross12-Jan-06 8:03 
AnswerRe: Compiling log4cpp or advice for a log api Pin
Chris Losinger12-Jan-06 8:39
professionalChris Losinger12-Jan-06 8:39 
GeneralRe: Compiling log4cpp or advice for a log api Pin
julian_ross12-Jan-06 8:50
julian_ross12-Jan-06 8:50 
GeneralRe: Compiling log4cpp or advice for a log api Pin
Bob Flynn12-Jan-06 9:56
Bob Flynn12-Jan-06 9:56 
GeneralRe: Compiling log4cpp or advice for a log api Pin
Julian_CT2K212-Jan-06 22:09
Julian_CT2K212-Jan-06 22:09 
GeneralRe: Compiling log4cpp or advice for a log api Pin
zildjohn0112-Jan-06 10:31
zildjohn0112-Jan-06 10:31 
QuestionTrouble with preprocessor logic Pin
Rob G12-Jan-06 7:56
Rob G12-Jan-06 7:56 
AnswerRe: Preprocessor logic Pin
Chris Losinger12-Jan-06 8:12
professionalChris Losinger12-Jan-06 8:12 
GeneralRe: Preprocessor logic Pin
Rob G12-Jan-06 8:34
Rob G12-Jan-06 8:34 
QuestionSource code for a notepad like application Pin
Giulio200012-Jan-06 7:41
Giulio200012-Jan-06 7:41 
AnswerRe: Source code for a notepad like application Pin
Nish Nishant12-Jan-06 7:46
sitebuilderNish Nishant12-Jan-06 7:46 
AnswerRe: Source code for a notepad like application Pin
ThatsAlok12-Jan-06 17:56
ThatsAlok12-Jan-06 17:56 
Questionbuilding a packet filtering-editing driver Pin
ozba12-Jan-06 7:23
ozba12-Jan-06 7:23 
AnswerRe: building a packet filtering-editing driver Pin
Alexander M.,13-Jan-06 6:16
Alexander M.,13-Jan-06 6:16 
you can never just add some information to a udp or tcp packet. They all have a size limit, which is normally given by the network hardware. This will cause many packets to be oversized, so they have to be split... it's more complicated than you might think to do such a thing.

Don't try it, just do it! Wink | ;-)
QuestionProtection Error Debugger Detected Pin
mav@octaval12-Jan-06 7:16
mav@octaval12-Jan-06 7:16 
AnswerRe: Protection Error Debugger Detected Pin
Blake Miller12-Jan-06 9:01
Blake Miller12-Jan-06 9:01 
AnswerRe: Protection Error Debugger Detected Pin
Dave Midgley25-Feb-11 23:42
Dave Midgley25-Feb-11 23:42 
QuestionFunction implementation in header file creates linker warnings Pin
Harrier12-Jan-06 6:11
Harrier12-Jan-06 6:11 

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.