say I have my visual studio set up in
D:\vs\
In my include directory, most of them are set up as:
$(VCInstallDir)include
I want to add another folder of includes that are in:
D:...
Hi everyone ,
I'm doing image processing for the first time and I'm working with VC++ 6.0 under WinXP.
I would like to create a function which loads an 8 bit grayscale bitmap image and conve...
I have a user in the field who is suddenly getting the following error message:
Microsoft Visual C++ Runtime Library
Buffer overrun detected!
Program: c:\windows\system32\DKabcoms.exe
A ...
Hi,
In my class, I need to lock access to a member object which is not thread safe, since the my class may be accessed from several threads using the same object. Lets call my class CClass,...
I am compiling a SLN in VC8
It compiles all projects without errors..when it reaches the last project I get the following error :;
LINK : fatal error LNK1104: cannot open file 'c:\Docume...
Hi All
Trying to compile gips library and I am getting these errors..I have tried multi threads and I tried ignoring multiple declarations and MFC shared library all that did not help..can ...
I have a dialog based MFC application. In my main dialog i have a Tab Control. 3 dialog windows are created and mapped to the tab control.
The Dialog properties of Main Dialog are:
Under the...
Hello,
is there any way to watch for changes in an open file on Windows XP using API or MFC? What I mean is this. I open file called readme.txt for reading. Then, another app rewrites it. N...
I'm trying to access functions from a C++ DLL from C#. I neither can reference nor register the dll. Is it possible for me to access the functions within C#? But it's possible to access the D...
Hello,
My main goal is to configure and use the LinBox C++ linear algebra library (www.linalg.org) with VS2005.
It has a huge configure script (unix) so I installed cygwin with the bash sh...
I started a Single Doc/View MFC project and then wanted to convert it to UNICODE.
I've done this before and used what worked, however this time it failed with
LINK : fatal error LNK1561...
Hi guys,
I would like a decompiler program that should take any .ex4 file and convert it back into .mq4 format. The program should be Windows based running on XP or Vista and will ask for th...
Experts,
How do I add a vista manifest to my Microsoft Visual C++ 6.0 Executable? I will only give points to step by step instructions as I am not too familiar with Visual C++.
Hello,
I can not add a bitmap as background on a Button Control in C++, MFC. I am using Visual Studio 2005.
I have set the button property "Bitmap" to true, and I am using the code below ...
Im having a weird problem with a MFC Dialog program Im writing and I cannot find a good solution. Im hoping someone might have an answer.
The problem is with the UpdateData function when...
Following two programs has the same code, just that one is CLR Console application and the other is Win32 Console application.
I set a break point at int i=1 for both program, for CLR Conso...
Hello,
I'm having a specific technical problem, and was advised to change a linker setting. I was told "you need to remove the lib directories from your "Additional LIbrary Directories" set...
I would like to know if I can change the image or color of a combobox in C++ MFC?
the normal color would be a gray button with a white colored dropdown for the items.
i would like to change ...
Hi,
I'm looking for a good, robust and fast algorithm/class in C++ that will let me encrypt a string in a one-way manner, so its unbreakable (128 bit or even 256 bit). So if I have one serv...
I develop an application that crunches lots of numbers and saves lots of results. There are so many results that I create a results disk file in the Windows temporary directory to avoid exces...
I have a class within managed DLL and I would like to invoke this from unmanaged C++ code. In fact, I started by trying to call an static global function within managed DLL from unmanaged code...
I understand that I can obtain the system time in this fashion with the win32 api:
LPSYSTEMTIME systime;
GetSystemTime(systime);
how can I subsequently get an MFC CString of the syste...
I have a vc 6 project to create a dll (myDll.dll). This dll is used by a software product (theirProduct.exe). Now an error is reported by the user of this product. How can I debug my dll for t...
OK, it drives me nuts when I get generic errors like this.
I have the following code in my program. Actually, I have written a ton of code for these modules, but all of it -- every functio...
Hi,
I am working in MFC(VC6).I have to call a exe written in VB.NET Application.VB.NET Application reside locally on my system only.I am using the following code to call a exe.
STARTUPINF...