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...
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...
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...
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...
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...
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 "new mail envelope" icon in the system tray does not go away...
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.