I assume you have a Compaq computer? I do, and the file is on mine. I think the program tries to retrieve advertising from the Compaq website.
Perhaps msCMTsrvc is 'actively working' only when you push one of the special keyboard buttons, or click that Hot Deals icon.
I've done an internet search, and no one has figured out the bride.ru problem.
My spyware-checking programs don't seem to find out the problem, either.
I too have this beautiful-Russian-brides popup situation...haven't found a website where someone has discovered what causes it.
As for those pron popups, try looking through your processes in the Windows Task Manager, then check here: http://www.pacs-portal.co.uk/startup_pages/startup_full.htm...
I've used different types in the variable of time
....sometimes an int, sometimes a long, sometimes a
time_t.....same resulting error.....would anyone allow me to
e-mail the whole program so you could look at it? It's only 5k.
I'm using the time function in a program; the compiler says
"the term does not evaluate to a function"
Here is the piece of code that causes the trouble ( along with some surrounding code )
for ( dummy = 1; dummy <= jobs; dummy++ )
{ // begin 'dummy' and 'jobs'
if ( seed_defined )...
I've been using this piece of code that caused no compiler
trouble: srand ( ( unsigned ) time ( NULL ) );
Now it doesn't compile...it gives me "error C2064: term does
not evaluate to a function".....I checked error from the CD
and it shows examples such as integer being used like a...
I can do this:
int *a_pointer;
Yet this causes an error during compilation:
int *a_pointer = 2369;
It says "error C2440: cannot convert from 'const int' to 'int *' ( new behavior; please see help )"
I checked the error definition from the CD; it has examples
for why the...
My earlier version of the program had 100000 as the array
size...it worked fine.
My extra '{' in the post is from bad typing of my message....I tried using the '[', then 'code', then ']', to make my code look different in the message, but I think I did it wrong.
As my program actually is, it...
I have little program where i'm testing something; here it is:
{code]
#include <stdio.h>
#include <iostream.h>
#define HUNDREDTHOUK 100000
#define HALFMIL 500000
#define THOUTWOKAY 200000
void main()
{
int first_array [THOUTWOKAY], second_array [THOUTWOKAY], dummy;
cout <<...
Okay, I tried int *first = new int;
It compiles okay, but when I attempt to build the executable, I get "error LNK2001: unresolved external symbol _wWinMain@16"
When I check the explanation of the error, i'm told this happens if I don't have an entry point to wWinMainCRTStartup, and...
I tried using [code] int *first, *second; [code]
That was my first attempt, it also gave an error, but I think it appeared during my build attempt.
Well, i'll try that other part you had.
Here's what I have in my main function:
int *first = 29, *second = 50;
Attempting to compile, there is error C2440: cannot convert from 'const int' to 'int *'
What am I doing wrong?
I'm trying to convert a little C program into C++. One of<br>my enumerated types gives an error when the file is compiled; the 'flush' in it is being redefined ( according<br>to the compiler ); here it is....<br><br>enum win_result { loss = 0, jacks_or_better = 1...
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.