| Thread | Last Post | Replies |
|
| [ANN] macstl 0.2.2 -- multiply high, class redesign, faster than autovectorization | 31 Mar 2005 06:43 GMT | 2 |
I'm pleased to announce the release of macstl 0.2.2, which features a multipy-high implementation and a redesign of the expression template and iterators to make it easier to extend. http://www.pixelglow.com/macstl/
|
| how to go back in enumarator | 30 Mar 2005 13:27 GMT | 1 |
hai, how to go back in IEnumarator interface. thanks®ards sanjeev.
|
| MapViewOfFile... | 28 Mar 2005 06:45 GMT | 3 |
I have a problem with the MapViewOfFile API. I use this API to store data in files in my own database system management ; when I need to store new data, is the file is NOT large enought, I close the file, reopen and grow it (CreateFileMapping) and re-call MapViewOfFile (last
|
| window background color | 15 Mar 2005 23:39 GMT | 2 |
I have an old-but-still-lively app (like myself !) that looks fine on Windows 98 or 2000. But when we run the same code on Windows XP, it works, but the background color of STATIC's is not the same as the background color of the "outer" window, so it looks like there's a box of a ...
|
| Duplicate Definitions | 09 Mar 2005 08:24 GMT | 2 |
I moved a VS 6.0 COM project to .NET 2003. It compiles and links OK in the debug configuration. When trying to build a release version, I get the following error: LIBC.lib(crt0dat.obj) : error LNK2005: __osplatform
|
| Issues in Porting an application from VC++ to VC++.Net | 08 Mar 2005 01:16 GMT | 1 |
We are trying to port an application from VC++ to VC++.net. The application is client server based. Should the third party VC++ compatible DLLs also be migrated to third party VC++.net DLLs? -------------------------------- From: Harsha Rao -----------------------
|
| Microsoft spreadsheet | 04 Mar 2005 13:39 GMT | 5 |
I am listing columns of figures, items in, followed by items out, although not necessarily in that order. I need a formula that will allow me to use another column as a running balance, similar to the details shown in a bank statement, so that the
|