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.

 
Top MS Visual C++ Solutions: 26 - 50 of 60
 
While developing dialog based application I am adding MFC Class to a dialog. An error message is coming as "internet explorer script error" Line: 815,Char: 3,Error: Object doesn't support this...
I'm just trying to launch a message box in visual c++ This does not work.... MessageBox(NULL,TCHAR("test"),(LPCWSTR)"test",NULL); Help. :-)
Hi experts, I need to compile a library file ( .plb)  for foxpro using MSC C/C++ 7.0, but i tried to install in win 98 it shows pls install in windows 3.11. When i try to install in windows 3...
Hi: I have a .net Class Library DLL that consumes a Web Service and i need to expose a method that can be called from an executable. I knew how to do this for another DLLS, where the DEF fi...
Hello everyone, Can someone guide me about compiling a c program done in Visual Studio 2008 into an exe file? It's a simple windows form program done in C. I've checked the "Release" and "D...
Hi all,    I have a C project that is an EXE project which I need to convert into a lib (static or dynamic, static preferred) project. I have edited the .dsp file based on some info I saw off...
hello experts, I have a mutlithread application. One thread is collecting data from a FIFO and the other is collecting UDP data packages. (VC++6.0, Win 2k) FifoThread while... {//timer e...
void main() {      char s[100]={'a','b','c','d','e','f','g'};      strcpy(s+4,s+3);      cout<<s<<endl;      return; } I thought it should be abcddefg, but it is abcdddfg. Can you explain in detail?
Hi, How do I enter the parameter list in the debugging mode. I can't find it in Visual C++ 2005. thanks
I want to had a comma (,) for any number that is greater than 999. For example 1,000.00.  How do I go about doing this? Thanks. This is for C++ programming.
Dear Experts, The following is my test C++ coding for creating DLL. After running this, I have got some errors like "cannot convert parameter 1 from 'struct tagSAFEARRAY' to 'const char *'"....
Hi, I am refering this page http://msdn.microsoft.com/en-us/library/19czdak8(VS.80).aspx to create a file and write the values inside but when I use the same program given at that location ...
When I open internet explorer i get a Microsoft Visual c++ runtime library window that pops up and says (Buffer overrun detected!  Program: c:\program files\internet explorer\iexplore.exe A...
I have this project split into three parts: 1. Unmanaged C++ doing most of the internal processing 2. C# serving as UI 3. managed C++ bridging the two Now I want simple types (enums and ...
I'm pasting the code below, and the function in question at the top again.   The function immediately below causes the error.  If I pass by value, it doesn't throw the error at me.  I've also...
I have a c++/CLI application that I'm trying to convert to unmanaged code and I'm trying to figure out how to iterate through an enumerator.   I know how to iterate the array using the COle...
Hello, I want to know how I can message passing to a server(SIP server) with using with a given "port no" and "IP address", WM_USER, ON_MESSAGE( , ) , PostMessage( , , ).  If you have any ...
Hi, I have included winreg.h in my win32 concole C++ application and erros are getting generated in this header fine. I am wondering why errors could be occured in system header file? Coul...
Hello: We want to have a basic web filter capacity built natively in C++. We want some basic features than can later improve. The basic features are: 1) List of trusted sites 2) List of...
I have here C++ dlls that has been compiled as a 32bit dll. It is called by .NET windows service, compiled as 32bit as well. Provided below is a sample code to to use the methods of the C++d...
I have an app based on CHtmlView.  Every time a link is clicked or a page refreshes, a very annoying clicking sound is heard.  I want my app to be silent!  What is the code to accomplish this?  
Hi, We have an correspondence application developed in VC++ and using mail merge technology which sends emails to the customers in word documents. Here is my code which is used to delete th...
i have a visual c++ 6.0 app.  In this app i have several dialogs.  On ONE and ONLY ONE of these dialogs, I simply want to disable the arrow keys. Thanks ahead of time.
I want to develope C# DLLs for use in C++ programs. What is the best tutorial or reference guides for doing this exact thing. Thanks, Matthew
I have a visual c++ 6.0 app.  When the user clicks on a button, I need to display a particular .htm document (html document). How do I go about doing this? thanks ahead of time.