FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour #ifdef __xpp__ en la tw de hernana (SOLUCIONADO)
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
#ifdef __xpp__ en la tw de hernana (SOLUCIONADO)
Posted: Sat Apr 11, 2009 12:27 PM
Para que esta este codigo? si activo la directiva __XPP__
me da error.

Gracias.

Code (fw): Select all Collapse
#ifdef __XPP__

static function wBrwLine( hWnd, hDC, nRowPos, aValues, aColSizes,;
                          nColPos, nClrText, nClrPane,;
                          hFont, lTree, aJustify, nPressed, nLineStyle,;
                          nColAct, lFocused )
   local nTxtHeight, hOldFont
   local nColStart  := -1
   local nWidth     := WndWidth( hWnd )
   local nRow := nRowPos, nTop, nBottom, nLeft, nRight, n
   local lReleaseDC := .f.
   local nForeColor, nBackColor

Code (fw): Select all Collapse
Application
===========
   Path and name: D:\32bits\mysql\BIN\mysql.Exe (32 bits)
   Size: 2,384,896 bytes
   Time from start: 0 hours 0 mins 0 secs 
   Error occurred at: 11/04/2009, 09:26:53
   Error description: Error BASE/1005  Message not found: TICON:_NEW

Stack Calls
===========
   Called from: source\rtl\tobject.prg => TICON:ERROR(172)
   Called from: source\rtl\tobject.prg => TICON:MSGNOTFOUND(205)
   Called from: source\rtl\tobject.prg => TICON:_NEW(0)
   Called from: Source\menu.prg => MAIN(67)
FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: #ifdef __xpp__ en la tw de hernana
Posted: Sat Apr 11, 2009 01:20 PM

Ese define era para el soporte de XBase++.

Daba la opción de usar el código en PRG en vez de en C.

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion