First  |  Prev |  Next  |  Last
Pages: 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
Blog: Tools for C++ Static Analysis
[Please do not mail me a copy of your followup] C++ Static Analysis <http://wp.me/pyVNs-aE> -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download <http://legalizeadulthood.wordpress.com/the-direct3d-graphics-pipeline/> Legalize Adulthood! <http://legalizeadulthood.wordpress.com... 3 Sep 2009 05:23
IViewObject:Draw
Hi Everyone, It is my first post in this group and I would appreciate some help in making IViewObject:Draw / IWebbrowser2 / IHTMLDocument2 interfaces. The moment I call the IViewObject:Draw interface it returns E_FAIL. I am working in plain C and COM (no ATL/MFC/etc.). In a nutshell, this is the code: IWebB... 9 Feb 2009 20:09
what is "Not enough quota is available to process this command" ?
Recently my MFC application is giving a strange error System error code 1816 "Not enough quota is available to process this command." one of the functionality of the program is hash ( MD5 and SHA1 ) the incoming file , copy the file , hash ( MD5 and SHA1 ) it again , see if both hashes matches . when... 5 Feb 2009 01:22
Manifest question!
Hi! I am using VS2008 to build dlls which were before built with VS2003. When I start the application, which is not written in MS VC++, but is using these dll's, I get message a: R6034 application tried to load the C runtime library incorrectly Now the question. After VS2008 compiler finished its job on the... 26 Jan 2009 13:06
CString
why the following gets error #include <iostream> #include <string.h> #include <string> using std::cout; using std::endl; int main() { CString idle_cmd_on = "aaaa"; } 1>..\..\myCode\string.cpp(21) : error C2065: 'CString' : undeclared identifier ... 16 Jan 2009 14:58
error C3646: 'exception' : unknown override specifier
The following function declaration of a pure virtual funtion from a C++ VS6.0 project that I am porting to vs2008 C++: virtual PostExecAction Execute() throw(exception) = 0; generates the following error C3646: 'exception' : unknown override specifier. What is the proper format for th... 8 Jan 2009 04:46
Broken code when compiled with SDK 6.1
I had some code that looks like: DECIMAL dec; .... dec->scale ... which compiled fine until I use the latest Platform SDK (v6.1) for which I get the following error: error C2039: 'scale' : is not a member of 'tagDEC' C:\Program Files\Microsoft SDKs\Windows\v6.1\Include\wtypes.h(1068) : see de... 30 Dec 2008 07:35
error C2039: 'Eip' : is not a member of '_CONTEXT'
I have broken this down to a very simple 3 line program. When I compile in 32 bit mode it compiles, switching to 64 bit I get the above error. I am running on a Vista 64/Ultimate using VS2008. For this example I created a console application: #include <stdafx.h> int _tmain(int argc, _TCHAR* argv[]) { CO... 26 Dec 2008 22:12
Another DLL question
Hi, I wrote and ATL COM Dll that I am using in VB.NET. I used ATL with static linking. I am not using MFC. The Dll works on my laptop where all the development was done. How many times have you heard that? :) On other machines, the Dll is not working properly, triggering an exception because it is n... 18 Dec 2008 12:33
wxMSW-2.8.9 build errors
I was hoping you could help me once again. I D/L wxMSW-2.8.9 and ran the batch build. I have ran a build several times, each time getting closer to getting the whole lib built. How ever I reached a point with 4 libs that wont build. I don't know if I'm going to need them or not or if its going to be a problem f... 25 Nov 2008 01:02
First  |  Prev |  Next  |  Last
Pages: 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35