On Wed, 5 Nov 2003 16:24:17 +1000 (EST) Mark Livingstone <[EMAIL PROTECTED]> wrote:
ML> I know C++ doesn't use main() any more but can someone tell me which source
ML> code file M's prime function is in?
See Xavier's reply. C++ does use main() but it is hidden inside
IMPLEMENT_APP() macro when using wxWindows and main() calls a wxWindows
initialization function which then creates a wxApp-derived object (MApp in
our case) and calls its OnInit(), OnRun() and OnExit(), in this order (the
latter 2 are only called if OnInit() succeeds; OnRun() enters the main
message loop and stays there for 99% of the program execution time).
ML> I notice in the code a lot of _("...") and _T("..."). I understand it is
ML> something to do with translation but could someone tell me the actual
ML> difference?
http://www.wxwindows.org/faqcmn.htm#wxtmacro
ML> Yesterday I downloaded the SWIG Archive which comes as a .MBOX file. 17MB+,
ML> 5000+ msgs. What I noticed was that when reading it from the beginning, it
ML> does not drop to the bottom in the message details list view each time you
ML> read another message. Previously, I had thought this annoying phenomenon was
ML> based on no. of messages in a MBOX but it seems not. I'll cary on trying to
ML> provoke it and see what happens. I have deleted messages and that didn't cause
ML> it. I deliberately read the last message and then went to the top again and it
ML> didn't cause it yet other MBOXes still have this behaviour.
I'd really like to have a reproducible way to see this bug. I will try the
Unix version soon but I won't have time a lot of time to test it so if I
can't even see this bug quickly chances of me fixing it aren't great :-(
Thanks,
VZ
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers