User forums > Help

Process terminated with status 0

<< < (2/4) > >>

stahta01:
Try to never use spaces or special characters in the path when doing programing!
Never USE a space in an exe filename!!!!!!!!!!!!!

Note: To CB Devs, should CB allow a space in the exe filename?

Tim S.

MortenMacFly:

--- Quote from: stahta01 on April 15, 2011, 05:40:42 pm ---Never USE a space in an exe filename!!!!!!!!!!!!!

--- End quote ---
Why? I do it very often and it works just fine.
[I wouldn't do it though if I wouldn't have to...]

BTW: @Salient: I guess the issue here is with your code. If you have an endless loop in you app this would explain such a behaviour.

Salient:
What could be wrong with this code? It doesn't even have a loop.

--- Code: ---#include <iostream>
int main() {
  std::cout << "Hello, world" << std::endl;
  int n;
  std::cin >> n;
  return 0;
}



--- End code ---

stahta01:
Turn on Full Compiler Logging and do a Full Rebuild and possible you have a compiler error that will show up in the build log.

See MortenMacFly Signature for Compiler logging.
Or, Wiki FAQ http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_troubleshoot_an_compiler_problem.3F

Tim S.

Jenna:
What's the type of the target you try to build ?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version