User forums > General (but related to Code::Blocks)
Codeblocks wxwidgets + sqlite
stahta01:
I have to echo my prior advice because I think this is now a off topic issue.
--- Quote from: stahta01 on January 25, 2012, 10:17:38 pm ---then on Full Compiler logging and post your question in the wxForum. http://forums.wxwidgets.org/
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F
--- End quote ---
You might also try any MinGW GCC support forum or SQLite support forum.
Is there a reason you removed the code to close the program in your wx_test4 program?
I see no Code::Blocks related problem; but, I did have to edit your project a lot to get it to compile on my system. I attached the modified project file for wx_test4. Note: I used wxWidgets 2.8.11 instead of 2.8.12 but that is NOT likely a difference that matters. The fact I used an SJLJ MinGW GCC is the likely solution.
Tim S.
woser:
--- Quote from: stahta01 ---
Is there a reason you removed the code to close the program in your wx_test4 program?
I see no Code::Blocks related problem; but, I did have to edit your project a lot to get it to compile on my system. I attached the modified project file for wx_test4. Note: I used wxWidgets 2.8.11 instead of 2.8.12 but that is NOT likely a difference that matters. The fact I used an SJLJ MinGW GCC is the likely solution.
Tim S.
--- End quote ---
Thank you for the response, I try you project but it is nothing to happen, maybe you Can try add only my sqlcipher library to the linker of any your project, and test that it is a correct library
Of course the close of program it is doesn't matter, I try to download new Mingw, I recompile everything but it is the same problem, I don't know where is the problem, What I do wrong ??
stahta01:
You need to go somewhere else and ask for help or state a Code::Blocks issue.
This thread has gone way off topic for the Code::Blocks website.
Linking a library without calling its functions does NOTHING to stop it from running.
Either you get a linking error/warning or nothing changes; this likely means you failed to understand the compiler/linking issue. Which is NOT valid for this site.
Tim S.
woser:
I know what was wrong :o
When I compile sqlite I use two files sqlcipher.c and shell.c and it was a problem that has a "main" which will conflict.
When I compile library with sqlcipher.c without shell everything works OK :):)
Navigation
[0] Message Index
[*] Previous page
Go to full version