Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / January 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
std::string in "STL .NET"04 Jan 2005 20:59 GMT4
Will "STL .NET" of VS 2005 include a fully managed std::string?
Signature

Ioannis Vranos

problem with multiple symbols when using a static lib04 Jan 2005 18:37 GMT1
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 new04 Jan 2005 11:35 GMT1
Why the following does not compile:
#using <mscorlib.dll>
int main()
{
Dialogs fail in debug mode04 Jan 2005 00:22 GMT7
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 arg03 Jan 2005 19:03 GMT1
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 GMT3
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 children03 Jan 2005 18:35 GMT2
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 COM03 Jan 2005 16:59 GMT1
Hi together,
I am using the following code in Visual Basic to open Word or Excel
applications:
Word:
Struct member alignment (/Zp#) doesn't work03 Jan 2005 15:03 GMT1
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 Templates03 Jan 2005 13:31 GMT2
this seems ok:
template<class T> ref class MyTemplateClass
{
String^ get_Name() { return nullptr; }; void set_Name( String^ ) {};
precompiled headers03 Jan 2005 11:01 GMT1
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 structure01 Jan 2005 20:21 GMT5
Hi again,
I've defined the following structure:
typedef struct _MYSTRUCT{
   CTypedPtrArray<CPtrArray,SECSTRUCT*> a;      
How to profile my program01 Jan 2005 20:19 GMT2
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 Tools01 Jan 2005 20:15 GMT1
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.net01 Jan 2005 15:23 GMT1
Signature

hello
can you run VC6 programs with vc.net
unmangaed code and apps with and without MFC

Pages: 1 2 3 4 5 6 7 8 9 December, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.