Forum Discussion
dodes_po
15 years agoOccasional Contributor
Hi Alexei,
As I've said I've already read the manual about C++, Open Application s, wxWidgets, etc... Neither of those links provided answer to my question.
I've compiled my app as stated in manual. When I then run thy application and locate it in the object browser I cannot see any wxWidget's instances show there. I see only generic windows "objects". As stated in manual there are 2 options to use wxWidgets.The first one is to use some special wrapper classes. This method as I understand is provided automatically for MFC, Win32, ... (Or?). The second one is to use debug info agent. If I understand it correctly, this method read debug info (probably .pdb files) and get from there instances which are associated to windows. Should I provide some more info to TC to be able see some wxWidgets instances in object browser?
And now my question:
I have an wxWidgets application which is compiled as stated in manual with debug info ON, etc...
What exactly should I do to be able see/use wxWidgets's based instance in TC object browser/script?
Thanks
Dodes
As I've said I've already read the manual about C++, Open Application s, wxWidgets, etc... Neither of those links provided answer to my question.
I've compiled my app as stated in manual. When I then run thy application and locate it in the object browser I cannot see any wxWidget's instances show there. I see only generic windows "objects". As stated in manual there are 2 options to use wxWidgets.The first one is to use some special wrapper classes. This method as I understand is provided automatically for MFC, Win32, ... (Or?). The second one is to use debug info agent. If I understand it correctly, this method read debug info (probably .pdb files) and get from there instances which are associated to windows. Should I provide some more info to TC to be able see some wxWidgets instances in object browser?
And now my question:
I have an wxWidgets application which is compiled as stated in manual with debug info ON, etc...
What exactly should I do to be able see/use wxWidgets's based instance in TC object browser/script?
Thanks
Dodes