Code::Blocks Forums

User forums => Help => Topic started by: Natrell01 on January 03, 2018, 07:58:58 pm

Title: Problems with Code block 17.12
Post by: Natrell01 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.

Title: Re: Problems with Code block 17.12
Post by: stahta01 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 (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.
Title: Re: Problems with Code block 17.12
Post by: Natrell01 on January 03, 2018, 09:35:55 pm
Thanks for the help. I work on your suggestions it and post what fixed the problem.
Title: Re: Problems with Code block 17.12
Post by: nenin on January 04, 2018, 08:16:46 am
You program has an obvious error in line 7. It likely can not be compiled.
Title: Re: Problems with Code block 17.12
Post by: cacb 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.