|
From: Ben H. <bh...@sa...> - 2001-02-03 12:33:22
|
Yeah, STL is very well designed and very logical. I am always impressed how easy it makes things - you just have to learn it the first time. I have made some good progress on Scribia tonight. I made a "main interface" window with a list of all your characters. It has buttons to "scan log" for the currently selected character or all characters. I'll probably just send it to Lark, as she said she could commit for me. However i am having some problems as i do not seem to be getting "Throw" dialogs. For example if i forget to register a class in a window, i get no dialog - it just fails silently. If i put a breakpoint in CScribiaApp.cp at SetDebugThrow_(debugAction_Alert); it appears that the macro is dead stripped - cant even break there. It is never called. It is as if Debug_Throw were not defined in the headers - but it IS defined. Similarly, SignalStringLiteral_() does not work at all. I've spent some time looking through the project settings/code and i cant find whats wrong. Can others replicate this, or do i have a bad compiler setting? -Ben At 3:26 AM -0500 2/3/01, Ludovic Nicolle wrote: >Hi Ben, > >tell me if you are able to commit anything to the sourceforge project, even >the smallest useless change. > >For the STL part, i understand your feelings. I had a bit of confusion when >I looked at CScribiaDoc.cpp at first, but after a moment, it makes sense. I >have made a version that displays things slightly differently and shows how >to get string information for example, but i can't commit it for now. > >I haven't worked on a real interface as i was and still waiting for write >access, keeping my motivation somewhat low. > >I also added some WaitNextEvent in the scan loop to allow at least >switching app (and be able to play CL while scanning ;-) ), but those >aren't committed either of course. > >Geotzou > > > >_______________________________________________ >Scribia-developers mailing list >Scr...@li... >http://lists.sourceforge.net/lists/listinfo/scribia-developers -- <http://tunnels.tripod.com/> - My Old-As-Hell Home Page <http://freepages.sf.rootsweb.com/~bhines/> - My newish Genealogy Pages |