Help!-wxctb:Finally pass compile still not working right Topic is solved

Talk here about issues with one of the components hosted at wxCode, or suggest features for it.
Post Reply
SamHu
Earned a small fee
Earned a small fee
Posts: 20
Joined: Tue Sep 20, 2011 7:52 am

Help!-wxctb:Finally pass compile still not working right

Post by SamHu »

--windows 7
--mingw-4.4.1
--wxctb-0.16

I finally understand how the file in wxctb are organized and pass compiling.
but the testctb.exe compiled with the .dll is not running right
it is supposed to test serial port and serve as an sample in the addition.
before I learn how to program with it I need to get the sample working.

The problem now is that when I run testctb.exe it just flash for like a second.
it exit without doing anything

Please help me out : [-o<
Coding is not funny.
It is nothing but a pain.
While people like me still get obessed to it.
Auria
Site Admin
Site Admin
Posts: 6695
Joined: Thu Sep 28, 2006 12:23 am
Contact:

Re: Help!-wxctb:Finally pass compile still not working right

Post by Auria »

Can you try single-stepping in it with a debugger? This can also help you see if anything is written on the console
"Keyboard not detected. Press F1 to continue"
-- Windows
SamHu
Earned a small fee
Earned a small fee
Posts: 20
Joined: Tue Sep 20, 2011 7:52 am

Re: Help!-wxctb:Finally pass compile still not working right

Post by SamHu »

I only know how to use debugger in IDE but this one is compiled with command in CMD.exe.
I have no idea how to use debugger of mingw with command
Any tips on that
Coding is not funny.
It is nothing but a pain.
While people like me still get obessed to it.
ollydbg23
Super wx Problem Solver
Super wx Problem Solver
Posts: 438
Joined: Fri Dec 12, 2008 10:31 am

Re: Help!-wxctb:Finally pass compile still not working right

Post by ollydbg23 »

wxctb-0.16
Where can I find it?
I have see only wxctb-0.13 version in:
http://wxcode.svn.sourceforge.net/viewv ... nents/ctb/

Also, this page: https://iftools.com/download/ctb/0.16/README has the ctb 0.16.

But I think wxctb is different with ctb.
Post Reply