Ver Mensaje Individual
  #7  
Antiguo 04-05-2017
yacolca2008 yacolca2008 is offline
Registrado
 
Registrado: jun 2007
Posts: 4
Reputación: 0
yacolca2008 Va por buen camino
Smile Usa Delphi desactivando el RTL y el Package RunTime

Cita:
Empezado por silverblade Ver Mensaje
Hola amigos!

Estoy usando c++ builder xe3 de embarcadero cuando desactivo el link with dynamic rtl y el package runtime para poner mi aplicacion portable(que me funcione en cualquier pc sin tener embarcadero instalado). Me da los siguientes errores:


[ilink32 Error] Error: Unable to open file 'DXSKININFO.RES'
[ilink32 Error] Error: Unable to open file 'CXLOOKANDFEELPAINTERS.RES'
[ilink32 Error] Error: Unable to open file 'CXCONTROLS.RES'
[ilink32 Error] Error: Unable to open file 'DXOFFICE11.RES'
[ilink32 Error] Error: Unable to open file 'CXEDIT.RES'
[ilink32 Error] Error: Unable to open file 'CXSCROLLCURSORS.RES'
[ilink32 Error] Error: Unable to open file 'CXGRID.RES'
[ilink32 Error] Error: Unable to open file 'CXFILTERDIALOG.DFM'
[ilink32 Error] Error: Unable to open file 'DXSKINSDEFAULTPAINTERS.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINBLACK.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINBLUE.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINCARAMEL.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINCOFFEE.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINDARKROOM.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINDARKSIDE.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINFOGGY.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINGLASSOCEANS.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINIMAGINARY.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINLILIAN.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINLIQUIDSKY.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINLONDONLIQUIDSKY.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINMCSKIN.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINMONEYTWINS.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINOFFICE2007BLACK.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINOFFICE2007BLUE.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINOFFICE2007GREEN.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINOFFICE2007PINK.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINOFFICE2007SILVER.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINOFFICE2010BLACK.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINOFFICE2010BLUE.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINOFFICE2010SILVER.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINPUMPKIN.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINSEVEN.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINSHARP.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINSILVER.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINSPRINGTIME.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINSTARDUST.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINSUMMER2008.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINVALENTINE.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINXMAS2008BLUE.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINBLUEPRINT.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINDEVEXPRESSDARKSTYLE.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINDEVEXPRESSSTYLE.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINHIGHCONTRAST.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINSEVENCLASSIC.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINSHARPPLUS.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINTHEASPHALTWORLD.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINVS2010.RES'
[ilink32 Error] Error: Unable to open file 'DXSKINWHITEPRINT.RES'
[ilink32 Error] Error: Unable to open file 'CXFILTERCONTROLDIALOG.DFM'
[ilink32 Error] Error: Unable to open file 'CXIMAGE.DFM'
[ilink32 Error] Error: Unable to perform link
Failed
Elapsed time: 00:00:05.6

Que puedo hacer para resolver este problema? he buscado por la web y no he encontrado solucion al problema. Estos errores lo hace solo cuando uso los devexpress
La solucion seria usar Delphi, ya que el C++Builder no he podido hacer un Exe que pueda funcionar solo en otra pc, lo hacia con c++builder 5 y c++buidel6 pero ahora en embarcadero ya no me a sido posible lograrlo, tuve que rehacer mi codigo para Delphi y ahi si lo logre.
Responder Con Cita