Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

boost for windows, first time use -


i downloaded boost 1_45_0 windows. have vc++6 installed on windows 7 64bit pc. in windows introduction, i'm told try compile small lambda program.
placed boost in root of c:, have c:\boost\boost_1_45_0. added "c:\boost\boost_1_45_0" "include" environment variable in windows advanced system settings

what else need before c

when try compile @ command prompt, following: c:\test\boost>cl /ehsc /i c:\boost\boost_1_45_0 boost.cpp microsoft (r) 32-bit c/c++ optimizing compiler version 12.00.8804 80x86 copyright (c) microsoft corp 1984-1998. rights reserved.

boost.cpp c:\boost\boost_1_45_0\boost/config/suffix.hpp(596) : error c2039: 'typeinfo' : s not member of '`global namespace'' c:\boost\boost_1_45_0\boost/config/suffix.hpp(596) : error c2873: 'typeinfo' : s ymbol cannot used in using-declaration c:\boost\boost_1_45_0\boost/mpl/aux_/yes_no.hpp(56) : fatal error c1506: unrecov erable block scoping error

you using compiler 12 years old, , boost doesn't support it. you'll need vs.net 2003 @ minimum, i'd recommend vs2008 or vs2010. there free 'express' version of vs2010. unless have very specific need use vc++6 ditch now.


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -