| Thread | Last Post | Replies |
|
| std::string in "STL .NET" | 04 Jan 2005 20:59 GMT | 4 |
Will "STL .NET" of VS 2005 include a fully managed std::string?
 Signature Ioannis Vranos
|
| problem with multiple symbols when using a static lib | 04 Jan 2005 18:37 GMT | 1 |
i am using a third party static library (.lib) that wraps a class interface around an old C-style dll. in the static library they use the STL for some stuff i don't know about. in my own code, i also use the STL, for basic_string for example.
|
| new vs __gc new | 04 Jan 2005 11:35 GMT | 1 |
Why the following does not compile: #using <mscorlib.dll> int main() {
|
| Dialogs fail in debug mode | 04 Jan 2005 00:22 GMT | 7 |
This is my first post here, so please excuse me for any mistakes I make. --------------------- I'm having a hard time displaying modal/non-modal dialog boxes in a Windows Forms Application project, because of the following problem:
|
| array arg | 03 Jan 2005 19:03 GMT | 1 |
In managed C++, if a function takes an array as an argument, it has to specify whether that array is managed or not. If I want to handle both managed and un-managed arrays, does that mean that there has to be two functions? e.g.,
|
| ATL Server future regarding the WS-* | 03 Jan 2005 19:02 GMT | 3 |
With the advent of all work being performed regarding the WS-* standards, some of them already implemented in the .NET platform with the release of WS 2.0. Since my Web Services platform of choice is the ATL Server libraries I
|
| pointers-to-pointers and class children | 03 Jan 2005 18:35 GMT | 2 |
I'm creating managed classes in an managed application, and believe I've seen the following generate a compile error: __gc class Parent_Class {} ; __gc class Child_Class : public Parent_Class {} ;
|
| Starting Word or Excel application via COM | 03 Jan 2005 16:59 GMT | 1 |
Hi together, I am using the following code in Visual Basic to open Word or Excel applications: Word:
|
| Struct member alignment (/Zp#) doesn't work | 03 Jan 2005 15:03 GMT | 1 |
I have a project in which i havn't changed the /Zp flag and left it at the default (8 bytes). my problem is that upon execution the structs aren't aligned at all, as if i used /Zp1.
|
| properties within Templates | 03 Jan 2005 13:31 GMT | 2 |
this seems ok: template<class T> ref class MyTemplateClass { String^ get_Name() { return nullptr; }; void set_Name( String^ ) {};
|
| precompiled headers | 03 Jan 2005 11:01 GMT | 1 |
Having troubles with my program and i believe it has something to do with my project settings for precompiled headers. This is what i have: my main cpp file, vector.h/cpp and polygon.h/cpp. vector.h includes math, polygon includes vector and gl/gl.h, and main
|
| Deleting a structure | 01 Jan 2005 20:21 GMT | 5 |
Hi again, I've defined the following structure: typedef struct _MYSTRUCT{ CTypedPtrArray<CPtrArray,SECSTRUCT*> a;
|
| How to profile my program | 01 Jan 2005 20:19 GMT | 2 |
I'm feeling foolish. I have searched high and low, both online and in the help, and I can't seem to find out how to profile my program. Please accept my apology if this is not the appropriate venue for this question. Is there a profiling tool in .NET 2003 for profiling unmanaged ...
|
| C++ Metrics/Audit Tools | 01 Jan 2005 20:15 GMT | 1 |
I'm an Enterprise Architect at a large insurance company. My background is Java, and I have brought in the CodePro metrics & code audit tool that runs automated metrics and code audits within Eclipse/WSAD. I'm interested in finding some similar tools for our C++ developers, who ...
|
| vc6 and vb.net | 01 Jan 2005 15:23 GMT | 1 |
 Signature hello can you run VC6 programs with vc.net unmangaed code and apps with and without MFC
|