Recent content by jameswhite1979

  1. J

    What are the valid subnets?

    Are you making a reference to the hosts per subnet?
  2. J

    SSD Drive going bad?

    Have you got the very latest drivers and software?
  3. J

    Machine keeps turning itself off

    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?
  4. J

    Help me eliminate all possibilites with a sloooow network problem

    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...
  5. J

    Restart loop?!

    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...
  6. J

    BSOD and self reboot - need tips

    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...
  7. J

    Help with 'CreateProcess & wait' in Borland C++

    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 =...
  8. J

    Help with 'CreateProcess & wait' in Borland C++

    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))...
  9. J

    C++ parsing command line arguments & IF statement

    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[], //...
  10. J

    C++ parsing command line arguments & IF statement

    Hi would the code to check that argc => 2 be this:? if (argc >= 2 ) { blahblah; } I am so hating Borland now!
  11. J

    C++ parsing command line arguments & IF statement

    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...
  12. J

    C++ parsing command line arguments & IF statement

    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)...
  13. J

    C++ parsing command line arguments & IF statement

    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...
  14. J

    Resizing hard drive Windows 7

    Have you tried another partition tool like partintion magic (£/$) or EASEUS Partition Master Home Edition (free) I would expect these to have more control.
  15. J

    Creating Boot Disk in Windows Vista 64 to Update Bios

    This should sort you out: http://www.bootdisk.com/pendrive.htm