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++ / September 2003

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Bug in VC 7.101 Oct 2003 00:44 GMT2
This code causes the compiler to allocade a *lot* of memory *very*
fast, and even when I hit ctrl+break it still takes about a minute for
my system to recover and start responding to user input again.
What is more strange is the workarounds that prevent this compiler bug
auto_ptr in managed code30 Sep 2003 17:04 GMT5
How do I use auto_ptr in managed C++?
Here is my existing code:
namespace Alta
{
Runing Program30 Sep 2003 16:57 GMT2
Well I am just getting started with C++ and I am having a
problem. I created a very simple program and when I try to
compile it I receive this message
Cannot compile the file 'C:\Program Files\Microsoft Visual
Potential Managed C++ bug - missing return statement allowed30 Sep 2003 16:51 GMT1
The following code unfortunately compiles fine with VC++ 7.1 and the
/clr switch:
System::Type*
foo()
C4251 Compiler Warning: How Do I Remediate?30 Sep 2003 16:46 GMT5
I have a class that is intended to be exported in a DLL that uses another
class that is in a static library. All clients that use the DLL will also
link with the same static library. In summary, the following condition
exists:
Populate array from text file - help30 Sep 2003 14:42 GMT1
I have to do the following, and would like you suggestions
on how I could achieve it the best way:
I have a text file in the following format:
12345   54321   98765   56789
Problems with "default" alignment beeing different30 Sep 2003 14:13 GMT5
we just run into the problem, that "default" alignment
in the project properies dialog seem to be different.
We have a project that's a DLL, which is linked with
a couple of LIBs. All are with the same solution. All
std::hash_map consumes excessive memory?30 Sep 2003 10:46 GMT1
I have simple hash_map<int, int>. When I insert 1000 entries my memory
grows by about 2 MB (or almost 2k per entry). Anybody have any ideas
on whats going on here? This is a real problem because I need to store
about 1.3 million entries.
Help on the order of #includes in C++30 Sep 2003 06:01 GMT2
I am having a problem with the order of the #includes in C++.  When I
compile it in VC++ 6.0 it gives me no problems, but when I try it out in
VS.NET, it gives me a redefinition error:
c:\Program Files\Microsoft Visual Studio .NET\Vc7\include\stdlib.h(251):
Invoking the Replace Dialog from code30 Sep 2003 02:58 GMT1
Anyone know how to invoke the .NET Replace dialog thorugh code (say, from
within an addin)? More specifically, I'm trying to open the replace dialog
with some pre-set parameters (such as FindText and ReplaceWith) for the
user. I've tried executing Edit.Replace with just about every ...
Removing Form1 Traces30 Sep 2003 00:39 GMT1
My objective was to remove all traces of Form1 from my source which was a
vcpp.Net Windows application.  And I was successful - but in doing so, I
lost the ability to graphically modify my form!
Could it be true that you must have the original Form1 to work with the GUI
Memory access violations and Managed C++30 Sep 2003 00:36 GMT1
In the attached code fragment I have a buffer overflow and
a memory access violation. When I run the code .Net fails to
verify the IL because of the buffer overflow and I get an exception
as expected. My question relates to the memory access violation,
native 64-bit compilation on Win64 and .NET29 Sep 2003 21:15 GMT3
I have three questions:
1) I have been perusing the MSDN VC++ pages.  Everything seems to be geared
towards .NET integration.  Will MS continue support natively compiled code
or will they be pushing developers to do everything as "managed" C++?
Still no 256 colors in 7.1?29 Sep 2003 20:41 GMT1
At the moment, I'm rather surprised that it seems still not to be possible
to edit graphics with more than 16(!) colors in VS 7.1. Is there something I
do wrong?
IMHO, there hasn't been invested anything to improve the ancient resource
Dodgy string conversion (please help)29 Sep 2003 15:35 GMT8
I am new to VC++7.   I am using a method GetPrivateProfileString that
requires an LPTSTR.
I have defined this as a:
char * data_name;
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 August, 2003
 
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.