News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Problems with Code block 17.12

Started by Natrell01, January 03, 2018, 07:58:58 PM

Previous topic - Next topic

Natrell01

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.


stahta01

#1
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.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Natrell01

Thanks for the help. I work on your suggestions it and post what fixed the problem.

nenin

You program has an obvious error in line 7. It likely can not be compiled.

cacb

Quote from: nenin on January 04, 2018, 08:16:46 AM
You program has an obvious error in line 7. It likely can not be compiled.
There is also an obvious error in line 3.