| Thread | Last Post | Replies |
|
| fstream tellg, seekg and files > 2GB | 28 Apr 2005 21:10 GMT | 3 |
I'm using ifstream to read files >2GB, in fact, some are greater than 4GB. I need to be able to work with the "get" position using tellg and seekg methods. I'm using the new <iostream> libraries.
|
| BUG? how to prevent NetShareGetInfo from calling LsaLookupNames2? | 21 Apr 2005 05:32 GMT | 2 |
In my VC++7 project (VS 2003), I make use of the NetShareGetInfo - API which is in NETAPI32.DLL. Acording to the MSDN library, the NetShareGetInfo API is supported for all Windows versions from Win95 to 2003 Server. In Stdafx.h I defined _WIN32_WINNT as 0x0400, which should make ...
|
| dyanamic memory allocation | 17 Apr 2005 05:02 GMT | 2 |
why do we use ' delet[] ' statement for arrays while using dyamic memory allocation for 'new.........delet ' statements & don't use '[]' for 'malloc.....free' statements?
|
| How to reset Router by programing? | 17 Apr 2005 04:58 GMT | 2 |
How to reset Router by programing? For some resean, we need usually reset our Router. Now, we have to Reset Router manually(shot down and reopen). Are there any method to control and reset Router by programing ?
|
| How to know instance of form open? | 09 Apr 2005 22:35 GMT | 1 |
Is there a way to find out if an instance of a form is open? I have created a .net usercontrol that is attached to a main form. The control opens up another form. I would like to close it from the control that initiated it. Thanx,
|
| Microsoft dll's inclusion rights | 06 Apr 2005 17:27 GMT | 9 |
We all know that a soft compiled (for instance for me with Visual.net) on a particular system (XP for my own) may need some additional Microsoft's .dll trying to run on different (older) systems. Creating and selling a soft that different kind of customers could like to
|
| SetThreadIdealProcessor Compile Error | 06 Apr 2005 03:29 GMT | 4 |
Hello. I'm running VC++ .NET 2002 SP1 and creating a quick DOSbox program to calculate FFT's on data sets. Basically, open data file, load arrays, compute FFT's on arrays, and write the resultant data to disk. I have successfully created and am using two threads to ...
|
| mfc - putting a menu in a child window | 01 Apr 2005 21:19 GMT | 1 |
i'm trying since a couple of hours to put a menu in a child of a top level frame window (like MDI but with classes derived from CFrameWnd). It's ths same when i use a CWnd as the child. i tryied with CWnd::SetMenu and in PreCreateWindow setting the
|