Advertisement

250 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Top MS Visual C++ Solutions: 26 - 50 of 75
null
I have an VC 6.0 app.  In design time, I created a menu on the main dialog.  The resource ID is IDR_MAINFRAME.  Like many windows programs, this menu has three menus.  From left to right, the ...
This is a dumb question but I don't know jack about windows programming. I've got a console application that loads a dll. The dll prints some things to stdout. I can see messages to stdout fro...
I've created a library in c++ 2008, which uses SetWindowsHookEx and CallWndProc. I'm attempting to stop some messages from being processed, and can't seem to get it right. I've trimmed t...
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...
Hi All, We have a very large and working code base in C++ but it is unmanaged. Now, we want to optimize it as requirements increased. The code has a lot of 3 dimenisional and some 4 dimensi...
I have a fairly large VS 2003 C++ project. I want to move it to VS 2008. I eventually would like it to be complete ported to C#, but I am interested in suggestions on an incremental approac...
I have a C++ wrapper for an already built C# assembly. I can see in the file directory that the assembly is located at C:\Visual Studio 2008 MyProjects\DotNetDllForMetaTrader4\Debug\CSharpAsse...
I have an unmanaged VC++ code written in visual studio 8 serving Excel Add-In. The project has NO CLR support. Now there is an requirement of adding a finally block in this code.  If I add __f...
Hi, I have this c/c++ windows application built in VC++6. I don't have VS6 but I have VS2005 and VS2008. What do I need to run that VC++6 project in one of vs2005 or vs2008? When I ope...
can I access the pixels of a frame grabbed via capGrabFrame() _without_ saving it as a bitmap to the hardrive? The reason for this is that I'm trying to make a color tracking program. I want t...
Hi, I have an application on XP.  After application started and before CDialogBar created,  the window can be resized fine.  However,  after CDialogBar is created by application,  the windo...
I'm working on a non-MFC VC++ project and this is the problem. I have 2 screens, a menu screen and an options screen, both are pointers. They use a lot of bitmaps and a lot of memory and it's...
Hi, I have this .dll I've coded and added as a reference. It appears in the "Object Browser", but not in the "Property Pages". One thing is for sure, it's not working. What am I mi...
hi my application is written in visual c++ 2005 pro using mysql as a database ( and odbc driver) .. does anyone have a link how to a crystal report for this application?? thanks regard ...
hi i  am configuring a modem via  serial port,for that purpose i developped a Visual c++ application  to send and receive command.. now i would like to do the same application over the int...
what is the best way to connect visual c++.net to mysql
I have recently started using MS Visual C++ .NET for development. My source files are contained in a complex folder structure with multiple level subfolders. I have been looking for som...
i am getting the following error when I compile my project. error RA0000 : A procedure imported by 'MCGUSBVitals, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' could not be loaded....
Hi all, I m new in VC++2005,now i m working on Audio-Video Splitter. my application is a SDI type.and i m using MCIWnd macros for play audio and video files. in my application i m using...
Any help would be greatly appreciated Thanks
I am rapidly developing a distaste for how visual studio attempts to makes resource files. Is it possible to shut off this functionality, I dont want the 'resource view' to come up at all. I w...
In my VC 6.0 app, I display a CFileDialog.  I simply want it to display all files with the following extensions, AT THE SAME TIME: ".txt", and ".xls".  I can get CFileDialog to display just th...
We have a Client-Server VC++ application with sybase 15 as database. We have an cancellation functionality where it should update the status of 2,8, 9 in the Contract table.Attached is the c...
hi i built an application in visual c++ 2005 pro to send and receive from many serial ports at the same time.. so i am sending a string over the night to ports opened or closed every ten sec...
I'm getting the following error message when I compile my C++ app: Cannot open include fle atlconv.h.  This file DOES EXIST on my machine, the VC98 folder (VC98\MFC\ATL\Include). The app...