From: Foster T. B. <fbr...@ad...> - 2005-03-21 18:47:38
|
I've made some changes to get Ralph's submission building again in CodeWarrior, and checked in the changes to the sandbox. Thanks, Ralph! Blessings, Foster On Mar 20, 2005, at 08:35p, Ralph Thomas wrote: > Hi folks, > > I just checked in some changes to the adobe/test/visual program (in > the sandbox): > > * Jamfile, boost-build.jam, project-root.jam -- the program can now > be built using bjam > * headers/latch.hpp -- now compiles > * headers/report_exception.hpp -- REGRESSION: only logs exceptions > to disk, as editor_sheet_g was removed > * headers/ui_core.hpp -- made change to visiblilty of > window_t::implementation_t for GCC as had been done for MSVC. > * headers/express_viewer.hpp -- defines simpleApplication class > * sources/express_viewer.cpp -- implements simpleApplication class > * sources/mac/main.cpp -- main driver for macintosh > * sources/win/main.cpp -- main driver for Win32 > > Previously the Adobe Begin application was all in express_viewer.cpp. > I broke it out and put the platform independent bits (most of the > code) in express_viewer.cpp (in a class called simpleApplication -- > might be a good idea to rename it to express_viewer...). The main.cpp > files contain the main functions, and any platform specific code > (typically very little). > > I hope to fix the regression soon. I have been able to build this on > Windows (using MSVC 2003, it should also work with the free MSVC > Toolbox), and I have been able to build the files I touched for Mac, > using GCC. I had trouble getting the rest of the application to > compile with GCC, however (I have modifications which get most of the > way there, but only hacks at this stage). Hopefully it will all > compile fine on codewarrior. > > Thanks, > Ralph > > PS: It would be nice if ui_core supported application menus (in the > main window, or at the top of the screen) -- currently a lot of > functionality is inaccessible on Win32 because there is no application > menu. > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real > users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Adobe-source-devel mailing list > Ado...@li... > https://lists.sourceforge.net/lists/listinfo/adobe-source-devel > > -- Foster T. Brereton <}}}>< Romans 3:21-26 A d o b e S o f t w a r e T e c h n o l o g y L a b "What 99 percent of programmers need to know is not how to build components but how to use them." -- Alexander Stepanov |