i have got fresh install of delphi 2010 on windows 8.1. i create new project, , under packages, select "build runtime packages". i compile , error "[dcc fatal error] e2202 required package 'indycore' not found" i have checked: package indycore140.bpl available in $bds\bin directory other indy related packages. indycore.dcp file available in $bds\lib , $bds\lib\debug. this driving me nuts. hints? this command line when enable "show command line" option (line breaks added readability): dcc command line "project2.dpr" c:\delphi\delphi2010\bin\dcc32.exe --no-config -lurtl;vcl;vclx;vclimg;vclactnband;dbrtl;vcldb;vcldbx;bdertl;vcltouch;xmlrtl; dsnap;dsnapcon;teeui;teedb;tee;adortl;vclsmp;vclie;inet;inetdb;webdsnap; websnap;inetdbbde;inetdbxpress;soaprtl;dbxcommondriver;dbxclientdriver; dbxinterbasedriver;dbxmysqldriver;dbexpress;dbxcds;tdbf;intrawebdb_100_140; intraweb_100_140;indycore;indysystem;indyprotocol...
treeitem<filemodel> root = new treeitem<filemodel>(playlist); treetblviewfiles.setroot(root); treetblviewfiles.setshowroot(true); the code above sets 1 root item, need have several called root items expandable list of child items. how do that? in advance. you make parent root, don't show. that parent's children may roots, show.
after open vs ultimate 2012 c# solution in vs ultimate 2013 12.0.21005.1rel following warning: warning 1 found conflicts between different versions of same dependent assembly. please set "autogeneratebindingredirects" property true in project file. more information, see http://go.microsoft.com/fwlink/?linkid=294190 . energyms i follow microsoft link instructions. edited csproj file, adding following line: <autogeneratebindingredirects>true</autogeneratebindingredirects> when build solution again, following error: error list "app.config;obj\x86\debug\energyms.csproj.energyms.exe.config" invalid value "configfile" parameter of "generateapplicationmanifest" task. multiple items cannot passed parameter of type "microsoft.build.framework.itaskitem". energyms output window: c:\program files (x86)\msbuild\12.0\bin\microsoft.common.currentversion.targets(3243,9): error msb4094: ...
Comments
Post a Comment