Search found 7 matches: clipper501

Return to advanced search

Re: PARA ANTONIO LINARES MISMA VERSION

... "Dialog.ch" #include "Font.ch" #include "Ini.ch" #include "Menu.ch" #include "Print.ch" #ifndef CLIPPER501 #include "Colors.ch" #include "DLL.ch" #include "Folder.ch" #ifndef _NOOBJECTS_CH #include "Objects.ch" ...
by JOSEMAR
Tue Jul 21, 2009 4:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PARA ANTONIO LINARES MISMA VERSION
Replies: 8
Views: 2337

... FiveWin.ch then you will see there are several #include ... inside it, and some of them may be removed if you don't use them. Usually a #define CLIPPER501 is enough, but it seems as you are using some of them, thats why you get the errors. Another solution is to compile using Clipper 5.2 as ...
by Antonio Linares
Wed Nov 07, 2007 2:17 pm
 
Forum: FiveWin for CA-Clipper
Topic: error compiling 2
Replies: 5
Views: 1997

compille error 2

I try it with #define clipper501 and it makes many c2001 error syntax error
by richard wilson
Wed Nov 07, 2007 1:55 pm
 
Forum: FiveWin for CA-Clipper
Topic: error compiling 2
Replies: 5
Views: 1997

Please add this line in your PRG before #include "FiveWin.ch":

#define CLIPPER501
#include "FiveWin.ch"
by Antonio Linares
Tue Nov 06, 2007 3:14 pm
 
Forum: FiveWin for CA-Clipper
Topic: error compiling 2
Replies: 5
Views: 1997

error compiling 2

... Windows 98 When compiling this error occur : constant.ch (61) fatal c3048 preprocessor table overflow How can l fix it many tanks I put #define clipper501 at first and l try to compile tget.prg (class). It give me a lots of error c2001 syntax error. Like the name of method or ":" many tanks
by richard wilson
Tue Nov 06, 2007 2:03 pm
 
Forum: FiveWin for CA-Clipper
Topic: error compiling 2
Replies: 5
Views: 1997

Quita esa librería de build.bat y añade estas funciones a tu PRG:

function Clipper501() ; return nil
function Clipper520() ; return nil
by Antonio Linares
Thu Dec 21, 2006 9:31 am
 
Forum: FiveWin para CA-Clipper
Topic: Como organizo el build.bat para compilar con link.exe
Replies: 2
Views: 890

Jaba,

Esas librerías puedes reemplazarlas incluyendo estas funciones en tu aplicación:

function CLIPPER501() ; return nil
function CLIPPER520() ; return nil
by Antonio Linares
Tue Dec 19, 2006 11:42 am
 
Forum: FiveWin para CA-Clipper
Topic: Libreria necesaria para usar el link.exe
Replies: 1
Views: 525

Return to advanced search