Recent Posts

Pages: 1 2 3 [4] 5 6 7 8 9 10
31
Plugins development / Re: Small problem in DragScroll_Windows.cbp
« Last post by gd_on on May 02, 2026, 06:10:19 pm »
Thanks.
But, not sure that this fix the problem encountered by jggimi. He uses a makefile process I suppose, and the path to manifest.xml is not found, if I understand well.
32
Plugins development / Re: Small problem in DragScroll_Windows.cbp
« Last post by Pecan on May 02, 2026, 05:55:05 pm »
Fixed svn rev 13839.
33
Plugins development / Re: Small problem in DragScroll_Windows.cbp
« Last post by jggimi on May 02, 2026, 03:46:29 pm »
On my OS (OpenBSD), 13838 won't build dragscroll from source: it doesn't know how to build manifest.xml.  Not sure why.

Code
Making all in appdata
Making all in dragscroll
make: don't know how to make manifest.xml (prerequisite of: dragscroll.zip)
Stop in src/plugins/contrib/dragscroll
*** Error 1 in src/plugins/contrib (Makefile:658 'all-recursive')
34
Help / Re: debugger_gdbmi
« Last post by Frank_CB on May 02, 2026, 08:41:43 am »
ollydbg:

Thanks for responding. Since I have nothing to do with debugger_gdbmi, you should ask Pecan those questions. I was just trying to add that plugin to my svn version of C::B.
35
Plugins development / Re: Small problem in DragScroll_Windows.cbp
« Last post by ollydbg on May 02, 2026, 08:36:25 am »
I think we don't need this "src" folder.

I just looked at the other plugins' folder, I don't see the "src" folder there.

Pecan may give some comments on this.

EDIT:
It looks like Pecan's maintained plugin has this feature, I mean there is a src folder in the plugin's root folder.
Can we make more consistence?
36
Help / Re: debugger_gdbmi
« Last post by ollydbg on May 02, 2026, 08:30:43 am »
37
Help / Re: debugger_gdbmi
« Last post by ollydbg on May 02, 2026, 07:25:41 am »
One question: When I looked at the file: debugger_gdbmi_wx33_64.cbp

Code
		<Extensions>
<envvars set="cb_plugin" />
<wxsmith version="1">
<gui name="wxWidgets" src="" main="" init_handlers="necessary" language="CPP" />
<resources>
<wxPanel wxs="wxsmith/config_panel.wxs" src="src/config.cpp" hdr="src/config.h" fwddecl="1" i18n="1" name="ConfigurationPanel" language="CPP" />
</resources>
</wxsmith>
</Extensions>

I don't see the wxs file in the github code repo, did you forget to add it to the repo?

EDIT1:
Or maybe, the config.h and config.cpp is not necessary for building this plugin?

EDIT2:

I think the debugger_gdbmi_wx32_64.depend those depends file should be removed from the code repo.
38
Development / Re: wxSmith use bad constructor for wxStaticBoxSizer
« Last post by ollydbg on May 02, 2026, 07:18:41 am »
Using Delta Executor, users can experience smooth script execution with fewer errors. Its optimized system improves performance and ensures a stable environment, helping users complete tasks quickly without facing technical problems.

spam reported.
39
Plugins development / Small problem in DragScroll_Windows.cbp
« Last post by gd_on on May 01, 2026, 02:52:18 pm »
After the move to a subfolder src of the dragscroll plugin code (svn 13836), at line 61 DragScroll_Windows.cbp, a src\manifest.xml should be there (not only manifest.xml). Other cbps are OK.
40
Help / Re: debugger_gdbmi
« Last post by Frank_CB on April 30, 2026, 06:15:17 am »
Thanks for responding. I'll just wait until it shows up in source.
Pages: 1 2 3 [4] 5 6 7 8 9 10