First  |  Prev |  Next  |  Last
Pages: 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
compile with warning
Alot of time, compile in VC++ is success but got tons of warnings, should I care about warnings? Does most VC++ program compile with alot warnings too? ================= 1>------ Rebuild All started: Project: VisualNeon, Configuration: Debug Win32 ------ 1>Deleting intermediate and output files for project 'Vis... 20 Mar 2008 17:33
include
hi when include headers in VC++ what's different when using < > or " " like the following? #include "ne_session.h" #include <ne_uri.h> ... 21 Mar 2008 12:12
A strange DLL question
So have been writing my hooks into my DLL and all, but need to properly disengage everything no matter what order the apps shutdown in. Here's my strange question: While I'm not properly disengaging everything my DLL is still stuck in the system. So even though the app quit, the hook won't let me recompile ... 21 Mar 2008 09:28
Several new's in an expression with constructors throwing exce
Thank you, Igor. "Igor Tandetnik" wrote: "Paul" <vhr(a)newsgroups.nospam> wrote in message news:4F6BFC57-E26A-4D03-BB75-E5E343AE15CD(a)microsoft.com If we have an expression like A* p = new A; and A's constructor throws an exception, memory allocated by 'new' will be de-allocated (b... 19 Mar 2008 09:13
Several new's in an expression with constructors throwing exceptio
If we have an expression like A* p = new A; and A's constructor throws an exception, memory allocated by 'new' will be de-allocated (by an appropriate 'delete'). How will this work if we have an expression with several new's? I have been trying this: -----------------------------------------------------... 19 Mar 2008 09:13
Strikingly simple question about Bitblt
g_Bitmap = LoadBitmap(hInstance, _T("BACK.BMP")); No matter how I tweak this, g_Bitmap is always NULL.. hInstance is valid 0x400000 BACK.BMP is placed with the project folder (not the debug folder, where the vs8 icon is) g_Bitmap is HBITMAP, I haven't initialized it because I don't think I have to (without... 19 Mar 2008 06:53
New Free software and games download (A to Z)
New Free software and games download (A to Z) If we are to have real peace, we must begin with the children. Free software and new games download.... Everthing is available here..... Just click...... http://bajagu.guys.googlepages.com/www.newinfoproducts.c-o.in ... 19 Mar 2008 03:05
Virtual function design pattern
Hello everyone, About the virtual function design pattern mentioned, http://www.parashift.com/c++-faq-lite/strange-inheritance.html#faq-23.4 I do not quite understand what does this statement mean "Assuming they're protected, they probably shouldn't be virtual: if the derived class doesn't like the behav... 19 Mar 2008 09:13
HTTPClient library
any HTTP Client library in C++ similar to what the HTTPClient Java does? http://www.innovation.ch/java/HTTPClient/ ... 19 Mar 2008 11:24
HTML Tidy example code
any example shows how to use HTML Tidy in VC++ project? ... 21 Mar 2008 00:37
First  |  Prev |  Next  |  Last
Pages: 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128