| Thread | Last Post | Replies |
|
| Bug report: static string in dllimport-ed class causes internal co | 26 Sep 2005 17:01 GMT | 1 |
[ Microsoft Visual C++ .NET 69586-335-0000007-18332 ] Hi, I'm not sure this is the right place to report bugs in MS Visual C++ .NET 2003. I posted the same message on MSDN forums
|
| NRVO | 25 Sep 2005 13:42 GMT | 4 |
I've earlier been told by MS that the upcoming C++ compiler (VS2005) should utilize NRVO. When compiling the program below with VS2005 Aug CTP release, it doesn't seem as it performs NRVO. What's the status of VS2005 and NRVO? Staffan Langin
|
| COM Migration | 25 Sep 2005 02:41 GMT | 1 |
I am a team lead on a medium sized C++ project. We have roughly 400k c++ lines of code, and our project is ongoing - it was first released in 1997 and will continue to be used for the foreseeable future... That being said, my question is how best to migrate our COM code to a .NET ...
|
| Form Takes a Long Time to Open | 23 Sep 2005 23:15 GMT | 3 |
Form Takes a Long Time to Open when switching from code view to design view. This bug is discussed in this article: http://support.microsoft.com/default.aspx?scid=kb;en-us;901374 I believe I am having the exact same problem.
|
| Including time.h header causes VC 7.1 to barf ? ... | 23 Sep 2005 21:52 GMT | 1 |
Hi I'm compiling some code and need to generate some random numbers. To save time, I decided to use the srand, rand and time functions. My code worked (atleast built fine) until I added time.h, then the compiler (VC7.1) barfed up this lot:
|
| C++/CLI how to assign null? | 23 Sep 2005 21:36 GMT | 2 |
How can I assign 'null' value to a handle in C++/CLI? I searched for this for some while now, finding nothing so far. In C# I could write: something = null;
|
| Animated GIFS | 23 Sep 2005 21:35 GMT | 2 |
I have Visual C++.net V2003. I would like to load in an animated GIF file and display it (animate it). How would I do that in C++, is there a MFC that displays animated GIFS ?? Thanks for the help.
|
| is the best way to wrap C functions with mananged C++ or C#? | 23 Sep 2005 20:21 GMT | 1 |
As a newbie to .Net, I am interested in wrapping a library's C functions to be accessible from .Net. These C functions take strings as input and output parameters and may reallocate strings internally if they need to be extended.
|
| C4239 - why here? | 23 Sep 2005 16:41 GMT | 4 |
I understand the rationale behind the warning 4239 (I think :-)) (warning C4239: nonstandard extension used : 'argument' : conversion from X to Y A reference that is not to 'const' cannot be bound to a non-lvalue; assigment operator takes a reference to non-const)
|
| compilation errors | 23 Sep 2005 09:33 GMT | 2 |
class Party{ public: double averageNames(int n, int personA[], int personB[]){ vector<set<int>> personsKnown;
|
| vc 7.1 compiler bug | 23 Sep 2005 07:40 GMT | 1 |
I'm new to this list so please forgive in case this is not the correct forum. If so, please let me know to where I can direct bug reports for vc. The following crashes using whole program optimization (i.e. invoking LTCG) under vc7.1 Professional.
|
| [c++/CLI] let an unmanaged class consume an event | 23 Sep 2005 07:33 GMT | 2 |
I have a managed type that defines an Event as one of its public members. Is it possible for an unmanaged c++ class to register to that event ? How can an unmanaged classmethod be called as a response to a raised event ?
|
| Reference to an un-initialized variable in release build in VC6/VC | 23 Sep 2005 06:49 GMT | 3 |
Can anyone talk me is there existed a "default" value for a un-initialized int variable in a release build in VC6 and VC7.1. (I know there is a compilation warning) For Example:
|
| LNK4243 with native-code DLL? | 23 Sep 2005 04:22 GMT | 1 |
I am currently converting a series of ATL COM DLLs that have previously been built with VC++ 6 to VC++ .Net (7.1? using VS.Net 2003). In any case, I am encountering the linker error: """
|
| how to change the project name in msvc6 | 22 Sep 2005 18:20 GMT | 1 |
i have a project in msvc6 and i want to change the name of the project from existing to some new project. how can i do the same. what entries in the .dsp file i have to change to chagne the name of the project.
|