| Thread | Last Post | Replies |
|
| Looking for info on how to port VC++ 6 code/projects to VC++ 9 (2008). | 16 Apr 2008 17:31 GMT | 2 |
I'm looking for info on how to port VC++ 6 code/projects to VC++ 9 (2008). I noticed that there is a converter built-in for Visual *BASIC* to convert from VS6 to 9...
|
| Two questions: Global CLR objects and Method chainig in VC++ 2005 | 16 Apr 2008 16:53 GMT | 5 |
I am Saeed Amrollahi. I write C++ programs using VC++ 2005 CLR/CLI. I have two problems: 1. How to declare/define and use global ref class objects? For example for database connection/communication, I usually define a class called
|
| How to compile c code with vc++? | 15 Apr 2008 23:43 GMT | 5 |
I have some c code that I would like to compile with visual studio, and retain c compatibility. IOW, converting it to c++ is not an option. Is there a way to configure the project to be compatible with c code? I can compile the code just fine with gcc, so I believe the code is ok ...
|
| ADO :: Adding Row, but changes not stored | 15 Apr 2008 15:49 GMT | 1 |
After successfully creating a connection to an Access Database file on my computer, I try to add a new row. Everything seems to go fine, but when I open the file in Access, the row isn't there. I get no errors or exceptions while running. In the code below, you can see I go back
|
| error C3861: 'Navigate2': identifier not found | 14 Apr 2008 13:33 GMT | 5 |
error C3861: 'Navigate2': identifier not found why???
|
| Process crash dump | 14 Apr 2008 03:09 GMT | 3 |
I have an application that runs a bunch of programs. Occasionally, one of the programs dies a horrible death due to a coding error of some sort in the program. As things are configured today, when one of these programs dies, it simply disappears from the computer, leaving ...
|
| Rich Edit 2.0 Control can not work in Dialog? | 12 Apr 2008 17:13 GMT | 2 |
I create a project (base dialog) just use the mouse ,It can work if I do not add " Rich Edit 2.0 Control". and the dialog diappeard after I add it.
|
| manually calling a template argument constructor, How ??? | 12 Apr 2008 06:10 GMT | 3 |
I am trying to manually call a constructor of a template argument, the compiler returns “error C2039: ‘T’ : is not a member...” How can I manually call the constructor of a template argument? Please note that I cannot use the ‘new’ operator ( as long as it allocates
|
| debug on client's computer (without debugger?) | 11 Apr 2008 21:41 GMT | 11 |
I have a VC++ application that just crashes on one tester/client's machine. It runs fine everywhere else. What are the other options to debug (on the client's machine) without installing VC++ (on the clinet's machine)? Is this possible at all? Thanks.
|
| First Programming Course Opinions Please | 10 Apr 2008 03:56 GMT | 3 |
I'm building content for an U/G Intro to Programming course meant for a User Support, Networking, and Software Development majors. I intend to use about 5coding assignments that are to be coded in two languages -
|
| Opinion Please | 09 Apr 2008 15:11 GMT | 1 |
I'm working on a first programming course for software developer, network specialist, and enduser support specialist majors. For the latter two, this will be their only programming exposure. I intend to use both VB.Net and VC++.Net in the first half of the course and
|
| excel percentage format not working properly | 09 Apr 2008 15:00 GMT | 2 |
whne i put in a number less than 1 it does the <<righ thing>> = multiplies the nuimber by 100 and adds a % on the end when the number i add is 1 or bigger - it just adds a % - which means to get 100% is <<unusual input>>
|
| integer to string | 09 Apr 2008 03:24 GMT | 7 |
I think it should be very easy, but I am new to c++.net ( original is c# / vb ) I need something like: .ToString()
|
| C++ CLI interest | 08 Apr 2008 11:38 GMT | 3 |
Is my impression or people are losing their interest in C++ CLI? Google statistics shows that the newsgroup activity level is falling down month after month... http://groups.google.com/group/microsoft.public.dotnet.languages.vc/about
|
| How to get Virutal Key code from Edit control | 07 Apr 2008 17:56 GMT | 2 |
Hi all, Do anyone know how to get the virtual key VK code form Edit control in visual C++, such that I can check the user's input is correct or not. Since I am newbie in visual C++.
|