I think this is stack overflow on windows.
If it compiles fine then the work of codeblocks is done, and this is probably the wrong forum to ask this kind of questions. Codeblocks is only a fancy text editor. It has nothing to do with your program and does not interfere with it. So runtime errors, like you have, have nothing to do with codeblocks.
and i kinked my translated library ojects
Do you mean object files or library files? Object files should NOT be copied and reused. They should be created by the compiler what it is using them. Libraries on the other hand can be copied, but if you use c++ they should also be made by the same linker version that are using them...
it is depending von win 10 in the ressource file?
What resource file? You have to know if your program uses any system file...
What if you start your program with the debugger? Where does it stop?