Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested MS Visual C++ Solutions: 151 - 175 of 617
 
Strange issue.  I cannot view the designer for a specific form.  In the past I have seen this occur when certain design time references have not been added.  In this case I'm not sure and I ca...
I'd think that this should be simple but I can't seem to find any documentation on how to do this. There are some samples for relatively sophisticated macros. I know that I can record macros a...
Hello all, We used to build static linked libraries in Visual C++ 6.0, and then we could link them to other projects such as an ActiveX control project, and after building the project and l...
I'm really frustrated with the combobox in MFC and how it works. My question is, if I'm setting a combo box with the commands // eHName is a CString   GetDlgItemText(IDC_EDIT2, eHName); (...
Hi, Im trying to write to an edit control window in and MFC project. Im reading values from a file into a string, and im using IDC_OUT.SetWindowText(stringtoprint). This gives me an error"CWn...
So I have just started a new job and I asked for a copy of "Visual C++" to be installed on my machine.  The IT department says that Microsoft have stopped shipping Visual C++ on its own, and n...
Hi Everyone:        I am wanting to help a friend who experiences an error message at the Windows XP Home Edition SP2 desktop.  The error message is as follows:  It is a small window with t...
Hi,        I have an C++ unmanaged dll that has a method signature like:           void DoConversion(CString videoIn, CString videoOut)               I am building a VC++.NET managed ...
Hi Experts! I am trying to build a C++ project in Visual Studio 2005 that makes use of the Boost C++ threading libraries. However, I am getting a series of LNK2019 errors shown in the code ...
Hi Experts, My workspace has two projects.  One for the CPL, and another for the executable. When I setup my active project as the CPL project and try to run via Control+F5 it returns the f...
I am getting version information of a file using GetFileVersionInfo. After calling this function I got all the parameters in VS_FIXEDFILEINFO. In this I am not able to get all the version i...
Hi, I made a rather big project in VC 2005. All in once, when I try to reopen the resources of the project, I have a "LOAD FAILED" error. (when I try to open my backups I have the sam err...
Hi, If I have a number 242424 which is Julian day, how to convert it to DateTime in C++ .Net? Thanks, Jennifer
hi , i am new in programming in dot net, and when my visual c++ express cannot connect by wizard to sql server 2005 express? can u help me to know how to connect using a code not by wizard R...
All, I've written a C/C++  console app in VS 2005. I need to be able to copy it to any Win32 PC without the MSVCR80.DLL and run it there. Are there any settings I can change to make this ha...
Hi All, I'm trying to compile a code I write in VC++ 6 to VC++ .NET. Some parts of the code are using the MSXML to read/write xml files. When I compile the code I get this erros on the ...
Ive a C++ program running under windows XP which is getting a new message periodically from a database and encrypt it (using Rijndael Algorithm) before sending it via TCP/IP socket. My probl...
Using Visual Studio 2005 in pure C (no C++) I have problems with writing a binary file using fopen() and fputc(). Here is my little test program: int main (int argc, char* argv[]) {      FILE...
I have a managed C++ class (CRCW) that I use SAFEARRAYs in. Is there a class available other than CComSafeArray (as that is ATL) that I can use to wrap it? CComSafeArray: http://msdn.micros...
Hi y'all. Coming back again to C++. I've tried to build my application and I got the following error message ******************** fatal error LNK1201: error writing to program database 'D...
I'm writing very simple code for an array and i get this error...can anyone help? it seems to have to do with my array and the fact that i'm using "double"  : error C2057: expected constant e...
Hello, I've developed a forms application using Visuall C++ .NET The users will enter data into the TextBox1 Edit box amed txtInputFile and then click on the PROCESS Button. Here is my complet...
hullo (and thanks in advance for helping me with this), i'm very new to this so i'm hoping you'll bear with me: i'm having problems getting a simple code to link. i've already download...
Hello. When I try to follow the instructions in this tutorial: http://www.functionx.com/mysqlnet/vcnet/Lesson04.htm I allways get these errors: ***************************************** A...
Hi there. I'm writing a VC++ program, no MFC that makes use of a lot of HRGNs and often combines and checks if they overlap. While I'm running it, my CPU usage goes as high as 70% max sometim...