c++builder - Linker is unable to open COMCTRLS.OBJ -
i'm trying rebuild c++
builder project rad studio xe
xe5
. rather big project i'm struggling since week (updating / modifying several delphi components etc.) so.
what not fix linker error telling me comctrls.obj
can't opened. have seen recommendation make new project file instead of upgrading in answer similar question did (this costed me half day), nothing has been changed.
any idea how solve issue?
problem solved - please see @ https://forums.embarcadero.com/message.jspa?messageid=648072#648072
make sure don't have old .obj/.dcu/.lib files being carried on earlier xe compilation xe5 environment. double-check project , ide search paths make sure old xe paths not being referenced xe5.
i had old lib file delphi package created xe referenced accident instead of new lib created xe5 although i've installed xe5 on different pc no embarcadero on before (working 2 versions on same pc more or less impossible - have conflicts).
Comments
Post a Comment