| Thread | Last Post | Replies |
|
| Problem with resources of Dll | 24 May 2004 15:55 GMT | 8 |
I have a SDI program which contain one dll. There are some resources in my program like string table, toolbar,icon etc. I insert one extra resource DialogBox(IDD_DIALOG1) and one menubar(IDR_MENU1).
|
| Windows Media Encoder C++ SDK - RunTime error | 14 May 2004 23:06 GMT | 1 |
We have an application that controls the windows encoder. It was written in C++ using windows encoder SDK. It works fine with encoder 7 but with encoder 9 it crashes with Run Time error. I was able to isolate the problem to a very small piece of code. The following is the ...
|
| Problems with delete [] | 13 May 2004 21:41 GMT | 1 |
I have a structure in a static library, in that I have a byte pointer. When I delete the byte pointer using delete [] outside the library, it gives me an access violation error. Please tell me the solution? --------------------------------
|
| _vsnwprintf .NET 2003 bug? | 13 May 2004 21:36 GMT | 1 |
try to write code like thi WCHAR w[4] w[0]=L'?' w[1]=L'?'
|
| Any free SSH API? | 06 May 2004 15:23 GMT | 1 |
Is there any free SSH API to use with C++?
|