hi
i built an application in visual c++2005 pro for communicating with many serial ports
whe i start my application , windows vista go for a shutdown saying crash dump ...
sometimes, it wor...
Dear Friends
I want to create a functionality like Gmail Drive(http://www.viksoe.dk/code/gmail.htm)
I am new to Windows Shell Programming..
I got some C# codes about shell programming. Bu...
Dear experts:
While compiling a .cpp file using MS Visual Studio 2005, I got an error message as the follows:
Fatal error c 1083: Cannot open precompiled header file: 'Debug/mywork.pch...
Hello,
I am trying to compile C code with Visual C++ Express. When it comes to Linking, It gives
error LNK2019: unresolved external symbol _index
error. Index is a C string function....
Hello,
I tried to compile a MFC program and get the following errors:
c:\Program Files\Microsoft Visual Studio 9.0\VC\atlmfc\include\../src/mfc/AfxImpl.h(625) : error C2059: syntax error...
I've written the following code using Visual C++, Console Based application for Win32.
The code gives "Compiler Error C2065 'identifier' : undeclared identifier".
What could be the reson ...
I have been working on these particular sorts for a few days and I have been trying to debug four errors 3 of which are the same. I have been googled these errors and cannot figure out where I...
Building a service .exe using Visual Studio 2005 ver 8.0.50727.762. When I try to use MFC static, always get the linker error as in the title. Exactly the same build configuration works fine i...
Hello,
i need some help with handling wstrings correctly.
--- PART 1 ---
How could i convert things to wstring ?
int a = 10;
wstring mystr = (L"foo");
mystr.append(ITOW(a));
Does som...
Hi I was wondering what was the difference between between wchar_t and char data type in C++/CLI mode
The only two clue I have is that wchar_t stands for wide-character witch I am not sure ...
Downloaded Visual C++.Net 2005 (the free express version) from MS. I can build a console c++ "hello world" app OK. I tried to open some of the DirectShow samples and can't get them to build. I...
Hello,
In other environments, the linker emits a .map file, where the linker lists the size of each function, in your C++ program. How do developers see the linker output, in Visual St...
I have a form I am trying to add a menu to. I have created a menu by adding a resource and manually typing in the cascading menu options. I have added the menu id to the main form's properties...
Hi experts,
Heres the scenario: I'm doing a communications module which will be used by other users to send string messages and object files (i.e. images jpg). Im using UDP mode to support th...
Hi,
The following code gets the error now in MS VS 2005 but works in MS VS 2003. I don't want to have to uninstall VS 2005 and re-install VS 2003 for this one error (the app has been around a...
im trying to do someting which seems altogether easy, but the compiler does not like it.
i want to convert a std::string to uppercase or lowercase, heres what ive found
std::transform(st...
My application starts with Form1. And i add a button on Form1,
so when i click on it, it will Go to Form2 and Close Form1.
I want the form1 to be close and use no resources from my comp...
I am running a programme in VC++ IDE 2005 Express,Microsoft;I get the follwing message..how can I enable the CLR option? I read the MSDN threads but do not really get it...
The error is
fa...
outlook express won't open just get a error window "run time error" c++ microsoft visual library
references msimn.exe
xp pro sp 3
I am getting the following error each time I open IE. (See Attached Screen Shot). Any help is appreciated.
I need to send a filename through a textBox, to an ifstream object, replacing the line:
// ifstream input_data("score_data.txt");
ifstream input_data(textBox1->Text->ToCharArray(0,10));
...
Anyone know how to convert a System::String to a std::string? I have a windows console application that has some functionallity I would like to use without having to change the eniter code. ...
Hi all,
I am attempting to use Visual Studio 2005 remote debugging to launch and debug an application that we manually transfer over to another system. We use windows XP Target Designer to...
Hi Expert.
How convert WCHAR to TCHAR?
Thank.
Hi, I have a sutiation, where I need to update RasPhone.pbk file present under c:\documents and settings\all users\application data\microsoft\network\connections\pbk; Here is my sample RasPho...