Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Help / Re: Getting wxWidgets to work
« Last post by Grit Clef on Today at 04:44:06 am »
MSVC's setup.h can't be used in GCC compiler.
2
Using Code::Blocks / Re: How to view YMM and ZMM registers in watches window?
« Last post by omlk on Yesterday at 05:06:48 pm »
Just interesting, do you work with such registers all the time, or why do you need these registers?


3
Help / Re: Getting wxWidgets to work
« Last post by stahta01 on Yesterday at 03:54:26 pm »
You likely need to build wxWidgets or download an already built wxWidgets.

Tim S.
4
Help / Getting wxWidgets to work
« Last post by TonyP on Yesterday at 03:46:25 pm »
Hi all, looking for some help getting wxWidgets to work.  Frankly, I'm having a horrible time with it.  Using GCC compiler and have wxWidgets installed (I think).  Clicking compile gives me an error:

C:\wxWidgets\include\wx\platform.h|183|fatal error: wx/setup.h: No such file or directory|

Double clicking on the error in the build messages, takes me to the offending line in "platform.h".

there is indeed no setup.h in wx but I have a setup.h file in msvc/wx/setup.h, should I simply copy this to the wx directory?  Or should I edit the platform.h file to refer instead to the msvc/wx directory?


5
Help / Re: Debug Report popup message then crash
« Last post by Miguel Gimenez on December 05, 2023, 12:11:43 pm »
Future spam added to radar...
6
Help / Re: Debug Report popup message then crash
« Last post by HiramWindler on December 05, 2023, 12:09:17 pm »
It seems that the current version does not have the feature to store information after reopening the file. Please wait for the new update. :(
7
Plugins development / Re: FromDIP need in the wxSmith generated code?
« Last post by ollydbg on December 05, 2023, 11:38:55 am »
OK, I think we can wait until wxSmith drops the wx 3.0 support.  ;)
8
Plugins development / Re: FromDIP need in the wxSmith generated code?
« Last post by Miguel Gimenez on December 05, 2023, 09:44:57 am »
A search for FromDIP() in wxSmith returned nothing.

Fortunately, code generation for wxSize and wxPoint is centralized in wxspositionsizeproperty.cpp and wxsdimensionproperty.cpp. On the other side, wxSmith does not use FromDIP() itself, so it must be heavily edited.

Adding the FromDIP() may break existing wxSmith dialogs, but HiDPI in wxwidgets is so new that IMHO they will not be a lot.

EDIT: FromDIP() was added in wx3.1.0, but we still support wx3.0.x for C::B itself and code generated by wxSmith.
9
Plugins development / FromDIP need in the wxSmith generated code?
« Last post by ollydbg on December 05, 2023, 09:09:13 am »
Hi, it looks like there are so many monitors which has DPI scaling such as 150% or 200%.

I found that some wxSmith generated GUI works OK in one PC, but works badly on another PC. My guess is that the code generated by wxSmith is not using the FromDIP function call, so it can't handle the DPI issue.

Any ideas?
10
Using Code::Blocks / Re: How to view YMM and ZMM registers in watches window?
« Last post by VbCl8ye2vyFPaP0M on December 04, 2023, 06:33:33 pm »
Sorry about that, it seems to be a problem with GDB rather than Code::Blocks.

I'm using "GNU gdb (GDB) 13.2". It disassembles the code correctly with AVX2 instructions and ymm registers, but no amount of googling and trying commands in the console will make it print the value of YMM registers :-(
Pages: [1] 2 3 4 5 6 ... 10