| Thread | Last Post | Replies |
|
| Catch in unmamaged code won't link | 13 Feb 2004 07:48 GMT | 3 |
Try this one on for size: // Managed C++ Project/code #pragma unmanaged struct S
|
| unresolved token!!! | 13 Feb 2004 07:47 GMT | 6 |
Ok, here is a real *nice* one... Fortunately, I didn't waste too much time on this one, but a real piece of crap to say the least: Try out this piece of code (managed C++): //begin code
|
| Difference in Optimizing between Standard and Profesional | 13 Feb 2004 03:18 GMT | 1 |
A release configuration in the standard edition of C++ .NET 2003 says "Maximize Speed (/02)". Does anyone know how that compares with the optimizing capabilities of the Profesional edition?
|
| [ANN] Firebird .NET Data Provider 1.5 Release Candidate 4 released | 13 Feb 2004 02:46 GMT | 1 |
Firebird .NET Data Provider 1.5 Release Candidate 4 available for download. Release Changes: - Bug fixes. ---------------------------------------------------
|
| Outsourcing - Sending IT/programming jobs to foriegn countries | 13 Feb 2004 01:43 GMT | 1 |
Recently I read an article in a magazine called "Wired," I think that's what it's called. Well, The article is about a problem programmers might have in the future. They found a way to reduce expenses by replacing high paid programmers to lower ...
|
| Getting it off my chest: debugging in vc++ under dotnet | 13 Feb 2004 01:34 GMT | 5 |
I started this week recomipling all our projects under vc++7 which is ok by me. most of it worked fine and what the compiler spat out was quickly fixed without too much bother. Then came a service. Now this services works a treat under vc++6. under
|
| Use SQL statement with ADODB.Recordset in VC++ | 12 Feb 2004 20:01 GMT | 1 |
I am a newcomer in VC++ developement I work VC with Oracle database I want to manipulate the database with ADODB After connected , i do as follow:
|
| DLL Problem | 12 Feb 2004 16:48 GMT | 2 |
I am writing some OpenGL programs using GLUT as my windowing interface, Every time I try to run my programs I can compile them but then get the error application has failed to start because glut32.dll was not found
|
| Need a cloning smart pointer | 12 Feb 2004 12:24 GMT | 2 |
I need something like this: class X { private: struct Impl_ {
|
| Constructor return value? | 12 Feb 2004 11:49 GMT | 7 |
OK I know a constructor can't have a return value but is it feasible such that I have a class whereby //in MyClass1. class MyClass MyClass1(){}
|
| Too many relative include directories in VC2003? | 12 Feb 2004 08:36 GMT | 3 |
I received a big fat package of source code developed with Metrowerks CodeWarrior and now I am trying to convert this project to VC.NET 2003. My problem is, that in order to compile I have to add around 70 additional include directories to the project's compiler settings.
|
| Beginner Programmers | 12 Feb 2004 03:53 GMT | 3 |
I am an instructor at a technical college. My task is to bring the ciriculum up to .NET. I would like some suggestions on what class to teach to beginner programmers as the first class. We are currently teaching C++ console mode (functional based). We then move into object ...
|
| DrawTextEx does not work | 12 Feb 2004 01:17 GMT | 3 |
I have a small rectangle into which I want to display a maximum of 2 lines of text. If the text overflows that second line I want to display the ellipse at the end. The problem is the text drawing functions don't draw an ellipse at the end of the text when the text is displayed ...
|
| Calling one constructor from another in VC++ | 12 Feb 2004 01:07 GMT | 31 |
I'm fairly new to C++ and VC++, but for the most part it seems to do most of the same things that can be done in Java, with just some syntactic and structural adjustments. However, one thing I haven't been able to figure out is how to call one constructor from another within a class ...
|
| delayload as pragma: fixed in Whidbey? | 11 Feb 2004 22:56 GMT | 6 |
The following linker directive #pragma comment (linker, "/delayload:xy.dll") which was valid in VC 6 produces just a warning in VC 7.1 (though the directive is ok, IMO).
|