Advertisement

1 - 10 of 80 containing alltags:("VC  6.0") (0.001 seconds)
Hi,Experts I have a problem with using __alignof function in VC++ 6.0  I apply it to "Win32 Application console" just a basic one using pattern. Eg. if(__alignof(char)==1)cout<< "OK"; Th...
Zones: MS Visual C++Date Answered: 10/23/2007 Grade: C Views: 0
hi all, i want to make an application in which audio & video files play through media player or that player which is already installed on that system...........(audio-video files are taken from cd...
Zones: Windows MFC, MS Dev, Mic...Date Answered: 05/20/2008 Grade: A Views: 0
I have several CCombo Boxes that contain human readable descriptions, but, in the database, convert down to a single character.  For backward compatability, I can't just store a selection number---...
Zones: Windows MFCDate Answered: 06/04/2008 Grade: A Views: 0
Hi, I have created a windows service application using win32 in VC++(6.0). The sporadic problem with this service is it stops sometimes. As a quick workaround I would like to have another service ...
Zones: ProgrammingDate Answered: 07/23/2008 Grade: B Views: 0
i have a function. CString BdAddrToHex() {     CString s;            s.Format("hi");            return s; } here m returning the value whose scope is just inside the function.But still it works in...
Zones: Microsoft Visual C++, C++ BuilderDate Answered: 09/29/2008 Grade: B Views: 0
The debugger is indicating a memory leak and the program occasionally exists with a "memory read" error. The debugger points to the first of these statements:       unsigned char * unsted;       unsted...
Zones: Microsoft Visual C++, CDate Answered: 09/17/2008 Grade: A Views: 0
I need to debug a large windows program. When I start the debug, I get the error message: ("One or more breakpoints have been disabled. Starting at the beginning of the program") It then starts...
Zones: Microsoft Visual C++, C / C++ / C#Date Answered: 09/26/2008 Grade: A Views: 4
I have a MDI application, which shows a normal textview using CTextView and a dialog window using CFormView. A document first will be shown in the normal textview window. If the user would like to ...
Zones: Windows MFCDate Answered: 10/28/2008 Grade: A Views: 12
The component is responsible for implementing interfaces in exposed by MSXML3.DLL. My objective is the dump the data being passed, validated, and parsed in a text file for reviewal. For that, I tir...
Zones: C++, Windows MFC, Microsoft Visual C++Date Answered: 11/08/2008 Grade: A Views: 9
Hi, I have a project in vc++ 6.0. I am reading sector by sector of a volume  using Createfile() SDK function  & show informations about the process through a progressbar(CProgressCtrl) on a  dial...
Zones: Microsoft Visual C++, Windows MFC, Microsof...Date Answered: 05/12/2008 Grade: C Views: 0