MarcoRu Posted November 21, 2012 Posted November 21, 2012 Hi, I'm installing the latest UniGui components and when I build the uniCUIChart12.pbl, I have this error: [DCC Error] uniChart.pas(581): E2003 Undeclared identifier: 'ValuesLists' Quote
Administrators Farshad Mohajeri Posted November 21, 2012 Administrators Posted November 21, 2012 I need to investigate this in your PC. Please install TeamViewer and send me your ID and Pwd in a private message. Quote
v4v4n Posted November 21, 2012 Posted November 21, 2012 I need to investigate this in your PC. Please install TeamViewer and send me your ID and Pwd in a private message. the same error i got on my delphi 2010. i can not install this version too Quote
Administrators Farshad Mohajeri Posted November 21, 2012 Administrators Posted November 21, 2012 I need to investigate this in your PC. Please install TeamViewer and send me your ID and Pwd in a private message. Quote
MarcoRu Posted November 22, 2012 Author Posted November 22, 2012 I can't give you access to my computer. Is in a VPN and for corporate policies I can't give them Quote
Administrators Farshad Mohajeri Posted November 29, 2012 Administrators Posted November 29, 2012 What IDE extensions are installed? {$ifdef COMPILER_10_5_UP} SetLength(Result, ValuesList[0].Count); for I := 0 to ValuesList[0].Count - 1 do {$else} SetLength(Result, ValuesLists[0].Count); for I := 0 to ValuesLists[0].Count - 1 do {$endif} In above code {$ifdef COMPILER_10_5_UP} Should return True in D2009, can you verify this? Quote
MarcoRu Posted November 29, 2012 Author Posted November 29, 2012 I try to put the code in a uniGuiForm. This part of code is ok: {$ifdef COMPILER_10_5_UP} SetLength(Result, ValuesList[0].Count); for I := 0 to ValuesList[0].Count - 1 do {$else} but the other part give me error {$else} SetLength(Result, ValuesLists[0].Count); for I := 0 to ValuesLists[0].Count - 1 do {$endif} Quote
Administrators Farshad Mohajeri Posted November 29, 2012 Administrators Posted November 29, 2012 {$ifdef COMPILER_10_5_UP} If False then something conflicts with IDE macro pre processor; an IDE plugin perhaps, Quote
Administrators Farshad Mohajeri Posted November 29, 2012 Administrators Posted November 29, 2012 Try disabling cnPack and try again. Quote
MarcoRu Posted December 13, 2012 Author Posted December 13, 2012 Hi Farshad, cnPack is not installed on my Delphi. Now I have installed the latest build and the problem persist Quote
Administrators Farshad Mohajeri Posted December 13, 2012 Administrators Posted December 13, 2012 Problem is somehow with your Delphi installation. You must try with a fresh Delphi installation and see if problem persists. Quote
Administrators Farshad Mohajeri Posted January 16, 2013 Administrators Posted January 16, 2013 http://forums.unigui.com/index.php?/topic/2611-xe3-update-1-and-build-975/page__view__findpost__p__12359 Quote
MarcoRu Posted February 5, 2013 Author Posted February 5, 2013 I try to follow your Workaround (changing the Library search path) and it works Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.