Might be worth checking to see if there is a new BIOS flash out for your MoBo also try turning of the power saving settings in the BIOS and Windows/Linux. Does the Event Viewer give any common event prior to each crash?
Hi - looking at this in simple terms: its either your system or theirs (ISP) so unless you have a hub/switch/network locally thats not correct configured or is faulty the chances of multi system all having a network fault at the same time is not high so I guess its the ISP.
I suggest that when...
Get a free copy of Ubuntu and boot from and run the live CD (does not install or touch Win) try that see if you get a reboot might help test some hardware.
Also get to safe mode if possible and run Microsoft Boot Vis, it will log every step of you system booting so good to help trouble shoot...
Hi, on the BSOD you should recieve a STOP code (something line 0x00000007e) find this and Google it - will really help point you in the direction (I expect memory, might be cos its mixed timings or something - try running with just 1GB then switch over to other if still BSOD)
Also go to Control...
STARTUPINFO StartInfo; // name structure
PROCESS_INFORMATION ProcInfo; // name structure
memset(&ProcInfo, 0, sizeof(ProcInfo)); // Set up memory block
memset(&StartInfo, 0 , sizeof(StartInfo)); // Set up memory block
StartInfo.cb = sizeof(StartInfo); // Set structure size
int res =...
Hi all,
I am getting stuck with a piece of code to execute a process and wait for it to close, so found this example:
//-------------Code Start-------------
STARTUPINFO StartInfo; // name structure
PROCESS_INFORMATION ProcInfo; // name structure
memset(&ProcInfo, 0, sizeof(ProcInfo))...
Ok thanks to Cogman's help I have now got it all working - For others here is the code:
//////////////////////////////Code Start//////////////////////////////
#include <iostream>
using namespace std;
int main( int argc, // Number of strings in array argv
char *argv[], //...
Hi Cogman,
Tried that and get this error for Option 1:
[BCC32 Error] File1.cpp(18): E2093 'operator==' not implemented in type 'string' for arguments of the same type
Full parser context
File1.cpp(8): parsing: int main(int,char * *,char * *)
Option 2 does compile fine and...
Thanks Cogman for your suggestions but getting an error.
Using suggestion 1 I get this error message on line 'if (Val == argv[1])':
[BCC32 Error] File1.cpp(16): E2094 'operator==' not implemented in type 'string' for arguments of type 'char *'
Full parser context
File1.cpp(8)...
Hi all,
I am very new to C++ but have been asked by work too figure this out, having tried for a few hours I am turning to you guys hopefully for some help.
I want to execute the appplication with a command line e.g. 'program.exe -FS' and this will change the options displayed in the...
Have you tried another partition tool like partintion magic (£/$) or EASEUS Partition Master Home Edition (free) I would expect these to have more control.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.