| Thread | Last Post | Replies |
|
| App doesn't show (sometimes) | 10 Feb 2004 09:06 GMT | 1 |
I'm using Visual Studio .NET to make a C++ DirectX application. My problem is that sometimes when I hit RUN, the application begin loading but doesn't show on the desktop, almost as if I had set the Visible attribute to False. It isn't the code because to make it show
|
| Run-Time Check Failure #0 .... | 10 Feb 2004 08:07 GMT | 11 |
Error Message: Run-Time Check Failure #0 - The value of ESP was not properly saved across a function call. This is usually a result of calling a function declared with one calling
|
| Two virtuals of the same name | 10 Feb 2004 07:54 GMT | 5 |
In the code below, class Z inherits from T<1> and T<2>. Both parents have pure virtual members of the same name V(), which are overloaded in Z. How do I define those overloaded members outside of Z? Currently, they are defined inside the class declaration and this works fine. The ...
|
| Debugging nested typed template smart pointers function address in Friend MFC class | 10 Feb 2004 07:36 GMT | 3 |
Very sorry but this is *actually* another question about COMPILERS, I just put that title as bait, but HANG ON! this is the last one honestly Very simply Is there ANY way you can *download* an optimizing compiler for free (And that *includes* non-MS ones if the download portion of ...
|
| how to programme to encode CD audio format data to WMA? | 10 Feb 2004 06:48 GMT | 5 |
In VC6.0, how to programme to encode CD audio track to WMA? Hint is ok My mailbox is zhpzh0429@eyou.com Thank you for any helps!!
|
| port I/O in Win95 v Win2k | 09 Feb 2004 23:16 GMT | 5 |
I'm a newbie to VC++, and I'm having some trouble building an executable using some old non-visual code. I'm writing my code on a Win2k machine for use on a Win95/98 machine, using Visual C++ .NET. I'm using inp() and outp() functions from the conio.h runtime library, and they ...
|
| Defect passing const lvalues by-value | 09 Feb 2004 22:04 GMT | 3 |
please could anybody check if this defect is fixed in whidbey? struct X { X() {}
|
| Koenig Lookup vs. Barton-Nackman Trick | 09 Feb 2004 21:58 GMT | 5 |
I'm using a user-defined diagnostics stream and custom manipulators that work with it template<class charT, class traits = std::char_traits<charT> class basic_diagsstream : public std::basic_ostream<charT, traits ..
|
| How to pass CString from unmanaged code to managed code? | 09 Feb 2004 21:43 GMT | 7 |
I have an existing VC6 application using the MFC. I am able to pass CString and other parameters from such a VC6 dll to an unmanaged MFC dll (compiled in Visual Studio .NET). Now I want to use .Net functionality, i.e. calling methods in managed code.
|
| How to embed any resource in ready EXE.. | 09 Feb 2004 20:05 GMT | 1 |
Hye, Does anybody of you know, how to embed any resource or code (e.g. ICON or BMP) to a ready EXE file whose code does not exist... And another question, how to get the list of resources used by one EXE
|
| bug: stack overflow in std::auto_ptr | 09 Feb 2004 18:45 GMT | 20 |
Please try this code. I think that it's perfectly legal. However when compiled under MSVC71 stack overflow happens in first line of main, thus second line is never executed. B.
|
| Urgent! Problem debugging application - error: Directory is not a valid working directory. | 09 Feb 2004 18:01 GMT | 1 |
I'm trying to debug an application in the VC dot net compiler and when I begin, I get the error: Unable to start debugging Unable to start program 'c:\myApp\PROGRAM\myApp.exe'
|
| Problem with refreshing the window | 09 Feb 2004 16:49 GMT | 1 |
Hi, I am coding a drawing application, where you draw freely on a form. My problem is, when ever the form is painted [ a window overlaps my window or for is resized ] the drawn shapes are deleted. I hope that windows forms would handle this but it didn't. Now what
|
| Parameter Input | 09 Feb 2004 16:25 GMT | 1 |
I have just downloaded some code for a class that I am in. I know that the code works and I have no problems building the code. However I also know that the code requires some input parameters. Main requires 3 parameters or the program won't run, and I know what
|
| Combobox-problem | 09 Feb 2004 15:35 GMT | 1 |
I've been trying all day to add some Strings to a combobox. But it doesn't seem to work. So I beg you for some help! This is what I did: void CBPLCgeneratorDlg::OnCbnSelchangeCmdname()
|