Can anyone give me any reference to good example of Microsoft Visual Studio...
Hello!Can anyone give me any reference to good example of Microsoft Visual Studio C++ solution with next two projects:1) Virtual File Server application wich process clients requests for: creating,...
View ArticleA bug in MSVC 2013
Hi there.I was trying out 2013 because of these new nice C++ features from new standart and that's what I found..I experienced a nasty deadlock and I wasn't able to find a reason for quite some...
View ArticleOperating system Kernel
HiI want to write a simplest kernel in c++ but build with visual studio to be loaded with grubI just need how to compile source to most native binary kernel to be loaded with grubAnyone to help me...
View ArticleCan’t determine if Tab/Esc is pressed within case LVN_ENDLABELEDIT:
Hi all,I am developing in Native C++ in a Win32 API environment using Visual Studio 2008. I need to determine if and when the Tab or Esc key is pressed when a listView is in Edit Mode within the...
View Articleerror LNK2001: unresolved external symbol when using linker via command line
Hi,I am trying to compile and link a program through the command line (Cygwin). Looking at the log file that the Visual Studio creates for its projects I have used similar command line for compile and...
View ArticleVector size is 0 while accessing in Release mode
I have a DLL which is exporting a classclass EMUDIAG_CLIENT_DLL CEmuDiagnosticsDLL{//...CProjectDataFB *m_pProjectData;//...};classCProjectDataFB{//... WORD m_wErrorCode;...
View ArticleNew error C2227: Left of '->QueryInterface' must point to...
Every thing compiles fine in VS2013 on a Windows 7 machine. But on Windows 8 I get the error: C2227: Left of '->QueryInterface' must point to class/struct/union/generic typeIt is showing up in file...
View Article64 bits Error -2147467262 - No such interface supported
Hi,It will be very kind of you in case you can help me.... I have a very particular issue... trying to consume a COM object developed by myself through a JAVA application. so we have 3 components:(All...
View ArticleCommon Language Runtime support not working with Release Mode in VC++ 2008
Hi Friends,Please help me on the below issue.I am using the CryptoStream functionality(.net Functionality) in VC++ 2008. To compile this file I am using the Common Language Runtime support(/clr).Not...
View Articlehow to do a api hook to 64bit process ?
hello how are you ? i wish you finei want to ask question , which i try to find a solution in google but i found nothing :(i learn last days api hooking , now i can do a hook for any api function but...
View Articleunwanted busy cursor when multi-threading
we would like to do time-consuming computing behind-scene with multi-threading(in my case, 4 threads are kicked off simultaneously, each thread is assigned to read one sheet in a large excel file), as...
View Article[C++11] Explicitly defaulted private constructor is not private
I am developing the Singleton pattern implementation using C++11 features (default, delete keywords).Just first Google request take me to such implementation:...
View ArticleMissing AtlBase.h - Windows 8.1 & Visual Studio Express 2012
I can't seem to find the package I need to install to get a copy of AtlBase.h. I'm running Windows 8.1 Pro (32bit) and Visual Studio Express 2012. Any ideas? Thanks!
View Articleattaching a CRect with a vector drawing to the cursor
hello :Dim making an MFC program which allows me to select a drawing and then draw it within the mainframe. i would like to make it so when the cursor moves into the mainframe window it's cursor image...
View ArticleCan I implement Virtual File System Server as Microsoft Visual C++ console...
Hi!I want to develop "Virtual File System Server" on Visual C++ in MS VS 2013. This application comprises two parts: 1) The server application itself, 2) The client application. The client must be...
View ArticleProblem in Sending smtp mail with c++
i try with this code but it not send any mail to destination mail address. any one can help me to correct it ???!!!#pragma comment(lib, "wsock32.lib") #define _CRT_SECURE_NO_WARNINGS #include...
View ArticleWIA 2.0 C++ Item properties
I am developing a scanner driver utilizing WIA 2.0 as a C++ application. I am able to successfully scan but have found no way of setting the parameters such as color/gray scale, DPI, etc.While I can...
View ArticleVisual C++ set up for Creo/ProE Customization using make files
Hi,I have been using Visual studio(C++) for customizing Creo/ ProEngineer.The documentation of Creo/ProEnginner recommends using the make files that are shipped along with the software for setting up...
View Articleabout vc6.0 compiler path
now ,my vc6.0 compiler have a question;The path seems to be out of question;like this:Linking... Error: can't execute '"C:\WINDOWS\system32\link.exe"...
View ArticleError TRK0002: failed to execute rc.exe (Visual Studio Express 2013)
Hi, I've been trying to build a project for several days now, and I can't fix this error.I followed all the possibly related fixes that I found on the web, mostly consisting in moving files around,...
View Article