Thanks for the link. I've made a copy for later review. This would be used if I wanted to wrap the C++ code as is? I have the book "Cross-Platform GUI Programming with wxWidgets" by Smart, Hock, & Csomor. I've gone back to the KISS method and ported to wxPerl their 1st Device-Context-Drawing C++ example from page 133. I got it working yesterday. It's not a line for line translation. I'll try to use this for a base and slowly move code over from the LED Display C++ program. Is there a file that contains all of the wxPerl CONSTANT definitions? i.e. EVENT_names, wxCOLORS, wxXXXX_XXXXX, etc...Thanks again.
| [reply] |
This would be used if I wanted to wrap the C++ code as is?
Yes, if you wanted to wrap wxLEDNumberCtrl (part of wx-gizmos)
Is there a file that contains all of the wxPerl CONSTANT definitions? i.e. EVENT_names, wxCOLORS, wxXXXX_XXXXX, etc...Thanks again. Yeah, why do you want to know?
| [reply] |
| [reply] |