Jump to content
Fivewin Brasil

fivewin avaliação


conpete

Recommended Posts

Depois de longos anos usando o clipper resolvi enfrentar a realidade e partir para o visual .

Baixei a versão de avaliação do fivewin e, segundo os passos de um manual também baixado na Internet enfrentei na primeira tentativa o problema mostrado abaixo.. alguém pode me ajudar?

Mangueira

mangueira@ig.com.br

C:\DEMO> [36mblinker @x

(__) (__) BLINKER DOS Extender and Windows Linker 4.10

___ Blink and you'll miss it !!

Copyright © Assembler Software Manufacturers, Inc. 1990-96

All Rights Reserved. Serial # BR-055704. Fax (804) 747-4200.

BLINKER : 1115 : FIVE.LIB(ERRSYSW) : 'RDDLIST' : unresolved external

BLINKER : 1115 : FIVE.LIB(ERRSYSW) : 'RDDNAME' : unresolved external

BLINKER : 1115 : FIVE.LIB(ERRSYSW) : 'ORDNAME' : unresolved external

BLINKER : 1115 : FIVEC.LIB(FIVEFIX) : '__FSCREATE' : unresolved external

BLINKER : 0 Warning error(s), 4 Fatal error(s)

MEUMOME.EXE (not created) (1.8 seconds)

Link to comment
Share on other sites

BLINKER CLIPPER SYMBOL OFF

fi x

out meumome.exe

PACKCODE

PACKDATA

DEFBEGIN

name MeuNome

description 'este é meu programa'

exetype Windows 3.1

code moveable discardable preload

data preload moveable

stacksize 10000

heapsize 1024

segment 'PLANKTON_TEXT' nondiscardable

segment 'EXTEND_TEXT' nondiscardable

segment 'OM_TEXT' nondiscardable

segment 'OSMEM_TEXT' nondiscardable

segment 'SORTOF_TEXT' nondiscardable

segment 'STACK_TEXT' nondiscardable

DEFEND

NOBELL

sear Five, FiveC, Objects

sear WinApi, Clipper, Extend, DbfNtx, Terminal

Link to comment
Share on other sites

Este LNK, é para FIVE acima da versão 1.9.5 -> Veja no diretorio do FIVE 1.9.2\lib como está escrito o nome da LIB, provavelmente, FIVEWIN.LIB.

Este você pegou de terceiros, veja no \samples um exemplo de linkagem.

Para melhor ser ajudado, vá para a área de PROGRAMAÇÃO.

Outra coisa: Evite usar X.PRG -> de um nome ao seu PRG. Ex.: EXEMPLO.PRG. Abraços.

Bad Boy - The HuntsMan Of E.A.J. Automação Comercial.

kapiaba@brfree.com.br

FW 2.3C CLIPPER 5.3B BLINKER 7.0 WORKSHOP.EXE

Editado por - kapiaba on 17/05/2005 10:20:09

Link to comment
Share on other sites

Prez Kapiaba

Desculpe-me a cessação de saco.

Fiz seguinte...

Detonei fivewin eval baixado anteriormente e pastas criadas

Peguei nova copia aval de fivewin.com.br e reinstalei tudo, porem ainda não foi desta vez que obtive sucesso.

OBS. Não encontrei o arquivo fivewin.lib em \fweval\lib

ERRO LINKANDO

C:\DEMO> [36mclipper teste1

Clipper ® 5.2e

Copyright © 1985-1995, Computer Associates International, Inc.

Microsoft C Floating Point Support Routines

Copyright © Microsoft Corp 1984-1987. All Rights Reserved.

243K available

Compiling TESTE1.PRG

Code size 259, Symbols 240, Constants 45

C:\DEMO> [36mblinker @teste1

__ __

(®¯) (®¯) BLINKER DOS Extender and Windows Linker 4.10

___ Blink and you'll miss it !!

Copyright © Assembler Software Manufacturers, Inc. 1990-96

All Rights Reserved. Serial # BR-055704. Fax (804) 747-4200.

BLINKER : 1109 : unable to open file FIVEWIN.LIB

*******

Arquivo prg

#include "FiVEWIN.CH"

function main()

local ow

define window ow from 0,0 to 10,80 title "CA-Clipper"

@ 1,1 say "Estou programando em Windows!"

activate window ow

return(nil)

***************

arquivo LNK

BLINKER INCREMENTAL OFF

// MAP A,S

NOBELL

FI X

DEFBEGIN

name FiveWin

description 'Clipper for Windows library'

exetype Windows 3.1

code preload moveable

data preload moveable

stacksize 8500

heapsize 8500

DEFEND

LIB FiveWin,OBJECTS, WinApi, Clipper, Extend, DbfNtx //, DbfCdx, DbfMdx, DbfNdx, DbPx, Terminal

Mangueira

Link to comment
Share on other sites

http://www.fivewin.com.br/exibedicas.asp?id=159

De uma olhadinha em VIDEO.RMK e VIDEO.LNK

Infelizmente, você so conseguira compilar este exemplo, com o FIVE 2.1C

Insisto para que mude o nome do PRG para outro nome e veja quais as libs que foram instaladas.

Em vez de postar aqui, va para a AREA DE PROGRAMACAO.

O pessoal demora a ENTRAR AQUI.

Bad Boy - The HuntsMan Of E.A.J. Automação Comercial.

kapiaba@brfree.com.br

FW 2.3C CLIPPER 5.3B BLINKER 7.0 WORKSHOP.EXE

Link to comment
Share on other sites

Olá Conpete,

1ªmente, seja muito bem vindo ao fórum icon_smile_big.gif

2ªmente, dentro do fw??\samples têm um build.bat junto com os exemplos, aconselho a você entrar nesse build e modificar os paths que ele coloca e tentar rodar, tipo :

build teste

Vagner Wirts

Clipper 5.2 Lib 5.3 - Blinker 5.0 FW 2.0, Harbour 43.0 (Flex), xHarbour 99.1 99.2 99.3 (Simplex) FW 2.5 icon_smile_big.gif

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...