| Thread | Last Post | Replies |
|
| "Run-Time Check Failure #2" on Xerces & Xalan (Bug?) | 30 Apr 2004 22:40 GMT | 1 |
Dear colleagues, i'm getting in troubles using one XML library with Visual Studio .NET and Xerces with Xalan. When i execute the code i get the next run time error:
|
| is it possible to create a custom project template | 30 Apr 2004 19:23 GMT | 4 |
i have worked with visual studio for a long time, and would like to have a project template that represents a custom project that is used a lot. (Visual studio .NET 2003) the goal is that if i select 'Add new project', visual studio generates a
|
| Visual Studio 6 or .NET for C++? | 30 Apr 2004 18:00 GMT | 24 |
I'm about to move a moderately large program from a different environment onto Windows. The program is written in C++ I have a choice of Visual Studio 6 or Visual Studio .NET 2002. What are the pros and cons of these two environments for a straight C++
|
| ANN: Microsoft Visual C++ Toolkit 2003 | 30 Apr 2004 16:44 GMT | 7 |
The Visual C++ Toolkit is a free edition of Microsoft's professional Visual C++ optimizing compiler and standard libraries - the same optimizing compiler and standard libraries that ship in Visual Studio .NET 2003 Professional!
|
| debugging | 30 Apr 2004 07:46 GMT | 3 |
I am trying to debug a function thats in a library module. I would like to do this from the calling executable debug session (visual studio). I am running visual C/C++ 6, and the function is in a user created library. I have the source and project for both Thanks rj
|
| Remote debugging settings | 30 Apr 2004 07:35 GMT | 2 |
it is nice that the remote debugging settings is separated from local debugging (I mean Remote command). But, unfortunately still one option is shared - the Working directory. Why? I certainly have different working directory for local and remote debugging.
|
| OpenGL problem in VC.NET | 29 Apr 2004 22:01 GMT | 3 |
I have created a small OpenGL app in VC.NET and so far so good. But when I try to create a GLUquadric object with gluNewQuadric, I get a runtime error: An unhandled exception of type 'System.TypeLoadException' occurred in
|
| Is there a way to temporarily disable events? | 29 Apr 2004 21:31 GMT | 2 |
I would like to be able to change a property of a control without calling the event handler I have registered for it. For example, I would like a function like the following void SilentSet(CheckBox* checkbox, bool set) DisableCheckedChangedEvent(checkbox) checkbox->Checked = ...
|
| How to grab a video stream from an IP-address? | 29 Apr 2004 16:36 GMT | 2 |
Does anyone know how I can grab a video stream from an IP-address? There's a video web server for live image transmission in the Internet. Data transfer is accomplished via TCP/IP. The web cam that I am using is integrated into a network with fixed IP address. The streaming ...
|
| Same code 4 X slower on VC++ 7.0 than VC++ 6.0 | 29 Apr 2004 16:36 GMT | 4 |
I compiled the same code as release version in VC++ 7.0 and it runs about 4X slower. My program is doing a mathematical search where time is important... am I forced to stick with the older version of the compiler?
|
| C++ compiler for ver 7.1 | 29 Apr 2004 16:18 GMT | 7 |
I looked into CLR path, but couldn't find a compiler for C++ that comes with VS .NET 2003... I mean, C#, J#, VB .NET and even JScript compilers are in that folder. Why not C++?
|
| String Convertion Problems | 29 Apr 2004 15:07 GMT | 2 |
I am a new to C++. I wrote the following code in my function. BSTR bstr1; System::String * order[,] = new String* [1000,2];
|
| Bug including a static lib in a MC++ application | 29 Apr 2004 09:23 GMT | 1 |
I think I found a bug in VC 7.1 concerning destruction of stack objects when linking a static, non managed, C++ library within a managed C++ application. Here is a repro case : 1) Build a static, unmanaged, library containing the following 2
|
| Toolbox in VC++.NET | 29 Apr 2004 08:46 GMT | 1 |
I was wonder how to enable all MFC control available on "Windows Forms" tab for example ? i need to have access to control Panel and is disabled... where could i find help on internet for that ?
|
| how to write web service program in VC++.NET (2003) | 29 Apr 2004 08:36 GMT | 3 |
I am a VC++ (6.0) programmer. Now, I got a project to use VC++.NET (2003) to write a web services. This should be a client-server program. The server side should be web service with database support (SQL Server or
|