Author Topic: Problems with Code block 17.12  (Read 7602 times)

Offline Natrell01

  • Single posting newcomer
  • *
  • Posts: 2
Problems with Code block 17.12
« on: January 03, 2018, 07:58:58 pm »
I have tried two different codes a C::B, but can not get the program to build my code. When I try to run my code I get the prompt to build the code or to just run the program and I keep getting the message "Process terminated with status 4258096 (0 min, 6sec). Please help explain how I can fix this issue. I have also maid an exception for C::B to run without my Anti-Virus from causing problems.

Thanks in advance.


Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: Problems with Code block 17.12
« Reply #1 on: January 03, 2018, 08:55:39 pm »
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F

I did not see any obvious issue; maybe with more information someone will see an issue.

Me, I still think Anti-Virus or Anti-Ransom software might be the cause of the issue.

Edit: Your second program should not compile; I suggest you try to clean and then build your program.

Tim S.
« Last Edit: January 03, 2018, 09:17:24 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Natrell01

  • Single posting newcomer
  • *
  • Posts: 2
Re: Problems with Code block 17.12
« Reply #2 on: January 03, 2018, 09:35:55 pm »
Thanks for the help. I work on your suggestions it and post what fixed the problem.

Offline nenin

  • Almost regular
  • **
  • Posts: 212
Re: Problems with Code block 17.12
« Reply #3 on: January 04, 2018, 08:16:46 am »
You program has an obvious error in line 7. It likely can not be compiled.

Offline cacb

  • Lives here!
  • ****
  • Posts: 536
Re: Problems with Code block 17.12
« Reply #4 on: January 04, 2018, 11:30:40 pm »
You program has an obvious error in line 7. It likely can not be compiled.
There is also an obvious error in line 3.