necesito ayudad
#include "fivewin.ch"
function main()
local ow
define window ow from 0,0 to 10,80 title "CA-Clipper"
@ 1,1 say "Estoy programando en Windows!"
activate window ow
return(nil)
Ahora escriba el archivo bli.lnk:
BLINKER CLIPPER SYMBOL OFF
fi x
out minombre.exe
PACKCODE
PACKDATA
DEFBEGIN
name Minombre
description 'este es mi 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
no tengo estas librerias me pueden ayudar
Five, FiveC, Objects