Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Salem
  • Content: Threads
  • Order by date
  1. Salem

    XP Home stuck in a reboot cycle

    Hello, I've got a Dell Dimension 9100 which seems to have gotten itself stuck in a reboot loop. The last driver (that's printed anyway) is Mup.sys (see picture). http://s3.postimg.org/totpqykv7/IMG_0417.jpg It remains stuck at this point for 5 to 10 seconds before rebooting. At the boot...
  2. Salem

    Integrating other compilers into VC6 or VC.NET

    I'd like to be able to integrate gcc (and lint later on) into my visual studio projects and perhaps choose it via say the "compile for target" option. Now I seem to remember seeing how to do this somewhere, but I can't find my way back to it. I've tried various combinations of searches for...
  3. Salem

    Setting variables in a local scope in .cmd files

    Hello, I have a test script which reads like this @echo on set Z_FOO=yes echo yes=%Z_FOO% if "%Z_FOO%" equ "yes" ( rem setlocal set Z_FOO=no set echo yes=%Z_FOO% rem endlocal ) echo all done When I run this with cmd /c test.cmd say, I get these results. > set Z_FOO=yes > echo...
  4. Salem

    Acrobat Reader doesn't recognise default browser

    Hello all, I'm reading a PDF document containing HTTP weblinks to various world wide web sites. The PDF in question is this one Whenever I click on one of these links, it always starts Internet Explorer rather than my default browser (currently Mozilla Firefox). I've tried most permutations...
  5. Salem

    CVS vulnerability

    Just in case anyone missed this. http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0396 Originally located here https://www.cvshome.org/ --
  6. Salem

    First mobile phone virus

    http://news.bbc.co.uk/1/hi/technology/3809855.stm --
  7. Salem

    typedef masking const ?

    Here is a small section of code which has various typedefs for the same structure #include <stdio.h> struct node { struct node *next; char fname[20]; char lname[20]; int age; }; typedef struct node node_t; /* typedef a struct */ typedef node_t *pnode_t...
  8. Salem

    Mark as read rules and tray icons

    Hello all, At the moment I am getting fairly regular automated announcements which are of minor interest. I've managed to make a rule to move these messages to a folder, and to mark these messages as read. However, the &quot;new mail envelope&quot; icon in the system tray does not go away...

Part and Inventory Search

Back
Top