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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
operator = defined using template?28 Aug 2003 11:47 GMT3
I defined operator = using template member function for a template class.
However compiler failed to recognize it is defined and created its own
version (which was member-wise copy, and a result was disastrous and hard to
debug bug, as pointer was copied).
LNK2020 unresolved token error28 Aug 2003 10:51 GMT1
Hi, If I
1) create a brand new Visual C++ Project -> Class Library (.Net)
2) in the stdafx.h file add #include <atlbase.h>
I get the following errors:
Custom controls27 Aug 2003 22:05 GMT1
Where are some good places to look for custom controls? I only know of code
project, which has been very good.
Rob
Problem finding atl source while debugging27 Aug 2003 20:32 GMT2
I have a project which when built and debugs looks for the source to atl
here
f:\vs70builds\3077\vc\mfcatl\ship\atlmfc\include\atlcomcli.h
Has anyone seen this problem and hopefully know how to fix it so I don't
VC6 COM Server EXE upgrade to VC7.1 - "Server Execution Failed" error coming from CoCreateInstance27 Aug 2003 14:55 GMT1
All:
I recently upgraded a VC++6 COM Server Exe project to VC++7.1 (w/ the latest
PSDK).
After a couple of minor hurdles, I got the project to compile and
problem with bool in unmanaged/managed interop27 Aug 2003 08:39 GMT1
When I have an unmanaged class (compiled without /clr or
with #pragma unmanaged) with return type virtual bool,
the return value always comes out true when called in
managed code. Only happens with virtual and bool. Sample
Calling a "Mixed mode" dll from c#26 Aug 2003 19:30 GMT4
I have just implemented a "mixed mode" dll in VC++.  I
have implemented this dll in accordence with several
articles found on the MSDN website including KB 814472.  
The crux of the problem is that when the dll is built
unicode vs. ansi strings in WriteFile26 Aug 2003 01:04 GMT1
I am extending an existing MFC app to use Unicode (for a
Japanese version of the interface elements). The app's
purpose is to control a peripheral device through the
serial port, and the device only understands ansi strings
boost::intrusive_ptr and Managed C++?26 Aug 2003 00:53 GMT3
Has anyone used boost's intrusive_ptr with Managed C++ extensions?
I have a small project where the executable (managed) is linked to a
native C++ dll.
The code looks like:
ReleaseVersion  problem.. because CString ....25 Aug 2003 23:35 GMT2
Release Version Only Problem..
this simple..  class include member variable CString,
make many object and free.  but programe using memory
size is big and big..(only release version, debug version
Any easy way to find functions that are not called25 Aug 2003 21:59 GMT2
Question: Is there any way to use the Visual Studio .NET environment
to easily identify C and C++ functions that are not called?
If not, does anyone have any recommendations on some other software
that I can quickly get my hands on to do this?
CPU Temperature25 Aug 2003 19:40 GMT1
How can I call some API to get the CPU Temperature
Thanks
LNK 2019 with std::basic_ostream since switch form 2002 to 200325 Aug 2003 13:31 GMT1
linking external libraries, which linked perfectly under
net 2002 bring up lots of unresolved external symbols for
standard iostream calls: any idea what could cause that or
how to fix that problem?
mixed-mode DLL: register corruption occurs when managed C++ calls unmanaged C++25 Aug 2003 06:30 GMT5
We are using Visual Studio.NET 2003 in our project with .NET framework
1.1.  One of our libraries is a mixed-mode dll assembly consisting of
one managed C++ library, and several unmanaged C++ libraries.  We are
using managed C++ as a bridge between managed .NET code and unmanaged
create worker thread in managed c++25 Aug 2003 02:15 GMT2
i have class foo.
and 2 methods.
X-method.
Y-method.
Pages: 1 2 3 4 5 6 7 8 9 July, 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.