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: 51 - 75 of 617
 
Can anyone please provide me with a good System::Net::Sockets TcpClient tutorial for VC.Net 2003 and .NET 1.1?
I am quite new to visual studio IDE and .net. I am writing a program in C using Visual Studio 2005 environment. The program simply reads from a text file and prints out. Here is the s...
This is a warning I have when i compile my windows application. //------ warning C4541: 'dynamic_cast' used on polymorphic type 'cSegment' with /GR-; unpredictable behavior may result //---...
I'm trying to find a simple way to list files in a given directory.  I need an array that contains these file names.
Hello everyone I have a small program that use the System.Net namespace in Visual Studio. And it working fine after i compile it in Release mode on my computer. However, i can't run it on a...
I have a problem " How to send/receive the image file over the socket ? ". Anyone can help me?
Hi, I'm trying to list all sub-folders and file names in a directory and I thought it was working till it was tested in Vista. I found out that in Vista if the folder name had a space in it...
Hi, My primary question is, given the attached error message, and assuming that there is no debug info in the exe throwing it, and nothing written to the event log, where can I start trying...
Im new to c++ and i need some help. Im trying to convert system string to TCHAR but i having trobble doing it String *pw = this->txtpw->Text; TCHAR szPassword[32] = pw; How to do thi...
I have recently started messing with C++ DLLs in C# but it seems that I am restricted to the kind of usage I have. I am able to export functions in a DLL that have C++ linkage but C# cannot fi...
Hi, I have a MFC windows application orginally programmed in vc++ 6.0.I build the application in Microsoft Visual Studio .NET 2003 and able to deploy in windows xp embedded PC without insta...
I'm getting the compilation errors listed below in my application. obviously, they have something to do with repeated definition of windows networking data types. The application uses both A...
I've got a test program (see code below) that sends and receives 1400 bytes using UDP.  The first time through the while loop, the timeout will occur, causing the buffer to be sent.  During th...
Hi there, I've got troubles using ShellExecute in Visual C++ 2005. I've written a simple exe foo.exe intended to delete the file "bar" which is in the same directory as the exe. When I run ...
hi i  developped a visual c++ windows form application to send and recerive data from serial port, i used for that purpose an activex done by eltima: www.eltima.com i finished the applicati...
I am getting the following error message, when I run multiple reports at the same time: 'Error in File UNKNOWN.RPT: Access to report file denied. Another program may be using it'. Front end ...
Hi, I seem to be running into a similar problem as a lot of people.  The LNK2001 error seems to be the top question in this forum.  I read through the answers but none of them really helped...
Hi, seems quite simple, but got me stumped! Using The free visual C++ express: All I want to do is display in a text box a char array... in reality, I do more to the char array than this but...
Hello, Can I do the following in the Windows C++ programming : I am sending this from Client side:      iBytesSent = sendto( socket, BufData,                20, 0, (SOCKADDR*) &service,sizeof(service...
Hello All I've been running a Console App in C++ for years now. It would be really great if I could open new windows to output messages in, even if they were super simple like the consol...
My notebook keeps gigiving me this error message: ----------------------------------------------------------------- Microsoft Visual C++ Runtime Library Runtime error! Program: c:\program ...
Greetings: I have an application with one tab.  On this tab I have placed a DataGrid View.  I also have an SQL database with one table and one stored procedure that will return the results ...
Hi Everyone, I have a MS Visual C++ 6 program that I need to compile using .NET.  I think just about everything will carry over, except I know that I can't include the file fstream.h, becau...
What I am trying to do, guys, is to capture the screen image (something like PrintScreen button does) programmatically and save it not in the Clipboard, but in a bitmsap file (o better in a .j...