| Thread | Last Post | Replies |
|
| "pointers" in /clr | 18 Nov 2005 23:47 GMT | 17 |
In the 'old days', we could create a pointer to an instance of a variable like so: int i = 58 ; int* i_ptr = &i ;
|
| C# function with 'params' not working in managed C++? | 18 Nov 2005 22:23 GMT | 5 |
Maybe it's a known issue but i couldn't find any answer so far... Consider this c# function: // ---------------------------------- public int SumUp(params int[] iArgs)
|
| C++\CLI and STL.NET and clr\safe | 18 Nov 2005 18:58 GMT | 12 |
I am currently reviewing what is required to convert a current MFC, COM server application into a .NET application. The objective is to compile ultimately to clr/safe. So we are seeking a clear migration path for C++\MFC\COM to .NET.
|
| Internal compiler error | 18 Nov 2005 17:59 GMT | 1 |
I am getting the following Internal compiler error : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 2701) as detailed below in VC 7.0 while using compiling template classes
|
| '^' pointer to a double | 18 Nov 2005 15:42 GMT | 3 |
I'm using VS C++.NET 2005 Express in /clr. How do I create, and then use, a '^' pointer to a 'double'? That is, assuming its possible, please fill in the question marks below (there are two of them): double x = double(7) ;
|
| Need a product to create complicated grid | 18 Nov 2005 14:44 GMT | 3 |
Hello!! I need a product that could be used to create advanced grid. The requirement of the grid is the following: This grid has cells and in some cells not necessarilly a whole column but some cells in a column will
|
| porting problem | 18 Nov 2005 12:33 GMT | 1 |
One of my applications is built with VC 6.0. I planned to move the existing code to .NET. As the first step I just wanted to build the existing code without any modifications (Unmanaged code) with VC 7.1 compiler.
|
| Reading comma delimited values with CFile? | 18 Nov 2005 03:37 GMT | 1 |
So, right now I'm writing a program in VC++.Net with MFC, and one of the steps involves reading numeric values from a comma delimited file (like 4.56, 2.44, 3.453 etc.). The only methods I've been able to find to read the values all involve StreamReader, and I can't figure out how
|
| executing a child method when pointed to by a base class pointer | 17 Nov 2005 22:55 GMT | 10 |
Is there a way of defining a method in a base class such that derived classes will call their own version, EVEN if the derived instance is referred to by a pointer to the base class? Note that the base class method is not to be abstract, and will be called if the instance was ...
|
| Test Script | 17 Nov 2005 20:40 GMT | 1 |
Exactly what is meant by the term "test script"? Thanks.
|
| Getting a port (WinSock) | 17 Nov 2005 19:00 GMT | 2 |
Hello, my app sends and receives messages over a local area network using WinSock, so I need a Port, How can I get an unused port? It must work with VC6 and Win98/ME too. Thanks in advance,
|
| Changing the attributes for a hidden system file programmatically | 17 Nov 2005 08:14 GMT | 13 |
I have a hidden system file that I need to read. I am logged in as an administrator. I can not change the file attributes using the windows explorer. I can view the file's content.
|
| C2578 initializing anonymous unions with const pointer fields | 17 Nov 2005 03:40 GMT | 1 |
Is this a bug with the ms compiler (V7.1)? (It seems so at least.) I get errors when I don't initialize all the const pointer fields of an anonymous union in a struct. Example: //T2.h
|
| VC++ 2005: targeting .Net 1.1 | 17 Nov 2005 01:37 GMT | 4 |
Is it possible to make assemblies working in .Net 1.1 using VC++ 2005?
 Signature Best regards, Ruslan Popov
|
| Is there a profiler that comes with VS C++.NET? | 17 Nov 2005 01:02 GMT | 2 |
I'm currently using VS C++.NET 2005 Express until my company's MSDN subscription gives us the full version. In any case, does either the Express and/or Full version contain a profiler somewhere? Or should I look at 3rd party or additional MS products for a profiler?
|