User forums > Using Code::Blocks
Using Code::Blocks error (0xc000007b)
inzynier1979:
HI
i am writing simple notepad in code blocks and i have problem when i compile code program is working but if i open from folder bin file exe is not working like i run program i have information Program not open properly number 0xo000007b
i put dll libraries code are wrote for 64 bit the same compiler 64 bit and operating system too 64 bit i repear when I compile program in code blocks and run is working but if i open folder bin projeckts after run i have information with error
on YT i seen to fix this problem instal directx , install framework net , and visual 2005 redistributable all redistributable for all visuals that too dont work
Pecan:
--- Quote from: inzynier1979 on June 13, 2023, 08:14:01 pm ---HI
i am writing simple notepad in code blocks and i have problem when i compile code program is working but if i open from folder bin file exe is not working like i run program i have information Program not open properly number 0xo000007b
i put dll libraries code are wrote for 64 bit the same compiler 64 bit and operating system too 64 bit i repear when I compile program in code blocks and run is working but if i open folder bin projeckts after run i have information with error
on YT i seen to fix this problem instal directx , install framework net , and visual 2005 redistributable all redistributable for all visuals that too dont work
--- End quote ---
Tell us which dll's you have in the same directory as your .exe file.
You may have to copy some dll's from the codeblocks.exe directory. For example:
libgcc_s_seh-1.dll
libstdc++-6.dll
libwinpthread-1.dll
wxmsw32u_gcc_cb.dll
wxmsw32u_gl_gcc_cb.dll
but we'll be able to tell you which if you'll tell us:
1) What version of codeblocks are you using.
2) what operating system are you using.
3) What version of wxWidgets you're using (if any).
4) what dll's are already in the directory with your programs .exe file.
inzynier1979:
Hi thx for answer
At first when I ran the exe file it said that libraries are missing
I pasted these libraries to the directory where the exe file is and now I get an error as I wrote before it is (0xc000007b)
that three dlls i copy libgcc_s_seh-1.dll
libstdc++-6.dll
libwinpthread-1.dll
i dont find this dlls wxmsw32u_gcc_cb.dll
wxmsw32u_gl_gcc_cb.dll
code blocks i have version svn13311 before i used code blocks 20,3 te=e same error
i am using windows 10 64 bit
inzynier1979:
i am using code blokcks for 64 bit and i am using windows 10 64 bit
stahta01:
Try opening an cmd.exe window and change to the exe folder and run the exe; sometimes that reports the reason it fails to run.
Tim S.
Navigation
[0] Message Index
[#] Next page
Go to full version