Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
3.67/5 (3 votes)
See more:
C++
float *mem;
int X=0, Y=0;
int row=17,col=5;
char dummy;
char flag='d',flagp='0';
char bflag='u',bflagp='u';
int mflag=0;
char ch,ch1,ch2;
int sflag=0;
int midx,midy;
# define UNCLICKED 0
# define CLICKED 1
# define PI 3.14159


char str1[]={"Muhammad Saqib Roll# 014"};

void typeit (int x,int y,int spacing,char string[])
{
    char temp[2];
    for (int i=0;i<strlen(string);i++)>
    {
        delay(100);
        temp[0]=string[i];
        temp[1]='\0';
        outtextxy(x+(i+1)*spacing,y,temp);
    }//endfor
        
    }
void front()
{
    int x,y,h;
    for(x=0;x<=100;x++)
    {
        settextjustify(CENTER_TEXT,CENTER_TEXT);
        setcolor(1);
        settextstyle(1,0,4);
        setusercharsize(x,6,x,3);
        setcolor(14);
        moveto(310,135);
        outtext("..");
        setcolor(6);
        moveto(310,130);
        outtext("I I");
        if(x<50)
        delay(30);
        else
        delay(20);
    }
    for(y=0;y<=100;y++)
    {
        setcolor(0);
        settextstyle(1,0,4);
        setusercharsize(y,6,y,3);
        moveto(310,135);
        outtext("..");
        moveto(310,130);
        outtext("I I");
        if(y>20)
        {
            settextstyle(7,0,3);
            setusercharsize(y-20,35,y-20,30);
            setcolor(9);
            outtext("CALCULATER");
            setcolor(2);
            outtext("___________");
            delay(15);
            if(y<100)
            {
                settextstyle(7,0,3);
                setusercharsize(y-20,35,y-20,30);
                setcolor(0);
                outtext("CALCULATER");
            }
        }
    }
Posted
Updated 24-Sep-12 6:22am
v2
Comments
Volynsky Alex 24-Sep-12 11:55am    
cal.exe ?!
calc.exe is a process from Microsoft. It can be found in the location of C:\windows\System32\calc.exe.calc.exe is a potential security risk which can be modified maliciously by virus. calc.exe virus should be disabled and removed if it was attacked and brought you calc.exe error.
What is the exact error you get?
Try to do a search on the Internet, someone may have already faced similar linker errors
CPallini 24-Sep-12 12:27pm    
I don't see a main() function in your code.
BTW What compiler are you using?

1 solution

Try to read following article:
http://www.fixdllexe.com/cal.exe-34839.html[^]
and here:
http://www.pcmaxutilities.com/wikidllfiles/i-just-call-exe-error-fix-guide.html[^]
How to Fix i just call.exe error manually
Start Registry Editor by clicking the Start button, typing regedit in the Search box, and pressing Enter.
Open the HKEY_LOCAL_MACHINE folder ==> "Software" folder ==> "Microsoft" folder==> "Windows" folder ==> "Currentversion" folder.
Click on the Run folder ==> Click on the i just call.exe file.
Delete the file by pressing Delete i just call.exe key
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900