|
From: asif s. <asi...@gm...> - 2011-03-22 09:16:20
|
Hi Andrew, I ***thought*** that pointers to members were implemented as displacements from some base address - that's why you can create and initialize a pointer to member before you create an instance of its class. But the page that you have attached suggests that things are implemented differently perhaps. Best regards / asif On Mon, Mar 21, 2011 at 6:02 PM, <and...@co...> wrote: > Hello Asif, > > briefly: > > I have attached some more instructions specific to VC++ 2010. > > Now I see that http://smartwin.sourceforge.net/getting_started.php needs > to be updated. Use http://smartwin.sourceforge.net/doc/ instead. > > For example, you can see information on Linux there under: “Related Files| > Winelib on Linux “ > or use Doxygen to generate the documentation. > > > RE: I see only main() at the following page: > http://smartwin.sourceforge.net/getting_started.php > Can I bring main() back? > -- Probably yes, if you remove the main in application.cpp, and do what it > does. > > must run ... > > best regards, Andrew > > The *curiously recurring template pattern* (*CRTP*) is a C++ idiom in > which a class X derives from a class template instantiation using X itself > as template argument > Stroustrup: The C++ Programming Language (Third Edition)<http://www2.research.att.com/%7Ebs/3rd.html>== TC++PL > *Substitution failure is not an error* (*SFINAE*) > http://en.wikipedia.org/wiki/Substitution_failure_is_not_an_error > > > > *From:* asif saeed <asi...@gm...> > *Sent:* Monday, March 21, 2011 6:14 AM > *To:* sma...@li... > *Subject:* [SmartWin-General] SmartWin / Mutithreading > > Hi, > > I must say that SmartWin is awesome. Too bad you didn't create a Linux/Unix > port. Is there any Linux port effort underway? > > I am a newbie to SmartWin. I wonder what the implications of using SmartWin > in multi-threaded projects are. Though I am very likely not as good a > template expert as you guys are but I have certainly used CRTP to create > factories in a similar manner as can be gleaned from HelloSmartWin project. > I didn't connect events to slots though via templates. I have been reading > TC++PL for ages but haven't yet read the other books (Modern C++ Design, for > example) that you guys have read. > > Can you guys also provide links to SFINAE that I can use to update myself > on it? > > Best regards / Asif > > ------------------------------ > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > > ------------------------------ > _______________________________________________ > SmartWin-General mailing list > Sma...@li... > https://lists.sourceforge.net/lists/listinfo/smartwin-general > > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > _______________________________________________ > SmartWin-General mailing list > Sma...@li... > https://lists.sourceforge.net/lists/listinfo/smartwin-general > > |