From: David C. <unc...@un...> - 2005-04-28 22:15:20
|
I made this change in express_viewer.cpp (starting at line 131): static std::ifstream editor_stream_s(editor_eve.c_str()); static adobe::auto_ptr<eve_client::eve_client_holder> editor_view_s( eve_client::make_view( editor_eve.c_str(), editor_stream_s,//std::ifstream(editor_eve.c_str()), editor_sheet_s, [snip] to fix this: /Users/uncommon/Developer/ASL/sandbox/adobe-source/adobe/test/visual/ sources/express_viewer.cpp:141: error: could not convert `ifstream((&editor_eve)->std::basic_string<_CharT, _Traits, _Alloc>::c_str() const [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>](), (std::_Ios_Openmode)8)' to `std::istream&' ...but that gets me an infinite recursion situation in Begin that has been difficult to track down. But maybe I won't have to if there's a different fix for the above error :) -- David Catmull unc...@un... http://www.uncommonplace.com/ |