From: Foster T. B. <fbr...@ad...> - 2006-03-09 19:25:23
|
Hi Uwe, What sources are you using to do this build with? CVS or the monthly =20 distributions from sf.net? Blessings, Foster On Mar 9, 2006, at 11:17a, Arzt, Uwe wrote: > Hi, > > modal_dialog_interface does not compile with error: > error C2660: 'adobe::handle_dialog' : function does not take 7 =20 > arguments > > i have added a working_directory to the call of handle dialog inside > do_test > > [snip] > > boost::filesystem::path workingpath; > > adobe::dialog_result_t result =3D > handle_dialog( input, > record, > display_state, > adobe::dialog_display_s, > eve_stream, > adam_stream, > &always_true, > workingpath); > > then i get an assert in > \adobe\future\widgets\sources\win32\ui_core_implementation.cpp at > > void set_font(HWND window, int uxtheme_type, const WCHAR* theme_name) > { > LOGFONTW log_font =3D { 0 }; > HFONT font =3D 0; > > // > // Use the metrics to obtain the correct font for this widget. > // > if(!theme_name) > metrics_t::get_instance().set_window(window); > else > metrics_t::get_instance().set_theme_name(theme_name); > > > if (metrics_t::get_instance().get_font(uxtheme_type, log_font)) > { > // > // Create a font from the LOGFONT structure. > // > font =3D ::CreateFontIndirectW(&log_font); > } > assert(font); > > [snip] > > > What i am doing wrong? Are the examples working in principle? > > > Thanks Uwe > > > --=20 > ma...@uw... > www.uwe-arzt.de > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting =20 > language > that extends applications into web and mobile media. Attend the =20 > live webcast > and join the prime developer group breaking into this new coding =20 > territory! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=110944&bid$1720&dat=121642= > _______________________________________________ > 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 =20 components but how to use them." -- Alexander Stepanov |