| Thread | Last Post | Replies |
|
| Well, well I need to know what, C++ or C#?? | 28 Jan 2006 13:23 GMT | 6 |
Hi every body: There are some years that I don´t to practice C++, but since 3 moths when I decide to take up again "C" I encounter that there are 2 versions of "C" (C++ and C#), the first time, that situation results confused to me. Now I
|
| Fixes to bugs... | 28 Jan 2006 06:59 GMT | 4 |
A few of the bugs I've followed have been reported by MS as fixed in the MSDN Product Feedback Center. But as far as I can tell, there have been no updates to the versions on our systems. So, what good are fixes to bugs if the versions on our machines are still old and still have ...
|
| Process doesn't die | 27 Jan 2006 01:49 GMT | 5 |
I am new to .NET so this problem may not be a problem to this groups readers. I am learning .NET and I have built programs and lauched them within the IDE. Occassionally my program's process won't end with the program
|
| VC++ Windows forms beginner question | 26 Jan 2006 22:30 GMT | 3 |
managed C++ VS 2003 I have a beginner question about windows forms.... I need to call a function when a certain limit has been reached, now with
|
| Singletons C++/CLI: Different instances in native and managed | 26 Jan 2006 18:37 GMT | 8 |
I have a native class which has a single instance controlled via the singleton pattern. I need to call this from both native C++ and from mixed mode visual studio 2005 c++ CLI. At the moment I have a MC++ unit test project which accesses the
|
| degree symbol (weather program) | 26 Jan 2006 17:41 GMT | 3 |
VC++ VS 2003 I am currently finishing up a weather bug program that receives data from the weather.com weather feed, just need some finishing touches. The one
|
| Managed Virtual method in Subclass IGNORED when parameter is Unman | 26 Jan 2006 16:55 GMT | 1 |
We are using Managed and Unmanaged C++ code, on Windows XP SP2, VC++ .NET 2003. In the SubClass we are trying to override a virtual method of the BaseClass that has an unmanaged type parameter.
|
| Build error. | 26 Jan 2006 10:44 GMT | 2 |
hi to all, i just installed Visual C++ Express Edition and i want to experiment with it. I download a sample from Microsoft (Calc sample) and when i try to compile
|
| support for #region in C++/CLI | 26 Jan 2006 07:10 GMT | 4 |
in C#, it is possible to define a region which can be tucked away in the IDE by defining a #region and #endregion pair in the code. I realize this does not seem to work for C++/CLI, be it native or managed code. Is there soemthing equivalent in C++/CLI or it's totally not ...
|
| What's with VC++ 2005 Standard? | 25 Jan 2006 22:04 GMT | 7 |
I've been trying to find some info on Visual C++ 2005 Standard on Microsoft's site, but wasn't able to find any. There's only VC++ 2005 Express Edition, and Visual Studio 2005 Standard, Professional and Team System. What is the future of VC++ 2005 Standard? Can I somehow buy only ...
|
| Array of Objects? | 25 Jan 2006 20:20 GMT | 4 |
When looking at the RecordsetClass in the ADODB primary interop assembly, the AddNew method has the following signature ADODB::RecordsetClass::AddNew([System::Object], [System::Object]) The text suggests that both parameters are arrays of objects, but it doesn't
|
| crashed in malloc | 25 Jan 2006 08:34 GMT | 6 |
I am experiencing a wierd crash in malloc. There is one call with malloc(208) and my application crashes in some 'MemPoolSetHighThreads' funciton which is internally called by malloc. There does not seem to be any problem with the code surrounding it, and I
|
| Error #u1073 dont know how to make exporttags_i.obj | 25 Jan 2006 06:19 GMT | 2 |
Its been a full day i am stuck in this problem . i created a com dll and built it , it was working very well ... now that i have to hand over the project i excluded all the un-necessary files from the project and again tried to rebuild it ... the project showed the U1073 error .
|
| Visual Studio C++ .NET 2003 Compiler optimization (Bug ?) | 25 Jan 2006 05:41 GMT | 1 |
using namespace std; class foobar { public: foobar() { cout << "foobar::foobar()\n"; }
|
| STLport warning on vc8 | 25 Jan 2006 03:16 GMT | 1 |
i have compiled STLport 5.0.1 on vc8 like this: nmake -fnmake-vc8.mak all and i saw a warnings: lib /nologo /OUTbj\vc8\static\stlport_static.5.0.li
|