| Thread | Last Post | Replies |
|
| Shared Memory Questions | 10 May 2005 10:53 GMT | 1 |
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 program | 10 May 2005 08:18 GMT | 1 |
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 dlls | 10 May 2005 05:23 GMT | 5 |
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 GMT | 1 |
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++ 2005 | 10 May 2005 02:48 GMT | 16 |
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 GMT | 4 |
Please suggest me a way to search for strings with wildcards in an array of character strings.
|
| using unmanaged namespace in managed code | 09 May 2005 17:58 GMT | 1 |
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 struct | 09 May 2005 17:55 GMT | 3 |
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 2003 | 09 May 2005 16:58 GMT | 1 |
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 GMT | 3 |
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 button | 09 May 2005 07:48 GMT | 1 |
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 draft | 09 May 2005 07:28 GMT | 4 |
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 Use | 08 May 2005 19:19 GMT | 1 |
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 BindingContext | 08 May 2005 14:11 GMT | 2 |
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 PRJ0025 | 08 May 2005 03:08 GMT | 4 |
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:
|