|
resources within DLL I have an MFC dll that opens serial ports via CreateFile. Will the comport handles be released when the calling program terminates, or do I need to call CloseHandle before exiting? Thanks ... 15 May 2008 09:56
Are coompilers required to allow unwind semantics to be turned off? Are C++ implementations required to provide means to turn off unwind semantics? ... 15 May 2008 05:42
Get all open windows in Taskbar at Desktop Hi All I want to get all open windows from the taskbar at Desktop. Can anyone suggest on approach how to acheive this. Thanks Evolve ... 15 May 2008 09:25
plz clarify my error hello, i am using my pc remotely when i am trying to take printout the word document get closed and i am not able to take printout. In EventViewer I get the following application error description. Faulting application winword.exe, version 11.0.8169.0, faulting module ntdll.dll, version 5.1.2600.2180, ... 15 May 2008 08:54
How to create a universal .exe ??? Is there a way to create a .exe which will execute on any PC? I was creating .exes (from C++ code) using VC Express 2005 that seemed to be able to execute on almost any PC. I have switched to VC 2008 Professional and now the .exe I create (both in Debug and Release Mode) will not execute on all of the PCs I hav... 14 May 2008 23:11
Detecting integer overflow in C Hello! Does the C language provide a portable way to detect an overflow when adding two objects of type size_t? Regards, Angel Tsankov ... 14 May 2008 15:18
Need a way for forgetful developers Hi All, I may be in search of impossibility but I thing this is worth asking : Almost every developers define classes and use them in anothers. If A is a class and B uses A then we can name B as outer class and A as inner class. We will make some assumptons at this time : - Outer class and inner class both ... 16 May 2008 16:57
How to create a multilingual application in Visual c++ .net2008 Select the form you want to localize, then from the properties window set the a)Localizable property to true b)Place you controls with whatever text you have in english. c) Select/set the Language as German (Set Language property) d) Change the text of all the controls to german e) to test set english as your lo... 14 May 2008 10:34
How to create a multilingual application in Visual c++ .net 2008 I have to create a multilingual application in Visual c++ .net 2008. I have a Windows form application and i want to run this on multilingual support. So how can i do this. Which change i have made in my application setting ot properties. Is there any code i have to write into application?. I have too run my app... 14 May 2008 08:12
Upgrading to VS2008 Standard worth my time? Is upgrading from VS2005 Standard to VS2008 Standard worth my time? Are there any improvements in C++ support? I try to write ANSI and cross-platform C++, so Windows-specific library enhancements aren't relevant to me. However, if the debugger got much better, or IntelliSense more useful, or VS2008 can finally de... 16 May 2008 22:26 |