Ver Mensaje Individual
  #2  
Antiguo 05-01-2013
Avatar de nlsgarcia
[nlsgarcia] nlsgarcia is offline
Miembro Premium
 
Registrado: feb 2007
Ubicación: Caracas, Venezuela
Posts: 2.206
Reputación: 21
nlsgarcia Tiene un aura espectacularnlsgarcia Tiene un aura espectacular
jlmelida,

Cita:
Empezado por jlmelida
El error que me da es : E1026 File nor found "control.res".
Revisa estos links:
Cita:
1- Thread: Delphi XE2 Update 3 - Helloworld compilation problem
https://forums.embarcadero.com/threa...threadID=65537

2- Thread: FMX file missing error for Delphi XE2 VCL only project
https://forums.embarcadero.com/messa...ssageID=413584

3- Versão Completa: (Resolvido) Erro Delphi E1026 File not found
http://www.scriptbrasil.com.br/forum...p/t161571.html

4- Erro ao carregar arquivos FMX - Delphi XE2 [RESOLVIDO]:
http://www.activedelphi.com.br/forum...8ced29f844fd46
Todos los links tratan sobre el error E1026 File not found, revisa con detalle los link 1 y 2.

Los links 3 y 4 están en idioma portugués, en caso de requerir traducción puedes usar Google Translate: http://translate.google.com/#pt/es/

Revisa estas soluciones propuestas:
Cita:
Empezado por Link-1:

"Starting in XE2, all of Embarcadero's units (other than the "System" unit)
have namespaces attached to them to help differentiate which units belong
to VCL, FireMonkey, Windows, Mac, Posix, etc.

You have two choices:

1) change your 'uses' clause to specify "Vcl.Controls" explicitally instead
of "Controls" generically.

2) go into "Project > Options > Delphi Compiler" and make sure "Vcl" is included
in the "Unit Scope Names" list, and then leave your 'uses' clause specifying
"Controls" generically."
Cita:
Empezado por Link-2:

"use the tool "Syntax Check" located in the "Project" menu, this tool usually shows where the conflict, not only shows how to fix."
Espero sea útil

Nelson.
Responder Con Cita