User forums > Using Code::Blocks
CodeCompletion window different in 20.03
zdena:
The DirectWrite was already deactivated (Default setting). I tried to activate it for fun and the result is even worse.
oBFusCATed:
I guess, I'll have to resume cherry picking wxSTC stuff, after I remove support for wx2.8...
Can you reproduce the problem with the latest and greatest stc sample from wxWidgets (you have to build them yourself)?
zdena:
Unfortunately I can not, probably. This is not area of my knowledge. I tried to understand what did you mean but unsuccesful. Without detailed recipe I really don't know how to build the ... wxSomething. :-[
oBFusCATed:
Download wxWidgets using git. Build it the master branch or the wx3.1.3 tag. cd samples/stc; build this too. Run the executable.
This might help with the building step: http://wiki.codeblocks.org/index.php/Compiling_wxWidgets_3.0.0_to_develop_Code::Blocks_(MSW)
zdena:
So, I built the master branch of wxWidgets (but I had to manually download src/expat, src/jpeg, src/png, src/tiff and src/zlib - no idea why). I have got a billion of *.d and *.o files after one hour of building.
Then I built the samples/stc and I have got stctest.exe. If I try run it I have got system error in this sense: "Code not possible to run because wxmsw314u_gcc_cb.dll not found. Bla bla."
I have only "codeblocks-20.03\wxmsw313u_gcc_cb.dll" file.
Should I build exactly the tag wx3.1.3 as you suggested as a second possibility? Or could be the reason in the manually downloaded directories mentioned above?
Note: For the building I have used the command
--- Code: ---mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 USE_OPENGL=1 VENDOR=cb CXXFLAGS="-fno-keep-inline-dllexport" >log.txt 2>&1
--- End code ---
from your link.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version