User forums > Help

CB giving error with status -1073741819

<< < (3/4) > >>

stahta01:

--- Quote from: stahta01 on July 01, 2010, 01:09:21 am ---Please post new build log if you still need more help.

--- End quote ---

ishu161:
okay...i restarted the whole thing.
this is the code:


--- Code: ---#include<iostream>
int main()
{

    using std::cout;
    using std::cin;
    cout<<"Hello World!\n";
    char response;
    cin>> response;
    return 0;
}

--- End code ---

after that i hit "build and run", which caused a shell window to appear.

here is a screenshot:

http://i48.tinypic.com/2vjrf44.jpg

when i hit the key, this was in the build log:


--- Code: ---Checking for existence: C:\Documents and Settings\manish\My Documes\CodeBlocks\123\bin\Debug\123.exe
Executing: "C:\Program Files\CodeBlocks/cb_console_runner.exe" "C:\Documents and Settings\manish\My Documes\CodeBlocks\123\bin\Debug\123.exe"  (in C:\Documents and Settings\manish\My Documes\CodeBlocks\123\.)
Process terminated with status -1073741819 (4 minutes, 32 seconds)
 
--- End code ---

i don't know whats happening :(  i'll never advance in c++ this way...

stahta01:
Please Turn on FULL compiler logging and post full re-build log if you want any help.
http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_troubleshoot_an_compiler_problem.3F

FYI: re-build means clean and then build.

Tim S.

ishu161:
i had already activated it....anyways, i did it again...

and i'm not able to rebuild.....re-build and clean buttons are in-accesible


btw....is this what you mean:
before execution (build only)
http://pastebin.com/fNtzbz2y??

ishu161:
after execution:

http://pastebin.com/E9adRXQs

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version