| Thread | Last Post | Replies |
|
| where can i find some vc 2005 sample? | 27 Oct 2004 11:25 GMT | 3 |
i really need it to master the new c++ grammar.
|
| [C++/CLI] Inizialization of enum class members | 26 Oct 2004 23:45 GMT | 2 |
I like to know why in a enum the inizializator has to be fully qualified even if it belongs to the enumeration. Many thanks. Marco.
|
| Templates in .NET | 26 Oct 2004 22:58 GMT | 6 |
I'm attempting to convert an existing VC6++ project to .NET. The project makes use of Microsoft's old VisSDK and this uses templates all over the place, generating 100's of errors. One common error is to do with this new 'typename' keyword - are there any
|
| C++/CLI indexed property serious bug! | 26 Oct 2004 22:41 GMT | 9 |
Fellows there is probably a serious implementation bug of C++/CLI indexed property in VC++ 2005, it looks like it is implemented the opposite way than the C++/CLI draft says! At first the latest C++/CLI draft is 1.7 and you can download it from here:
|
| 64-bit Question | 26 Oct 2004 21:56 GMT | 2 |
Is Microsoft committed to improving 64-bit support (AMD 64) in the compiler, and more directly, will there be inline assembly allowed for 64-bit builds as currently there are not, and then last of all, will there be documentation provided for the ML64 utility that is included in the ...
|
| INSTALLATION ERROR | 26 Oct 2004 19:10 GMT | 1 |
when iam installing vc++6.0 enterprise edition in windows Xp "COULDN'T CREATE C:\...\PROGRAME FILES\COMMON\ ...\REPOSITORY DIRECTORY ANY ONE TELL WHAT IS THE PROBLEM
|
| Mandatory component class instantiation ... | 26 Oct 2004 14:53 GMT | 6 |
We have developed a few .NET components. The application access these components through well defined interface IOurInterface. The application list display name of each component in the dialog, so user can choose which one he wants to use. To display list of available
|
| weird VC.NET 2003 compiler behaviour (for C++ windows DLL based project) | 26 Oct 2004 12:00 GMT | 8 |
I have developed a number of code libraries in Win32 DLLs and have written a number of test suite executables that implicitly link to these libraries in order to test them. In one of my test applications, which runs fine in Debug mode, it is crashing in the destructor of a local ...
|
| Possible copy constructor bug | 26 Oct 2004 10:42 GMT | 3 |
Unless I missing something, I think this is a bug. ref class A { };
|
| IDE: outline block always expands after paste? | 26 Oct 2004 07:07 GMT | 1 |
I collapse an outline block, then copy it, then paste it. In my experience, the outline block always expands after the paste. Is their a way to modify the editor's behavior so that an outline block does not automatically expand when pasted into place?
|
| Updating the UI from a Secondary Thread | 25 Oct 2004 22:13 GMT | 2 |
We're having trouble writing the code to update a UI control (label.Text) from a secondary thread. We're using C# with Windows Forms. We have a main form named MainForm, a splash screen form named SplashScreen, and a C# class library named BackgroundProcess.
|
| Using unified Event Handling mechanism for COM events | 25 Oct 2004 19:04 GMT | 3 |
Where can I get some insight on using the __hook, __unhook, event_source and event_receiver for specifically COM events. The documentation given in MSDN is very minimal. I have the following scenario Server (COM event source) is written in VC++ 6.0 using ATL (event interfaces
|
| exception handling question | 25 Oct 2004 12:37 GMT | 3 |
Is the following code correct (managed c++ console app): // native classes #pragma unmanaged class MyException {};
|
| Second Chance Exception Terminates Application | 25 Oct 2004 09:28 GMT | 1 |
Oleg Starodumov wrote:
> *You can download Debugging Tools for Windows and install them: > [url]http://www.microsoft.com/whdc/ddk/debugging/default.mspx[/url] |
| stdout redirection | 24 Oct 2004 23:37 GMT | 2 |
Introduction: *************** I am trying to redirect stdout to a RichEdit control, this is done by initiating a StringWriter, associated it with a StringBuilder and setting the
|