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++ / May 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Shared Memory Questions10 May 2005 10:53 GMT1
I used shared memory quite a lot for IPC.  The problem is that it is fixed
size so that you cannot place something like a CString in it because CString
will load it's buffer from the local heap which will mean nothing to another
program accessing the pointer.
terminating of program10 May 2005 08:18 GMT1
may i know how to terminate a program halfway thru the run?
for example i have test A, B and C. the order is random (ie, can be A
C, B or B, A, C etc etc)
if the first test executed encountered an error, the whole program wil
Share data between different dlls10 May 2005 05:23 GMT5
For a quite big application, I need to get large amount of data within a
static library (xxx.lib) and put them in a database (a class, say we call it
CData), and then make it accessible by a few different dynamic library files
(yyy.dll, …). I’ve tried to create a global class ...
Buffer overrun bug  in ATL CPath functions.10 May 2005 05:03 GMT1
There are a couple of bugs in the atlpath.h file that ships with
DevStudio 2003 and DevStudio 2005 Beta 1 & 2.  These bugs result in
buffer overrun and memory corruption problems. After experiencing some
memory corruption I traced the problems to CPathT::AddBackslash() and
Microsoft Document Explorer - VC++ 200510 May 2005 02:48 GMT16
The *back* and *forward* butttons do not work. Anyone noticed this?
I know this is a beta edition but even for a beta edition, it's hard to
believe
Microsoft performed any real quality control.... *Help* is pretty important.
Wildcard seaching in a string array.09 May 2005 18:36 GMT4
Please suggest me a way to search for strings with wildcards in an array of
character strings.
using unmanaged namespace in managed code09 May 2005 17:58 GMT1
I'm trying to wrap my unmanaged c++ code into a managed c++ wrapper.
The problem is VC .NET doesn't seem to find the namespaces defined in
my unmanaged code. Let's say I have a file "server.h" with a namespace
server. When I include this file in another file that will be compiled
C++/CLI array in struct09 May 2005 17:55 GMT3
I recently had to use someone's struct from a native app to receive data over
Udp. The struct has a array member which looked like this:
struct sensorHdr{
     char sName[64];
Compiling with VC++ Toolkit 200309 May 2005 16:58 GMT1
Can VC++ Toolkit 2003 compile VC++ 2003 projects out of the box? I mean read the project
files themselves and compile? Or some other way?
I am talking about a more convenient way than building in the style
cl /EHsc form1.cpp someotherfile.cpp ... etc.
What tool to use generate C++ doc (like javadoc in java language)09 May 2005 11:38 GMT3
i want to generate document about API of my program(c++,php)
like  javadoc
can  someone  suggest me some tool
thank
Master-Detail Datagrids...bind to a button09 May 2005 07:48 GMT1
I have two datagrids with tables in a typed dataset that has a DataRelation.
How do I get a button's click event to move the cursor in the datagrid one.
I tried this in the click event handler:
BindingManagerBase* bm = this->BindingContext->Item[datasetX->TableA];
New C++/CLI draft09 May 2005 07:28 GMT4
I just saw that C++/CLI 1.12 is available today:
http://www.plumhall.com/C++-CLI%20draft%201.12.pdf
Automate Word - File In Use08 May 2005 19:19 GMT1
   I'm attempting to automate word to load a document. I have no problem if
Word isn't loaded yet as creating a new Word.ApplicationClass() loads it for
me. However, there will be times when Word is already loaded and I want to
connect to that copy (and check whether the ...
DataGrids and BindingContext08 May 2005 14:11 GMT2
Can someone please help me with my code.  I have a datasetX with two tables,
tableA and tableB in the datasetX.  The tables have a DataRelation named
A_B_Relation.  How can I get the BindingManagerBase to be a Currency Manager
so that I can get the current position when there is ...
Project Build Error PRJ002508 May 2005 03:08 GMT4
Hi£¬you guys,
I'm a newbee in VS .Net
I installed a VS .Net 2003 Chinese Professional in my Chinese WinXP PC. When
compiling any cpp file, I got chaos codes in my output window, such as:
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 April, 2005
 
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.