LINK.EXE internal buffer size
Hello,We are working on an application built in using Perforce Jam and Visual Studio 6. My work consists in the compiler migration (from VC6 to VS2010). For one DLL, I have a bug with the VS2010 linker...
View ArticleWhere can I download the header files "Everything.h" and "Environment.h"?
I try googling it but there was no result. Is there a special package I have to download?
View ArticleHow can a VC++ 6 app know when the Send Inspector closes?
Hi All,I have a VC++ 6 app that stores Office documents. The user can select a document and select Launch which would launch the appropriate Office app (Word, Outlook, etc) for editing and wait for the...
View ArticleVisual Studio 2008 Pro. missing sproxy.exe
I'm building a solution with C++ web references previously created with Visual Studio 2005. After converting the solution to 2008, I get the following error when compiling: 1>------ Build started:...
View ArticleC# equivalent in C++/Winapi??
I have a C# code whose WndProc is a subclassing window procedure that will be called-back into the application main wndproc.this is the code://here the lParam will get the ncsize...
View ArticleBuild errors in Microsoft.Cpp.Win32.Targets
I got an error when building a project in Win 7 64-bit version and I haven't had any problems in Win 7 32-bit before. I'm trying to build the application for the Win32 platform. I have Visual Studio...
View ArticleTAPI TSP - TSPI_lineOpen crashes
Hello,Can anyone please help me! I am trying to write a Telephony Service Provider (TSP), I can add the TSP through control panel, and dialer.exe recognizes my line and calls most of the functions that...
View Articlestatusbar not being showed??
Hi All,my statusbar is not being showed after calling those two functions CreateStatusBar();ShowStatusBar();this the code:BOOL CreateStatusBar(){ RECT rcClient; HLOCAL hloc; PINT paParts;...
View ArticleIs overriding a pure virtual with a pure virtual pointless?
Consider redeclaring a pure virtual member function in a derived class:struct A { virtual int Test() = 0; }; struct B : A { virtual int Test() = 0; // Can this line be safely removed? Does it serve any...
View Articleregister.exe is depricated so how do you create a "system global resource"?
Using Visual Studio 2010 on Windows Server 2003 I could call:-register my.dll /systemto set the dll as a "system global resource" (my.dll is a C++ module)I have now moved to Windows Server 2008 R2...
View ArticleVariadic macro, variadic template, boost::bind and virtual function - An...
Hi,I have encountered an error while working on a C++ project. The compiler is apparently unable to generate code from this.The code is valid C++11 code, using variadic templates and variadic macros,...
View ArticleDifferent levels of Windows support in defining _WIN32_WINNT in VS2012
If I define _WIN32_WINNT to different levels in the various modules (DLLs and EXE) of an application will this cause run-time problems ?As an example if I have in module AAA the targetver.h:#pragma...
View ArticleDIA SDK for Visual Studio 2013?
Where is DIA SDK in Visual Studio 2013? I cannot find DIA header (dia2.h) in VS2013 installation.
View Articlehow to build mfc application dll in visual c++ 2010
hello everyonein my visual c++ 2010 project i used mfc class and when i compile my project than it will throws error LNK2005: DllMain already defined in DllEntry.obj C:\Users\admin\Documents\Visual...
View ArticleI want to give zoom effect to a button... I used Timer for that...But it dose...
Here I giving my whole code... Please help me guys....#pragma once namespace New12 { using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace...
View ArticleKnowing when CPreviewView is closing
I had developed la class, derived from CPreviewView, and I want to put some code if the user has closed the view from close system button, or he has hit ESC key ... which handler could be hadled in...
View ArticleI want to give zoom effect to a button... I used Timer for that...But it dose...
Here I giving my whole code... Please help me guys....#pragma once namespace New12 { using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace...
View ArticleAbout the LAN: how to search online computers and enumerate their shared files?
Now, for a certain need, I want to make a software that includes functions as following:First, I need to enumerate all of the online computers and show them in a listbox.Then, I need to enumerate every...
View ArticleNot able to get Transparent Bitmap image on 64 bit Windows 7 and Windows 2008...
Hi AllI am getting a strange behaviour while creating BMP (having transparency) image on 64 bit Windows 7.Things are working fine on 32 bit "Windows 7" / "windows 2008 r2 enterprise" and also on 64 bit...
View ArticleVisual C++ Redistributables error
*Probably wrong section, move it*Hello, want to run some programms but i get an error that says MSVCP110.dll is missing. I downloadedthis but i get the same error. What to do?
View Article