Jump to content
Fivewin Brasil

Erros - Como resolver


CTOAS

Recommended Posts

Caros amigos, estou ficando maluco para aprender o FiveWin. Agora estou com um erro quando compilo que não consigo resolver.

citação:

288K available

Compiling ALMOWIN.PRG

ALMOWIN.PRG(104) Warning C1004 Ambiguous reference, assuming memvar: 'VDAT'

ALMOWIN.PRG(145) Warning C1003 Ambiguous reference: 'VDAT'

ALMOWIN.PRG(145) Warning C1004 Ambiguous reference, assuming memvar: 'VDAT'

ALMOWIN.PRG(151) Warning C1003 Ambiguous reference: 'VQ01'

ALMOWIN.PRG(151) Warning C1004 Ambiguous reference, assuming memvar: 'VQ01'

5 warnings

Code size 2849, Symbols 720, Constants 1231


id=quote>id=quote>

Alguem pode me ajudar?

Agradeço desde já.

Christiano Silveira - Delta Solutions

Fone: (11) 9422-8931

E-Mail: christiano.silveira@gmail.com

Você pode perder uma batalha, mas nunca a guerra.

Link to comment
Share on other sites

citação:

Caros amigos, estou ficando maluco para aprender o FiveWin. Agora estou com um erro quando compilo que não consigo resolver.

citação:

288K available

Compiling ALMOWIN.PRG

ALMOWIN.PRG(104) Warning C1004 Ambiguous reference, assuming memvar: 'VDAT'

ALMOWIN.PRG(145) Warning C1003 Ambiguous reference: 'VDAT'

ALMOWIN.PRG(145) Warning C1004 Ambiguous reference, assuming memvar: 'VDAT'

ALMOWIN.PRG(151) Warning C1003 Ambiguous reference: 'VQ01'

ALMOWIN.PRG(151) Warning C1004 Ambiguous reference, assuming memvar: 'VQ01'

5 warnings

Code size 2849, Symbols 720, Constants 1231


id=quote>id=quote>

Alguem pode me ajudar?

Agradeço desde já.

Christiano Silveira - Delta Solutions

Fone: (11) 9422-8931

E-Mail: christiano.silveira@gmail.com

Você pode perder uma batalha, mas nunca a guerra.


id=quote>id=quote>

Simples:

Embaixo da FUNCTION...

LOCAL VDAT, VQ01

ou

MEMVAR VDAT, VQ01

Bad Boy - São Paulo.

kmt_karinha@pop.com.br - 1 GB de Espaço.

FW 2.3C CLIPPER 5.3B BLINKER 7.0 WORKSHOP.EXE

Link to comment
Share on other sites

citação:

288K available

Compiling ALMOWIN.PRG

ALMOWIN.PRG(104) Warning C1004 Ambiguous reference, assuming memvar: 'VDAT'

ALMOWIN.PRG(145) Warning C1003 Ambiguous reference: 'VDAT'

ALMOWIN.PRG(145) Warning C1004 Ambiguous reference, assuming memvar: 'VDAT'

ALMOWIN.PRG(151) Warning C1003 Ambiguous reference: 'VQ01'

ALMOWIN.PRG(151) Warning C1004 Ambiguous reference, assuming memvar: 'VQ01'

5 warnings

Code size 2849, Symbols 720, Constants 1231

Christiano e demais Companheiros

Como Resolver e porque estes avisos.

No meus caso só dar este com a diretiva Clipper meuprograma /w/n (clipper53b e Blinker7) apesar de ter declarados as variáveis corretamente (imagino).

Mangueira

Clipper53b/Blinker7/fweval

mangueira@ig.com.br

Link to comment
Share on other sites

citação:

citação:

288K available

Compiling ALMOWIN.PRG

ALMOWIN.PRG(104) Warning C1004 Ambiguous reference, assuming memvar: 'VDAT'

ALMOWIN.PRG(145) Warning C1003 Ambiguous reference: 'VDAT'

