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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_22900799.html
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23291814.htm...
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---...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23371173.htm...
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 ...
http://www.experts-exchange.com/Programming/Misc/Q_23581052.html
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...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/Visual_CPP/Q_23669300.ht...
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...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/Visual_CPP/Q_23717431.ht...
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...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/Visual_CPP/Q_23760965.ht...
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 ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23831334.htm...
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23745468.html
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...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/Visual_CPP/Q_23140486.ht...