| Thread | Last Post | Replies |
|
| Using the "Find" tool in the text editor | 23 Jan 2004 15:09 GMT | 3 |
I often use the "Find" (aka CTRL-F) tool in "Visual Studio .net 2003 7.1 c++". I noticed that that dialog box does not go away when I perform a search (it stays on the screen). This is different from the behavior of VS6.
|
| std::auto_ptr error | 23 Jan 2004 13:59 GMT | 1 |
I convert my VC6 C++ project after VC7 (7.1) and have now an compiler error d:\Programme\Microsoft Visual Studio .NET 2003\Vc7\include\vector(810): error C2558: class 'std::auto_ptr<_Ty>' : no copy constructor available
|
| Wierd Unicode problem in converted 6.0 project | 23 Jan 2004 11:57 GMT | 1 |
Well this is strange... I have some old projects in VC 6.0 form, which all use _MBCS as "string encoding". I converted them with VS2003 and compiled OK. After that I decided to change _MBCS to _UNICODE (through the selection in
|
| stuck on a very simple c++ program | 23 Jan 2004 11:28 GMT | 1 |
i am a very beginner programmer and am stuck on a very simple problem. I am trying to make a game where the user is presented with a scenerio and options. ie you are standing in the parking lot
|
| Access Key Problem with App converted from VC++ 6.0 to 2002 | 23 Jan 2004 09:15 GMT | 1 |
I have a VC++ 6.0 app that I have converted to 2002. It is running fine except for a problem with using the access keys we have set up on some of the buttons. For instance, ALT+Q causes the Quit button to be clicked which fires the OnQuit() handler. But it asserts in ...
|
| How can I set another font to the Menu bar | 23 Jan 2004 00:16 GMT | 2 |
How can I set another font (or another national CHARSET) to the Menu bar in MDI App? VC++6(MFC) Thanks for any help
|
| how to load c# dll into vc++ | 22 Jan 2004 16:44 GMT | 3 |
i get some answers from previous messages but i am not able to get proper idea in vc++ case. can u explain me proper. bye.
|
| Repost - Converting from pure mode to mixed mode Dll | 22 Jan 2004 12:40 GMT | 9 |
I received no answers about this the first time I posted, so I will try again. My inability to decipher an MSDN topic may find others who have the same inability and someone who can decipher and explain it. I have some questions about the instructions for creating a mixed mode DLL
|
| How to enable Windows Forms toolbox in VC.Net 2003? | 22 Jan 2004 10:26 GMT | 1 |
I am newbie for Visual studio .Net. I had .Net 2002 installed on my system. Now I have installed .Net 2003 under the pretext that Windows forms would be available for use in VC.Net. But in my MFC Application, i try to access the winforms, they are all greyed out.
|
| A bug constraining the number of files checked in CFileDialog dlg(..OFN_ALLOWMULTISELECT...) | 22 Jan 2004 09:17 GMT | 2 |
On my platform (Windows 2000, Visual C++5.0) if user checks more than about 1200 files in the dialog box, the dlg.DoModal() routine trunkates the string of file names and posts an error message on the last (trunkated) file name adding "Please verify the correct filename was ...
|
| ATL Server and access to local drive | 22 Jan 2004 02:46 GMT | 1 |
I have VC++ .NET 2003 ATL Server project. In one of its method I need to write some information in a local txt file. This txt file and this ATL Server are on the same ‘C: \’ drive. When I tried it I just get ERROR_ACCESS_DENIED error from GetLastError function. What do I need to ...
|
| how to convert native strusture to unsigned char buffer __gc[] | 21 Jan 2004 18:37 GMT | 1 |
i need to send a socket message to TCP socket server. Server has been implemented with VC 6.0 and expects from client the message in this format typedef struct {
|
| Visual C++ .NET Profiler ?? | 21 Jan 2004 01:24 GMT | 1 |
How can i profile non-managed C++ projects in VC 7.1? I know it was possible to do it in VC6 but that feature seems to have dissapeared in VC7.1
|
| Error : LNK2020: unresolved token (0A0000F7) __imp__DebugHeapTag | 20 Jan 2004 20:58 GMT | 3 |
i compile with option '/clr' managed code in .Net 2002 and i get this error!!!!!!!!!!! error LNK2020: unresolved token (0A0000F7) __imp__DebugHeapTag Anyone know why....
|
| how to move vc# code into vc++ .net | 20 Jan 2004 15:36 GMT | 1 |
i want to use one project which is in vc# and i want to use in vc++ .net. how to do this.
|