ALMOWIN.PRG(145) Warning C1004 Ambiguous reference, assuming memvar: 'VDAT'

ALMOWIN.PRG(151) Warning C1003 Ambiguous reference: 'VQ01'

ALMOWIN.PRG(151) Warning C1004 Ambiguous reference, assuming memvar: 'VQ01'

5 warnings

Code size 2849, Symbols 720, Constants 1231

Christiano e demais Companheiros

Como Resolver e porque estes avisos.

No meus caso só dar este com a diretiva Clipper meuprograma /w/n (clipper53b e Blinker7) apesar de ter declarados as variáveis corretamente (imagino).

Mangueira

Clipper53b/Blinker7/fweval

mangueira@ig.com.br


id=quote>id=quote>

Mangueira, meu querido, o seu pré-processador está agindo corretamente, pois quando você usa o /W -> Warning em Inglês, significa: "ATENÇÃO - CUIDADO", ele apenas está te avisando, que você esqueceu de DEFINIR uma DIRETIVA de Variavel LOCAL, MEMVAR, PUBLIC, PRIVATE, etc.

É ALTAMENTE RECOMENDADO, que você continue usando estas DIRETIVAS, pois assim, você terá sempre um CODIGO PURO, livre de ERROS DE LÓGICA ou de EXCESSOS DE PARAMETROS, ou INCLUDES DESNECESSÃRIOS.

E EU VOU ALÉM... RECOMENDO, que você use DIRETIVAS MÃXIMAS:

ASSIM:

/ES2/M/N/W

->Cruel com eventuais erros... De qualquer Especie, não deixará passar... E além disso, te deixará bem mais aprimorado em matéria de CLIPPER 5.3B.

Fazendo assim, você sentirá o prazer em ver o PODERIO BÉLICO DO CLIPPER 5.3B. EU USO, E ADORO. PROGRAMAS REDONDOS, LIVRE DE ERROS, RODANDO PERFEITOS. PAU DE MEMÓRIA? NEM PENSAR! ABORTAR PROGRAMA? NEM PENSAR! USUÃRIOS RECLAMANDO? NUNCA! USO, DESDE A ERA D.O.S., e te asseguro, NUNCA VOLTEI EM UM CLIENTE PARA 'ARRUMAR UM ERRO!' DEUS ME LIVRE! USE SEMPRE O QUE O CLIPPER E O FIVEWIN TE OFERECEM DE MELHOR. Dà TRABALHO, MAS VALE A PENA! É isso. Abraços.

Bad Boy - São Paulo.

kmt_karinha@pop.com.br - 1 GB de Espaço.

FW 2.3C CLIPPER 5.3B BLINKER 7.0 WORKSHOP.EXE

Link to comment
Share on other sites

Valeu Capiaba.

Também detesto um PRG com Problemas. Comecei a usar o Clipper Atrium (?) e fui ate 5.1 onde parei por besteira minha. Você não sabe o tempo que perdi tentando usar outras linguagens. Tenho copia de avaliação do FiveWin desde 1998 e não acreditava nele, parei na primeira compilação. Agora, com a ajuda de vocês, to vendo a potencialidade do FiveWin e a MD que fiz em perder este tempo todo.

Abração e obrigado a todos

Mangueira

Clipper53b/Blinker7/fweval

mangueira@ig.com.br

Link to comment
Share on other sites

Mangueira,

Assino embaixo.

Compramos o FW24 há dois anos e não conseguimos evoluir naquele momento.

Participei do 1º encontro como paraquedista há um ano e meio.

Passadas tentativas em Visual Fox-Pró (que também compramos) e Delphy (curso), a coisa só andou após a nossa entrada nesse fórum.

Ainda tenho umas 100.000 linhas para converter no nosso sistema mais importante, mas, hoje, pela primeira vez, eu tenho a certeza que vamos conseguir.

Por isso, faça como eu, não tenha medo de falar besteira no Fórum, sempre tem alguém para ajudar.

Paulo/CONTATO SISTEMAS

Clipper53b / W26 / Blinker70

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...