| Thread | Last Post | Replies |
|
| Security vulnerability caused by MSDN page for sscanf | 17 Oct 2005 14:52 GMT | 1 |
Page http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_crt _sscanf.2c_.swscanf.asp says:
> Security Note When reading a string with sscanf, always specify a width |
| How can a .rc file be converted to .resx? | 17 Oct 2005 09:22 GMT | 4 |
Not sure if this question was posted before. When I loaded an app.rc file from VC++ 6.0 to VC .NET 2003, I can see all screens in resource view. But when I right-clicked and did 'add a class' and tried to attached a class to a dialog or screen, I found out
|
| Link error | 17 Oct 2005 08:58 GMT | 1 |
I have the ff link errors. Anyone know which libs are required? error LNK2019: unresolved external symbol __beginthreadex referenced in function "public: int __thiscall CWinThread::CreateThread(unsigned long,unsigned int,struct _SECURITY_ATTRIBUTES *)"
|
| unable to start debuging | 16 Oct 2005 21:13 GMT | 2 |
I have WinXP Home Edition and VC++ 2002. I have execute command: Debug->Start without debbuging or Debug->Start and VC++ send messages: Access is denied. Verify taht you are administrator or a memeber "Debuger Users" group on the machine you are trying to debug.
|
| ArrayList interop | 16 Oct 2005 17:01 GMT | 1 |
I've got the following problem: I need to create a special Dll that is based on MFC, but also includes also managed code (which works fine and isn't a problem). The problem occurrs in the following: struct TRANSFER {
|
| How to read a text file with wide characters? | 16 Oct 2005 15:06 GMT | 4 |
I have a text file with wide characters. I use the following C++ code to read them in. However the wide characters are not read in properly. What is wrong? String* path = "C:\\Documents and Settings\\kst\\BE.dat"; try
|
| How to add a new registry key of type string to registry | 16 Oct 2005 11:38 GMT | 2 |
hai, i am developing an vc++ application. For this application i have to create a new string type key in the registry.
|
| Custome paper size in VB.NET | 16 Oct 2005 11:26 GMT | 1 |
Do anyone know how to create custom paper size for printer using VB.NET? Do I have to use API? How to do this? Please post some examples.
|
| Share question | 16 Oct 2005 00:00 GMT | 1 |
I defined the following linked list in pure C++ (an unmanaged dll): struct Teststruct{ ULONG mydata; std::vector<CString> mystrings;
|
| repository question | 15 Oct 2005 22:37 GMT | 2 |
I am using CVS as my file repository for some VC projects. Does any one know which of the solution related files I need to store: i.e., do I need to store the files with these extensions: *.suo
|
| C programming interface for .NET based Library | 15 Oct 2005 07:17 GMT | 3 |
We have a .NET library having .NET remoting based programming interface developed using VC++.NET (VS 2005 Beta2). We want to provide C interface for a legacy application. Is it possible? If yes, what would be the best approach?
|
| Esay Problem about "std::getline" | 15 Oct 2005 04:10 GMT | 2 |
i use std::getling to read a line in unicoude file to buffer,like: WCHAR buf[100] wifstream in; std::getling(buf,in,100);
|
| anonymous methods in c++/CLI | 14 Oct 2005 15:37 GMT | 2 |
In c# 2.0 I can do: myButton.Click += delegate(object sender, EventArgs e) { MessageBox.Show(((Button)sender).Text);
|
| Bug fixes between versions of Visual C++ libraries | 14 Oct 2005 15:10 GMT | 1 |
I am looking for a list of bug fixes between MFC 6.0 and MFC 7.0 and MFC 7.1 and bug fixes between ATL 3.0, 7.0 and 7.1. When I developed using the Sun C++ compiler there was a set of release notes that identified bug fixs and known issues. I cannot find a similar thing for MFC ...
|
| Update on C++/CLI | 14 Oct 2005 09:51 GMT | 3 |
Any late-breaking updates on C++/CLI docs or books? I've been waiting for Lippman's book, listed as published in September, but it looks like it's not available. My primary project is conversion of a VS2003 wrapper for a legacy
|