topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
compiling | thanks ukoenig, I got bcc582 installed but, when I run go.bat it tries to run the make file in bcc582/bin and there is no make.exe file in that folder! There is an hbmake which I tried but when I run that the screen just goes blank. |
compiling | You have to properly set the bcc config files:
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=17&t=13098">viewtopic.php?f=17&t=13098</a><!-- l --> |
compiling | Thanks to Antonio I got the bcc7 files and was able to compile successfully all 250,000 lines of my source code. However, I am very confused about the libraries. Previously I was using a version of xharbour from 2007. I upgraded to an august 2015 version and I notice that all the library names have changed, and there is no obvious correspondence between the old names and the new names. But even if I just try to use all the new libraries I get error messages to the effect that the library "contains invalid 0MF record". None of the documentation or samples I could find address this. |
compiling | Usually you get the error "contains invalid 0MF record" when you use wrong libraries for the C compiler that you are using.
What libraries names are you using ? |
compiling | Amazing Antonio! That was it, somehow I had downloaded the wrong files from xharbour. Now it all works. Thanks! Since I was using 8 year old versions of everything this is all new to me. Love the new Preview features but one strange thing--after previewing a report when I close the preview the dialog I was just at is now maximized. |
compiling | [quote:3e29yc24]after previewing a report when I close the preview the dialog I was just at is now maximized[/quote:3e29yc24]
We have not been able to reproduce it here with our examples
Could you provide a small example to reproduce it ? thanks |
compiling | David,
[quote:rpcr2yat]when I close the preview the dialog I was just at is now maximized.[/quote:rpcr2yat]
Are you sure it is a dialog and not a window?
James |
compiling | James!! You are there!!! I was wondering what happened to you. And yes, of course you are right, it is a window. Amazingly, with a couple of tips from Antonio I was able to get the program compiled with FWH 1507 and it runs fine after a few tweaks, issue with Preview being one of the few remaining. |
compiling | James, Just added "nomaximize" when defining the window and that fixes the issue with Preview. No reason anyone would want to maximize that window anyway. |
compiling | Hello everyone.
My project contains 650 prg files, use xHarbour 123, FWH1709 and BCC72, I would like to migrate to VSCode, what would be the best and fastest way to assemble a .bat file for compilation? Today I use xmate that generates internally without the need for a .bat file. Thankful in advance. |
compiling | [quote:32mhsqxk] but one strange thing--after previewing a report when I close the preview the dialog I was just at is now maximized.
[/quote:32mhsqxk]
If you are referring to mdichild windows, please see this link:
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=38957">viewtopic.php?f=6&t=38957</a><!-- l --> |
compiling more pro files to 1 app | Hello,
I have just started on programming for Mac, coming from Windows.
My code is in more files, but when I compile it the program hangs. When I put ti in one file it works OK. What am I missing? Below my code:
When I open the database in plantenkennis.prg the program runs, but exits on mouse-scroll
When I open the database using function in functions.prg, the app hangs
Rene Koot
file: plantenkennis.prg;
#include "FiveMac.ch"
#include "Functies.prg"
function Main()
local oWnd, oBrw
local cpath:=Path()
PUBLIC leigen := .T.
PUBLIC lPro := .T.
PUBLIC lEtiket := .F.
PUBLIC cDataBasePad := cPath + "/databases/"
PUBLIC aDatabases[0][8]
PUBLIC aIndexFiles[0][2]
RK_FillArrays()
RK_BestandsControle()
RK_OpenTables()
*USE (cDatabasePad + 'latnaam') INDEX (cDatabasePad + 'Latnum'), (cDatabasePad + 'Latnaam'), (cDatabasePad + 'Latkode') ALIAS Latnaam NEW
DEFINE WINDOW oWnd TITLE "Plantenkennis" ;
FROM 30, 70 TO 650, 820
@ 48, 20 BROWSE oBrw ;
FIELDS Plantkode, Naam ;
HEADERS "Latnaam->Kode", "Latnaam->Naam" ;
OF oWnd SIZE 672, 563 ALIAS Alias()
oBrw:SetColWidth( 1, 300 )
oBrw:SetColWidth( 2, 500 )
ACTIVATE WINDOW oWnd
return nil
File functies.prg:
#include "FiveMac.ch"
#define CR_LF Chr(13) + Chr(10)
FUNCTION RK_FillArrays()
*hier worden alle benodigde arrays gevuld
*date: 24-11-2015
*alle databases, volgorde: filenaam, alias, aantal indexes, indexnamen
AADD(aDataBases, {'latnaam.dbf', 'Latnaam', 3, 'Latnum', 'Latnaam', 'Latkode', '', ''})
AADD(aDataBases, {'planten.dbf', 'Planten', 1, 'Planten', '', '', '', ''})
AADD(aDataBases, {'nednaam.dbf', 'Nednaam', 2, 'Nednum', 'Nednaam', '', '', ''})
*AADD(aDataBases, {'gegeven.dbf', 'Gegeven', 1, 'Gegeven', '', '', '', ''})
*AADD(aDataBases, {'criteria.dbf', 'Criteria', 1, 'Criteria', '', '', '', ''})
*AADD(aDataBases, {'geslacht.dbf', 'Geslacht', 1, 'GeslachtNaam', '', '', '', ''})
*AADD(aDataBases, {'groep.dbf', 'Groep', 1, 'Groep', '', '', '', ''})
*AADD(aDataBases, {'familie.dbf', 'Familie', 1, 'FamilieNaam', '', '', '', ''})
*AADD(aDataBases, {'fotograaf.dbf', 'FotoGraaf', 0, '', '', '', '', ''})
*AADD(aDataBases, {'beheerlijst.dbf' 'BeheerLijst', 0, '', '', '', '', ''})
*AADD(aDataBases, {'lijst.dbf', 'Lijst', 5, 'Lijstloc', 'Lijstkode', 'LijstLat', 'LijstNed', 'LijstNed'})
*AADD(aDataBases, {'plantlib.dbf', 'PlantLib', 2, 'LibNaam', 'Libkode', '', '', ''})
*AADD(aDataBases, {'selectie.dbf', 'Selectie', 3, 'SelecKode', 'Selectie', 'SelecNed', '', ''})
*AADD(aDataBases, {'sneltext.dbf', 'Sneltext', 1, 'SnelText', '', '', '', ''})
*AADD(aDataBases, {'snoei.dbf', 'Snoei', 1, 'Snoei', '', '', '', ''})
*AADD(aDataBases, {'snoeiwijze.dbf', 'Snoeiwijze', 1, 'SnoeiWijze', '', '', '', ''})
*AADD(aDataBases, {'afstanden.dbf', 'Familie', 1, 'afstanden', '', '', '', ''})
IF lPro
* AADD(aDataBases, {'lijsten\klanten.dbf', 'Klanten', 1, 'KlantNaam', '', '', '', ''})
* AADD(aDataBases, {'lijsten\maten.dbf', 'Maten', 1, 'MaatPlant', '', '', '', ''})
* AADD(aDataBases, {'lijsten\beheer.dbf', 'Beheer', 2, 'BeheerKlant', 'BeheerLijst', '', '', ''})
* AADD(aDataBases, {'lijsten\plantlijst.dbf', 'PlantLijst', 5, 'Lijstnr', 'Naam', 'Type', 'Vak', 'Locatie'})
ENDIF
* AADD(aDataBases, {'etiketten\lblsize.dbf', 'LabelSize', 0, '', '', '', '', ''})
* AADD(aDataBases, {'etiketten\papersiz.dbf', 'PaperSize', 0, '', '', '', '', ''})
* AADD(aDataBases, {'etiketten\lblayout.dbf', 'LabelLay', 0, '', '', '', '', ''})
* AADD(aDataBases, {'etiketten\lbmanage.dbf', 'LabelManage', 0, '', '', '', '', ''})
* AADD(aDataBases, {'etiketten\listlay.dbf', 'ListLay', 0, '', '', '', '', ''})
* AADD(aDataBases, {'etiketten\listman.dbf', 'ListManage', 0, '', '', '', '', ''})
* AADD(aDataBases, {'etiketten\exportexcel.dbf', 'ExportExcel', 0, '', '', '', '', ''})
IF lEtiket
ENDIF
IF lEigen
* AADD(aDataBases, {'algemeen.dbf', 'Algemeen', 1, '', '', '', '', ''})
* AADD(aDataBases, {'duitsnaam.dbf', 'DuitsNaam', 1, '', '', '', '', ''})
* AADD(aDataBases, {'engelsnaam.dbf', 'EngelsNaam', 1, '', '', '', '', ''})
* AADD(aDataBases, {'fransnaam.dbf', 'FransNaam', 1, '', '', '', '', ''})
ENDIF
AADD(aIndexFiles, {'Latnum', 'PlantNum'})
AADD(aIndexFiles, {'Latnaam', 'Naam'})
AADD(aIndexFiles, {'Latkode', 'PlantKode'})
AADD(aIndexFiles, {'Planten', 'PlantNum'})
AADD(aIndexFiles, {'Nednum', 'PlantNum'})
AADD(aIndexFiles, {'Nednaam', 'UPPER(NederNaam)'})
RETURN NIL
*************************************************
FUNCTION RK_BestandsControle()
*om alle bestanden te controleren of ze aanwezig zijn
*date: 24-11-2015
LOCAL cBestand := '', cIndexFile := '', cField := '', r := 0
LOCAL cBarBestand := '', cBarIndex := ''
LOCAL n, i
FOR n = 1 TO LEN(aDataBases)
cBestand := cDataBasePad + aDataBases[n,1]
cBarBestand := aDataBases[n,1]
IF .NOT. FILE(cBestand)
MSgInfo(cBestand + ' is niet aanwezig' + CR_LF + 'Het programma wordt afgesloten')
RETURN
ELSE
IF aDataBases[n,3] > 0
FOR i = 1 TO aDataBases[n,3]
cIndexFile := cDataBasePad + aDataBases[n, i+3] + '.ntx'
cBarIndex := aDataBases[n, i+2]
IF .NOT. FILE(cIndexFile)
r := ASCAN(aIndexFiles, { |x| x[1] == aDataBases[n,i+3]})
IF r > 0
cField := aIndexFiles[r,2]
USE &cBestand
* Win_Main.StatusBar.Item(1) := 'Index maken voor: ' + cBarBestand + ' -> ' + cBarIndex
INDEX ON &cField TO &cIndexFile EVAL NtxProgress() EVERY LASTREC()/100
USE
ELSE
* MsgInfo('foutje in de indexarray')
ENDIF
ENDIF
NEXT
ENDIF
ENDIF
NEXT
RETURN NIL
*************************************************
FUNCTION NtxProgress()
LOCAL nComplete := INT((RECNO()/LASTREC()) * 100)
*Win_Main.StatusBar.Item(2) := 'Gedaan: ' + ALLTRIM(STR(nComplete)) + ' %'
*DO EVENTS
RETURN .T.
*************************************************
FUNCTION RK_OpenTables()
*hier worden alle bestanden geopend
*date: 25-11-2015 (aangepaste vesie)
LOCAL cDataBase := '', aIndex[0], cAlias := ''
*LOCAL cTekst := ''
FOR n = 1 TO LEN(aDataBases)
ASIZE(aIndex, 0)
cDataBase := cDataBasePad + aDataBases[n,1]
cAlias := aDataBases[n,2]
IF aDatabases[n,3] > 0
FOR i = 1 TO aDataBases[n,3]
AADD(aIndex, cDataBasePad + aDataBases[n,i+3])
NEXT
ENDIF
IF LEN(aIndex) == 0
USE (cDataBase) NEW ALIAS &cAlias SHARED
ELSEIF LEN(aIndex) == 1
USE (cDataBase) INDEX (aIndex[1]) NEW ALIAS &cAlias SHARED
ELSEIF LEN(aIndex) == 2
USE (cDataBase) INDEX (aIndex[1]), (aIndex[2]) NEW ALIAS &cAlias SHARED
ELSEIF LEN(aIndex) == 3
USE (cDataBase) INDEX (aIndex[1]), (aIndex[2]), (aIndex[3]) NEW ALIAS &cAlias SHARED
ELSEIF LEN(aIndex) == 4
USE (cDataBase) INDEX (aIndex[1]), (aIndex[2]), (aIndex[3]), (aIndex[4]) NEW ALIAS &cAlias SHARED
ELSEIF LEN(aIndex) == 5
USE (cDataBase) INDEX (aIndex[1]), (aIndex[2]), (aIndex[3]), (aIndex[4]), (aIndex[5]) NEW ALIAS &cAlias SHARED
ELSEIF LEN(aIndex) == 6
USE (cDataBase) INDEX (aIndex[1]), (aIndex[2]), (aIndex[3]), (aIndex[4]), (aIndex[5]), (aIndex[6]) NEW ALIAS &cAlias SHARED
ENDIF
NEXT
MsgInfo('tables opened')
RETURN NIL |
compiling more pro files to 1 app | René,
How are you building your app ?
Are you using a makefile ?
If so, could you please post it here ? thanks |
compiling more pro files to 1 app | René,
In FiveMac/make folder there is an example of a makefile for several PRGs
Simply do "make" from a terminal window and the app will be properly built.
Please use it as a skeleton to build your app. |
compiling more pro files to 1 app | Hello Antonio,
I build my app using terminal and type "./build.ch plantenkennis" On top of the plantenkennis.prg I include the functions.prg.
Verstuurd vanaf mijn GT-N8010 met Tapatalk |
compiling more pro files to 1 app | René,
If you want to use build.sh to build it, then please move:
#include "Functies.prg"
to the bottom of plantenkennis.prg
Our advise is to use a makefile when your app uses more than one PRG file.
In FiveMac\make you have a full working example <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
compiling more pro files to 1 app | Hello Antonio,
I was able to build my app using a makefile. But the problem was that I did not select the right database before browse. When Imput in 'select latnaam' the build went well.
I take small steps in building apps, becouse of lack of time.
Another question: where can I find ALL the commands and properties that I can use. I have looked on <!-- m --><a class="postlink" href="http://wiki.fivetechsoft.com/doku.php?id=fivemac_documentation">http://wiki.fivetechsoft.com/doku.php?i ... umentation</a><!-- m -->, but this is not very complete. A lot of items are missing.
Rene
Verstuurd vanaf mijn GT-N8010 met Tapatalk |
compiling more pro files to 1 app | René,
Please review FiveMac\include\fivemac.ch
all the FIveMac commands are defined inside it |
compiling multiple source files | Ok...rookie question....its been so long since Ive needed to do this....
I have my source code in one large PRG file...I want to break into multiple PRG modules. How do I compile (harbour) using multiple PRG files?
thanx |
compiling multiple source files | Greg,
The best way to build an application with multiple PRGs is using a make file.
At FWH/makes you have bormake.zip that includes a Borland make sample and the used files to build a FWH app. There is also a msmake.zip sample in case that you want to use Microsoft make instead of Borland make.
In case that you just want to modify samples\buildh.bat or buildx.bat files to manage several PRGs (one.prg, two.prg and three.prg), then all you have to do is:
%hdir%\bin\harbour one /n /i%fwh%\include;%hdir%\include /w /p
%hdir%\bin\harbour two /n /i%fwh%\include;%hdir%\include /w /p
%hdir%\bin\harbour three /n /i%fwh%\include;%hdir%\include /w /p
%bcdir%\bin\bcc32 -M -c -O2 -I%hdir%\include one.c
%bcdir%\bin\bcc32 -M -c -O2 -I%hdir%\include two.c
%bcdir%\bin\bcc32 -M -c -O2 -I%hdir%\include three.c
echo c0w32.obj + > b32.bc
echo one.obj + >> b32.bc
echo two.obj + >> b32.bc
echo three.obj, + >> b32.bc
echo one.exe, + >> b32.bc
... |
compiling program on M1 chip | Hello,
I have bought a new laptop with a M1-chip. Now when I run 'make' I get the following error:
[code=fw:1psf128f]<div class="fw" id="{CB}" style="font-family: monospace;"><br />xcrun: <span style="color: #000000;">error</span>: <span style="color: #000000;">unable</span> <span style="color: #0000ff;">to</span> load libxcrun <span style="color: #000000;">(</span>dlopen<span style="color: #000000;">(</span>/Applications/Xcode.app/Contents/Developer/usr/lib/libxcrun.dylib, 0x0005<span style="color: #000000;">)</span>: <span style="color: #000000;">tried</span>: <span style="color: #ff0000;">'/Applications/Xcode.app/Contents/Developer/usr/lib/libxcrun.dylib'</span> <span style="color: #000000;">(</span>mach-o file, but is an incompatible architecture <span style="color: #000000;">(</span>have <span style="color: #ff0000;">'x86_64'</span>, need <span style="color: #ff0000;">'arm64e'</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span>, <span style="color: #ff0000;">'/usr/lib/libxcrun.dylib'</span> <span style="color: #000000;">(</span>no such file<span style="color: #000000;">)</span><span style="color: #000000;">)</span>.<br /> </div>[/code:1psf128f]
How can I build a program on a M1 chip. |
compiling program on M1 chip | Dear René,
We are going to check it
Is there a chance that you could provide me remote access to your M1 mac ? |
compiling program on M1 chip | Dear Rene,
It seems as you restored xcode from Time Machine, thats why it does not work as it is, and a new xcode installation is required (M1 architecture is arm)
Once finished, we will rebuild Harbour and FiveMac and it should be working fine again <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
compiling program on M1 chip | [quote="plantenkennis":3443ub5c]Hello,
I have bought a new laptop with a M1-chip. Now when I run 'make' I get the following error:
[code=fw:3443ub5c]<div class="fw" id="{CB}" style="font-family: monospace;"><br />xcrun: <span style="color: #000000;">error</span>: <span style="color: #000000;">unable</span> <span style="color: #0000ff;">to</span> load libxcrun <span style="color: #000000;">(</span>dlopen<span style="color: #000000;">(</span>/Applications/Xcode.app/Contents/Developer/usr/lib/libxcrun.dylib, 0x0005<span style="color: #000000;">)</span>: <span style="color: #000000;">tried</span>: <span style="color: #ff0000;">'/Applications/Xcode.app/Contents/Developer/usr/lib/libxcrun.dylib'</span> <span style="color: #000000;">(</span>mach-o file, but is an incompatible architecture <span style="color: #000000;">(</span>have <span style="color: #ff0000;">'x86_64'</span>, need <span style="color: #ff0000;">'arm64e'</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span>, <span style="color: #ff0000;">'/usr/lib/libxcrun.dylib'</span> <span style="color: #000000;">(</span>no such file<span style="color: #000000;">)</span><span style="color: #000000;">)</span>.<br /> </div>[/code:3443ub5c]
How can I build a program on a M1 chip.[/quote:3443ub5c]
Hello Rene, I want to communicate with you that you are developing in mac and fivewin, my email is gusmavf at gmail dot com. thanks. |
compiling tsbutton with fwpp | I renamed bpant.c into bpaintce.cthen i try to compiling and it make error it not found these file Hc:\work\lib_32\tsbutton_6\source\function\bpaintce.c(7) : fatal error C1083: Cannot open include file: 'ClipApi.h': No such file or directory[b:3ap2swd7]the same for WinTen.h[/b:3ap2swd7]then if I rem this lines[b:3ap2swd7]//#include <WinTen.h> [/b:3ap2swd7] /* set your own path if needed */#include <Windows.h>[b:3ap2swd7]//#include <ClipApi.h>[/b:3ap2swd7] /* set your own path if needed */#include <StdLib.h>[b:3ap2swd7]the compilator give me these errors [/b:3ap2swd7][code:3ap2swd7]
[1]:clarm.Exe -W3 -c -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF /DARM /DUNICODE /IC:\work\LIB_32\TSBUTTON_6\INCLUDE;C:\work\FWPPC\INCLUDE -IC:\Work\HARBOU~1\Include /IC:\Work\Vce\Include\ARM /FoObj\BPAINTCE.Obj FUNCTION\BPAINTCE.C
Microsoft (R) C/C++ Optimizing Compiler Version 12.20.9615 for ARM
Copyright (C) Microsoft Corp 1984-2002. All rights reserved.
BPAINTCE.C
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(33) : error C2061: syntax error : identifier 'HB_FUN_SBTNPAINT'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(33) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(35) : error C2054: expected '(' to follow 'PARAMS'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(655) : warning C4013: 'MoveTo' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(783) : error C2061: syntax error : identifier 'HB_FUN_MAKESEPARATOR'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(783) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(785) : error C2054: expected '(' to follow 'PARAMS'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(804) : error C2061: syntax error : identifier 'HB_FUN_SBTNLINE'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(804) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(806) : error C2054: expected '(' to follow 'PARAMS'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(916) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(920) : warning C4013: 'CreateBrushIndirect' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(920) : warning C4047: '=' : 'struct HBRUSH__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(930) : warning C4244: 'function' : conversion from 'float ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(930) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(931) : warning C4244: 'function' : conversion from 'float ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(931) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(932) : warning C4244: 'function' : conversion from 'float ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(932) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1035) : warning C4047: '=' : 'struct HBRUSH__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1098) : warning C4047: '=' : 'struct HBRUSH__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1121) : warning C4013: 'Arc' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1138) : error C2061: syntax error : identifier 'HB_FUN_DRAWRADIO'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1138) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1140) : error C2054: expected '(' to follow 'PARAMS'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1456) : error C2061: syntax error : identifier 'HB_FUN_DRAWBOXES'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1456) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1458) : error C2054: expected '(' to follow 'PARAMS'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1484) : error C2061: syntax error : identifier 'HB_FUN_DARKCOLOR'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1484) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1486) : error C2054: expected '(' to follow 'PARAMS'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1495) : error C2061: syntax error : identifier 'HB_FUN_GETFONTHEIGHT'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1495) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1497) : error C2054: expected '(' to follow 'PARAMS'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1516) : error C2061: syntax error : identifier 'HB_FUN_DRAWRECTDOTTED'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1516) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1518) : error C2054: expected '(' to follow 'PARAMS'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1539) : error C2061: syntax error : identifier 'HB_FUN_SBARNEW'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1539) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1541) : error C2054: expected '(' to follow 'PARAMS'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1602) : warning C4013: '_parclen' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1609) : warning C4244: 'function' : conversion from 'const double ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1621) : warning C4047: '=' : 'struct HBRUSH__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1669) : warning C4133: 'function' : incompatible types - from 'char *' to 'const unsigned short *'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1675) : warning C4013: 'CreatePolygonRgn' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1675) : error C2065: 'ALTERNATE' : undeclared identifier
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1675) : warning C4047: '=' : 'struct HRGN__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1835) : error C2061: syntax error : identifier 'HB_FUN_DRAWLIMIT'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1835) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1837) : error C2054: expected '(' to follow 'PARAMS'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1864) : warning C4244: 'initializing' : conversion from 'long ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1882) : warning C4244: 'function' : conversion from 'float ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1882) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1883) : warning C4244: 'function' : conversion from 'float ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1883) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1884) : warning C4244: 'function' : conversion from 'float ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1884) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1979) : error C2061: syntax error : identifier 'HB_FUN_GRADCOLOR'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1979) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1981) : error C2054: expected '(' to follow 'PARAMS'
[/code:3ap2swd7] |
compiling tsbutton with fwpp | Silvio,What source code do you have here ?bpaintce.c(33) |
compiling tsbutton with fwpp | Irenamed bpaint.c of mercado into bpaintce.con line 33 i haveHARBOUR HB_FUN_SBTNPAINT(PARAMS) |
compiling tsbutton with fwpp | Change it into:HB_FUNC( SBTNPAINT )and also add:#include <hbapi.h>at the beginning of the C module |
compiling tsbutton with fwpp | it non compile there are many errors but if you can compile it can you send me your vers? |
compiling tsbutton with fwpp | What new errors do you have ? |
compiling tsbutton with fwpp | 1 error and 66 warningsnow i cannot show the error I use xmate and the output window is wrongtell me a batch file to compile it for a lib please |
compiling tsbutton with fwpp | Antonio, here the new errors :[code:13fhv58r]
Progetto: BUTTON6CE, Ambiente: FWPPC:
[1]:Harbour.Exe TSTSAY.PRG /m /n /es /iC:\work\FWPPC\INCLUDE;C:\work\LIB_32\TSBUTTON_6\INCLUDE /ic:\work\fwppc\include;C:\Work\HARBOU~1\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\TSTSAY.c
Harbour devel build 1.1-1 Intl.
Copyright 1999-2007, http://www.harbour-project.org/
Compiling 'TSTSAY.PRG'...
Lines 4445, Functions/Procedures 9
Generating C source output to 'Obj\TSTSAY.c'... Done.
[1]:clarm.Exe -W3 -c -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF /DARM /DUNICODE /IC:\work\FWPPC\INCLUDE;C:\work\LIB_32\TSBUTTON_6\INCLUDE -IC:\Work\HARBOU~1\Include /IC:\Work\Vce\Include\ARM /FoTSTSAY.Obj TSTSAY.c
Microsoft (R) C/C++ Optimizing Compiler Version 12.20.9615 for ARM
Copyright (C) Microsoft Corp 1984-2002. All rights reserved.
TSTSAY.c
[1]:Harbour.Exe TSBAR.PRG /m /n /es /iC:\work\FWPPC\INCLUDE;C:\work\LIB_32\TSBUTTON_6\INCLUDE /ic:\work\fwppc\include;C:\Work\HARBOU~1\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\TSBAR.c
Harbour devel build 1.1-1 Intl.
Copyright 1999-2007, http://www.harbour-project.org/
Compiling 'TSBAR.PRG'...
Lines 4431, Functions/Procedures 21
Generating C source output to 'Obj\TSBAR.c'... Done.
[1]:clarm.Exe -W3 -c -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF /DARM /DUNICODE /IC:\work\FWPPC\INCLUDE;C:\work\LIB_32\TSBUTTON_6\INCLUDE -IC:\Work\HARBOU~1\Include /IC:\Work\Vce\Include\ARM /FoTSBAR.Obj TSBAR.c
Microsoft (R) C/C++ Optimizing Compiler Version 12.20.9615 for ARM
Copyright (C) Microsoft Corp 1984-2002. All rights reserved.
TSBAR.c
[1]:Harbour.Exe TSBUTTON.PRG /m /n /es /iC:\work\FWPPC\INCLUDE;C:\work\LIB_32\TSBUTTON_6\INCLUDE /ic:\work\fwppc\include;C:\Work\HARBOU~1\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\TSBUTTON.c
Harbour devel build 1.1-1 Intl.
Copyright 1999-2007, http://www.harbour-project.org/
Compiling 'TSBUTTON.PRG'...
Lines 6037, Functions/Procedures 40
Generating C source output to 'Obj\TSBUTTON.c'... Done.
[1]:clarm.Exe -W3 -c -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF /DARM /DUNICODE /IC:\work\FWPPC\INCLUDE;C:\work\LIB_32\TSBUTTON_6\INCLUDE -IC:\Work\HARBOU~1\Include /IC:\Work\Vce\Include\ARM /FoTSBUTTON.Obj TSBUTTON.c
Microsoft (R) C/C++ Optimizing Compiler Version 12.20.9615 for ARM
Copyright (C) Microsoft Corp 1984-2002. All rights reserved.
TSBUTTON.c
TSBUTTON.PRG(2548) : warning C4013: 'hb_parnl' undefined; assuming extern returning int
TSBUTTON.PRG(2549) : warning C4013: 'hb_parni' undefined; assuming extern returning int
TSBUTTON.PRG(2551) : warning C4013: 'MulDiv' undefined; assuming extern returning int
TSBUTTON.PRG(2555) : warning C4013: 'hb_retnl' undefined; assuming extern returning int
[1]:Harbour.Exe TSLINES.PRG /m /n /es /iC:\work\FWPPC\INCLUDE;C:\work\LIB_32\TSBUTTON_6\INCLUDE /ic:\work\fwppc\include;C:\Work\HARBOU~1\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\TSLINES.c
Harbour devel build 1.1-1 Intl.
Copyright 1999-2007, http://www.harbour-project.org/
Compiling 'TSLINES.PRG'...
Lines 3738, Functions/Procedures 6
Generating C source output to 'Obj\TSLINES.c'... Done.
[1]:clarm.Exe -W3 -c -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF /DARM /DUNICODE /IC:\work\FWPPC\INCLUDE;C:\work\LIB_32\TSBUTTON_6\INCLUDE -IC:\Work\HARBOU~1\Include /IC:\Work\Vce\Include\ARM /FoTSLINES.Obj TSLINES.c
Microsoft (R) C/C++ Optimizing Compiler Version 12.20.9615 for ARM
Copyright (C) Microsoft Corp 1984-2002. All rights reserved.
TSLINES.c
[1]:Harbour.Exe TSRADIO.PRG /m /n /es /iC:\work\FWPPC\INCLUDE;C:\work\LIB_32\TSBUTTON_6\INCLUDE /ic:\work\fwppc\include;C:\Work\HARBOU~1\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\TSRADIO.c
Harbour devel build 1.1-1 Intl.
Copyright 1999-2007, http://www.harbour-project.org/
Compiling 'TSRADIO.PRG'...
Lines 5100, Functions/Procedures 30
Generating C source output to 'Obj\TSRADIO.c'... Done.
[1]:clarm.Exe -W3 -c -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF /DARM /DUNICODE /IC:\work\FWPPC\INCLUDE;C:\work\LIB_32\TSBUTTON_6\INCLUDE -IC:\Work\HARBOU~1\Include /IC:\Work\Vce\Include\ARM /FoTSRADIO.Obj TSRADIO.c
Microsoft (R) C/C++ Optimizing Compiler Version 12.20.9615 for ARM
Copyright (C) Microsoft Corp 1984-2002. All rights reserved.
TSRADIO.c
[1]:clarm.Exe -W3 -c -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF /DARM /DUNICODE /IC:\work\FWPPC\INCLUDE;C:\work\LIB_32\TSBUTTON_6\INCLUDE -IC:\Work\HARBOU~1\Include /IC:\Work\Vce\Include\ARM /FoC:\work\LIB_32\TSBUTTON_6\SOURCE\CLASSES\Obj\BPAINTCE.Obj BPAINTCE.C
Microsoft (R) C/C++ Optimizing Compiler Version 12.20.9615 for ARM
Copyright (C) Microsoft Corp 1984-2002. All rights reserved.
BPAINTCE.C
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(38) : warning C4013: '_parnl' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(40) : warning C4013: '_parl' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(42) : warning C4013: '_parc' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(42) : warning C4047: 'initializing' : 'char *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(43) : warning C4013: '_parni' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(61) : warning C4013: 'ISLOGICAL' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(98) : warning C4244: '=' : conversion from 'long ' to 'unsigned short ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(185) : warning C4013: 'CreateRoundRectRgn' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(185) : warning C4047: '=' : 'struct HRGN__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(204) : warning C4047: '=' : 'struct HRGN__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(211) : warning C4047: '=' : 'struct HRGN__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(254) : warning C4047: '=' : 'struct HRGN__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(285) : warning C4013: 'CreateEllipticRgn' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(285) : warning C4047: '=' : 'struct HRGN__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(287) : warning C4047: '=' : 'struct HRGN__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(398) : warning C4244: '=' : conversion from 'long ' to 'unsigned short ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(503) : warning C4244: '=' : conversion from 'long ' to 'unsigned short ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(587) : warning C4133: 'function' : incompatible types - from 'char *' to 'const unsigned short *'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(595) : warning C4133: 'function' : incompatible types - from 'char *' to 'const unsigned short *'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(605) : warning C4133: 'function' : incompatible types - from 'char *' to 'const unsigned short *'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(629) : warning C4133: 'function' : incompatible types - from 'char *' to 'const unsigned short *'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(87) : warning C4101: 'hBmOld1' : unreferenced local variable
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(75) : warning C4101: 'bs' : unreferenced local variable
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(87) : warning C4101: 'hBmOld2' : unreferenced local variable
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(86) : warning C4101: 'lpBits' : unreferenced local variable
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(72) : warning C4101: 'lb' : unreferenced local variable
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(87) : warning C4101: 'hMask' : unreferenced local variable
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(82) : warning C4101: 'mDC' : unreferenced local variable
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(85) : warning C4101: 'pt' : unreferenced local variable
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(82) : warning C4101: 'nDC' : unreferenced local variable
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(657) : warning C4013: 'MoveTo' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(652) : warning C4101: 'pt' : unreferenced local variable
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(918) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(922) : warning C4013: 'CreateBrushIndirect' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(922) : warning C4047: '=' : 'struct HBRUSH__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(932) : warning C4244: 'function' : conversion from 'float ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(932) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(933) : warning C4244: 'function' : conversion from 'float ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(933) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(934) : warning C4244: 'function' : conversion from 'float ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(934) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1037) : warning C4047: '=' : 'struct HBRUSH__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1100) : warning C4047: '=' : 'struct HBRUSH__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1123) : warning C4013: 'Arc' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1146) : warning C4047: 'initializing' : 'char *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1189) : warning C4013: '_parclen' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1194) : warning C4047: '=' : 'struct HBRUSH__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1392) : warning C4133: 'function' : incompatible types - from 'char *' to 'const unsigned short *'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1400) : warning C4133: 'function' : incompatible types - from 'char *' to 'const unsigned short *'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1408) : warning C4133: 'function' : incompatible types - from 'char *' to 'const unsigned short *'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1414) : warning C4133: 'function' : incompatible types - from 'char *' to 'const unsigned short *'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1465) : warning C4047: 'initializing' : 'char *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1489) : warning C4013: '_retnl' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1509) : warning C4013: '_retni' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1611) : warning C4244: 'function' : conversion from 'const double ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1623) : warning C4047: '=' : 'struct HBRUSH__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1671) : warning C4133: 'function' : incompatible types - from 'char *' to 'const unsigned short *'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1677) : warning C4013: 'CreatePolygonRgn' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1677) : error C2065: 'ALTERNATE' : undeclared identifier
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1677) : warning C4047: '=' : 'struct HRGN__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1866) : warning C4244: 'initializing' : conversion from 'long ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1884) : warning C4244: 'function' : conversion from 'float ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1884) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1885) : warning C4244: 'function' : conversion from 'float ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1885) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1886) : warning C4244: 'function' : conversion from 'float ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1886) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
[/code:13fhv58r] |
compiling tsbutton with fwppp | I renamed bpant.c into bpaintce.cthen i try to compiling and it make error it not found these file Hc:\work\lib_32\tsbutton_6\source\function\bpaintce.c(7) : fatal error C1083: Cannot open include file: 'ClipApi.h': No such file or directory[b:1ote36kg]the same for WinTen.h[/b:1ote36kg]then if I rem this lines[b:1ote36kg]//#include <WinTen.h> [/b:1ote36kg] /* set your own path if needed */#include <Windows.h>[b:1ote36kg]//#include <ClipApi.h>[/b:1ote36kg] /* set your own path if needed */#include <StdLib.h>[b:1ote36kg]the compilator give me these errors [/b:1ote36kg][code:1ote36kg]
[1]:clarm.Exe -W3 -c -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF /DARM /DUNICODE /IC:\work\LIB_32\TSBUTTON_6\INCLUDE;C:\work\FWPPC\INCLUDE -IC:\Work\HARBOU~1\Include /IC:\Work\Vce\Include\ARM /FoObj\BPAINTCE.Obj FUNCTION\BPAINTCE.C
Microsoft (R) C/C++ Optimizing Compiler Version 12.20.9615 for ARM
Copyright (C) Microsoft Corp 1984-2002. All rights reserved.
BPAINTCE.C
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(33) : error C2061: syntax error : identifier 'HB_FUN_SBTNPAINT'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(33) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(35) : error C2054: expected '(' to follow 'PARAMS'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(655) : warning C4013: 'MoveTo' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(783) : error C2061: syntax error : identifier 'HB_FUN_MAKESEPARATOR'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(783) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(785) : error C2054: expected '(' to follow 'PARAMS'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(804) : error C2061: syntax error : identifier 'HB_FUN_SBTNLINE'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(804) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(806) : error C2054: expected '(' to follow 'PARAMS'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(916) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(920) : warning C4013: 'CreateBrushIndirect' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(920) : warning C4047: '=' : 'struct HBRUSH__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(930) : warning C4244: 'function' : conversion from 'float ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(930) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(931) : warning C4244: 'function' : conversion from 'float ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(931) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(932) : warning C4244: 'function' : conversion from 'float ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(932) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1035) : warning C4047: '=' : 'struct HBRUSH__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1098) : warning C4047: '=' : 'struct HBRUSH__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1121) : warning C4013: 'Arc' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1138) : error C2061: syntax error : identifier 'HB_FUN_DRAWRADIO'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1138) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1140) : error C2054: expected '(' to follow 'PARAMS'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1456) : error C2061: syntax error : identifier 'HB_FUN_DRAWBOXES'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1456) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1458) : error C2054: expected '(' to follow 'PARAMS'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1484) : error C2061: syntax error : identifier 'HB_FUN_DARKCOLOR'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1484) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1486) : error C2054: expected '(' to follow 'PARAMS'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1495) : error C2061: syntax error : identifier 'HB_FUN_GETFONTHEIGHT'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1495) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1497) : error C2054: expected '(' to follow 'PARAMS'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1516) : error C2061: syntax error : identifier 'HB_FUN_DRAWRECTDOTTED'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1516) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1518) : error C2054: expected '(' to follow 'PARAMS'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1539) : error C2061: syntax error : identifier 'HB_FUN_SBARNEW'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1539) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1541) : error C2054: expected '(' to follow 'PARAMS'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1602) : warning C4013: '_parclen' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1609) : warning C4244: 'function' : conversion from 'const double ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1621) : warning C4047: '=' : 'struct HBRUSH__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1669) : warning C4133: 'function' : incompatible types - from 'char *' to 'const unsigned short *'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1675) : warning C4013: 'CreatePolygonRgn' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1675) : error C2065: 'ALTERNATE' : undeclared identifier
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1675) : warning C4047: '=' : 'struct HRGN__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1835) : error C2061: syntax error : identifier 'HB_FUN_DRAWLIMIT'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1835) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1837) : error C2054: expected '(' to follow 'PARAMS'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1864) : warning C4244: 'initializing' : conversion from 'long ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1882) : warning C4244: 'function' : conversion from 'float ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1882) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1883) : warning C4244: 'function' : conversion from 'float ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1883) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1884) : warning C4244: 'function' : conversion from 'float ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1884) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1979) : error C2061: syntax error : identifier 'HB_FUN_GRADCOLOR'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1979) : error C2059: syntax error : ';'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1981) : error C2054: expected '(' to follow 'PARAMS'
[/code:1ote36kg]Any help ? |
compiling tsbutton with fwppp | You have to add #include <hbapi.h> |
compiling tsbutton with fwppp | I insert #include <hbapi.h>but there are many errors also[code:34boa62l]
Progetto: Sbutton6CE, Ambiente: FWPPC:
[1]:Harbour.Exe CLASSES\TSTSAY.PRG /m /n /es /iC:\work\LIB_32\TSBUTTON_6\INCLUDE;C:\work\FWPPC\INCLUDE /ic:\work\fwppc\include;C:\Work\HARBOU~1\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\TSTSAY.c
Harbour devel build 1.1-1 Intl.
Copyright 1999-2007, http://www.harbour-project.org/
Compiling 'CLASSES\TSTSAY.PRG'...
Lines 4445, Functions/Procedures 9
Generating C source output to 'Obj\TSTSAY.c'... Done.
[1]:clarm.Exe -W3 -c -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF /DARM /DUNICODE /IC:\work\LIB_32\TSBUTTON_6\INCLUDE;C:\work\FWPPC\INCLUDE -IC:\Work\HARBOU~1\Include /IC:\Work\Vce\Include\ARM /FoTSTSAY.Obj TSTSAY.c
Microsoft (R) C/C++ Optimizing Compiler Version 12.20.9615 for ARM
Copyright (C) Microsoft Corp 1984-2002. All rights reserved.
TSTSAY.c
[1]:Harbour.Exe CLASSES\TSBAR.PRG /m /n /es /iC:\work\LIB_32\TSBUTTON_6\INCLUDE;C:\work\FWPPC\INCLUDE /ic:\work\fwppc\include;C:\Work\HARBOU~1\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\TSBAR.c
Harbour devel build 1.1-1 Intl.
Copyright 1999-2007, http://www.harbour-project.org/
Compiling 'CLASSES\TSBAR.PRG'...
Lines 4431, Functions/Procedures 21
Generating C source output to 'Obj\TSBAR.c'... Done.
[1]:clarm.Exe -W3 -c -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF /DARM /DUNICODE /IC:\work\LIB_32\TSBUTTON_6\INCLUDE;C:\work\FWPPC\INCLUDE -IC:\Work\HARBOU~1\Include /IC:\Work\Vce\Include\ARM /FoTSBAR.Obj TSBAR.c
Microsoft (R) C/C++ Optimizing Compiler Version 12.20.9615 for ARM
Copyright (C) Microsoft Corp 1984-2002. All rights reserved.
TSBAR.c
[1]:Harbour.Exe CLASSES\TSBUTTON.PRG /m /n /es /iC:\work\LIB_32\TSBUTTON_6\INCLUDE;C:\work\FWPPC\INCLUDE /ic:\work\fwppc\include;C:\Work\HARBOU~1\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\TSBUTTON.c
Harbour devel build 1.1-1 Intl.
Copyright 1999-2007, http://www.harbour-project.org/
Compiling 'CLASSES\TSBUTTON.PRG'...
Lines 6037, Functions/Procedures 40
Generating C source output to 'Obj\TSBUTTON.c'... Done.
[1]:clarm.Exe -W3 -c -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF /DARM /DUNICODE /IC:\work\LIB_32\TSBUTTON_6\INCLUDE;C:\work\FWPPC\INCLUDE -IC:\Work\HARBOU~1\Include /IC:\Work\Vce\Include\ARM /FoTSBUTTON.Obj TSBUTTON.c
Microsoft (R) C/C++ Optimizing Compiler Version 12.20.9615 for ARM
Copyright (C) Microsoft Corp 1984-2002. All rights reserved.
TSBUTTON.c
c:\work\lib_32\tsbutton_6\source\obj\tsbutton.c(12728) : warning C4129: 'T' : unrecognized character escape sequence
CLASSESTSBUTTON.PRG(2548) : warning C4013: 'hb_parnl' undefined; assuming extern returning int
CLASSESTSBUTTON.PRG(2549) : warning C4013: 'hb_parni' undefined; assuming extern returning int
CLASSESTSBUTTON.PRG(2551) : warning C4013: 'MulDiv' undefined; assuming extern returning int
CLASSESTSBUTTON.PRG(2555) : warning C4013: 'hb_retnl' undefined; assuming extern returning int
[1]:Harbour.Exe CLASSES\TSLINES.PRG /m /n /es /iC:\work\LIB_32\TSBUTTON_6\INCLUDE;C:\work\FWPPC\INCLUDE /ic:\work\fwppc\include;C:\Work\HARBOU~1\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\TSLINES.c
Harbour devel build 1.1-1 Intl.
Copyright 1999-2007, http://www.harbour-project.org/
Compiling 'CLASSES\TSLINES.PRG'...
Lines 3738, Functions/Procedures 6
Generating C source output to 'Obj\TSLINES.c'... Done.
[1]:clarm.Exe -W3 -c -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF /DARM /DUNICODE /IC:\work\LIB_32\TSBUTTON_6\INCLUDE;C:\work\FWPPC\INCLUDE -IC:\Work\HARBOU~1\Include /IC:\Work\Vce\Include\ARM /FoTSLINES.Obj TSLINES.c
Microsoft (R) C/C++ Optimizing Compiler Version 12.20.9615 for ARM
Copyright (C) Microsoft Corp 1984-2002. All rights reserved.
TSLINES.c
[1]:Harbour.Exe CLASSES\TSRADIO.PRG /m /n /es /iC:\work\LIB_32\TSBUTTON_6\INCLUDE;C:\work\FWPPC\INCLUDE /ic:\work\fwppc\include;C:\Work\HARBOU~1\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\TSRADIO.c
Harbour devel build 1.1-1 Intl.
Copyright 1999-2007, http://www.harbour-project.org/
Compiling 'CLASSES\TSRADIO.PRG'...
Lines 5100, Functions/Procedures 30
Generating C source output to 'Obj\TSRADIO.c'... Done.
[1]:clarm.Exe -W3 -c -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF /DARM /DUNICODE /IC:\work\LIB_32\TSBUTTON_6\INCLUDE;C:\work\FWPPC\INCLUDE -IC:\Work\HARBOU~1\Include /IC:\Work\Vce\Include\ARM /FoTSRADIO.Obj TSRADIO.c
Microsoft (R) C/C++ Optimizing Compiler Version 12.20.9615 for ARM
Copyright (C) Microsoft Corp 1984-2002. All rights reserved.
TSRADIO.c
[1]:clarm.Exe -W3 -c -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF /DARM /DUNICODE /IC:\work\LIB_32\TSBUTTON_6\INCLUDE;C:\work\FWPPC\INCLUDE -IC:\Work\HARBOU~1\Include /IC:\Work\Vce\Include\ARM /FoObj\BPAINTCE.Obj FUNCTION\BPAINTCE.C
Microsoft (R) C/C++ Optimizing Compiler Version 12.20.9615 for ARM
Copyright (C) Microsoft Corp 1984-2002. All rights reserved.
BPAINTCE.C
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(38) : warning C4013: '_parnl' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(40) : warning C4013: '_parl' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(42) : warning C4013: '_parc' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(42) : warning C4047: 'initializing' : 'char *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(43) : warning C4013: '_parni' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(61) : warning C4013: 'ISLOGICAL' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(98) : warning C4244: '=' : conversion from 'long ' to 'unsigned short ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(185) : warning C4013: 'CreateRoundRectRgn' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(185) : warning C4047: '=' : 'struct HRGN__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(204) : warning C4047: '=' : 'struct HRGN__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(211) : warning C4047: '=' : 'struct HRGN__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(254) : warning C4047: '=' : 'struct HRGN__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(285) : warning C4013: 'CreateEllipticRgn' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(285) : warning C4047: '=' : 'struct HRGN__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(287) : warning C4047: '=' : 'struct HRGN__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(398) : warning C4244: '=' : conversion from 'long ' to 'unsigned short ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(503) : warning C4244: '=' : conversion from 'long ' to 'unsigned short ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(587) : warning C4133: 'function' : incompatible types - from 'char *' to 'const unsigned short *'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(595) : warning C4133: 'function' : incompatible types - from 'char *' to 'const unsigned short *'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(605) : warning C4133: 'function' : incompatible types - from 'char *' to 'const unsigned short *'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(629) : warning C4133: 'function' : incompatible types - from 'char *' to 'const unsigned short *'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(87) : warning C4101: 'hBmOld1' : unreferenced local variable
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(75) : warning C4101: 'bs' : unreferenced local variable
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(87) : warning C4101: 'hBmOld2' : unreferenced local variable
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(86) : warning C4101: 'lpBits' : unreferenced local variable
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(72) : warning C4101: 'lb' : unreferenced local variable
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(87) : warning C4101: 'hMask' : unreferenced local variable
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(82) : warning C4101: 'mDC' : unreferenced local variable
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(85) : warning C4101: 'pt' : unreferenced local variable
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(82) : warning C4101: 'nDC' : unreferenced local variable
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(657) : warning C4013: 'MoveTo' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(652) : warning C4101: 'pt' : unreferenced local variable
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(918) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(922) : warning C4013: 'CreateBrushIndirect' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(922) : warning C4047: '=' : 'struct HBRUSH__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(932) : warning C4244: 'function' : conversion from 'float ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(932) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(933) : warning C4244: 'function' : conversion from 'float ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(933) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(934) : warning C4244: 'function' : conversion from 'float ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(934) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1037) : warning C4047: '=' : 'struct HBRUSH__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1100) : warning C4047: '=' : 'struct HBRUSH__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1123) : warning C4013: 'Arc' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1146) : warning C4047: 'initializing' : 'char *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1189) : warning C4013: '_parclen' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1194) : warning C4047: '=' : 'struct HBRUSH__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1392) : warning C4133: 'function' : incompatible types - from 'char *' to 'const unsigned short *'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1400) : warning C4133: 'function' : incompatible types - from 'char *' to 'const unsigned short *'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1408) : warning C4133: 'function' : incompatible types - from 'char *' to 'const unsigned short *'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1414) : warning C4133: 'function' : incompatible types - from 'char *' to 'const unsigned short *'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1465) : warning C4047: 'initializing' : 'char *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1489) : warning C4013: '_retnl' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1509) : warning C4013: '_retni' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1611) : warning C4244: 'function' : conversion from 'const double ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1623) : warning C4047: '=' : 'struct HBRUSH__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1671) : warning C4133: 'function' : incompatible types - from 'char *' to 'const unsigned short *'
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1677) : warning C4013: 'CreatePolygonRgn' undefined; assuming extern returning int
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1677) : error C2065: 'ALTERNATE' : undeclared identifier
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1677) : warning C4047: '=' : 'struct HRGN__ *' differs in levels of indirection from 'int '
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1866) : warning C4244: 'initializing' : conversion from 'long ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1884) : warning C4244: 'function' : conversion from 'float ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1884) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1885) : warning C4244: 'function' : conversion from 'float ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1885) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1886) : warning C4244: 'function' : conversion from 'float ' to 'int ', possible loss of data
c:\work\lib_32\tsbutton_6\source\function\bpaintce.c(1886) : warning C4244: '=' : conversion from 'int ' to 'float ', possible loss of data
[/code:34boa62l]thanks |
compiling with harbour | Wich lib I must link for these errros
[code=fw:1bsqqzss]<div class="fw" id="{CB}" style="font-family: monospace;">Error: <span style="color: #000000;">Unresolved</span> external <span style="color: #ff0000;">'_HB_FUN_HB_UNZIPOPEN'</span> referenced <span style="color: #0000ff;">from</span> C:\WORK\HARBOUR\LIB\HBZIPARC.LIB|ziparc<br />Error: <span style="color: #000000;">Unresolved</span> external <span style="color: #ff0000;">'_HB_FUN_HB_UNZIPGLOBALINFO'</span> referenced <span style="color: #0000ff;">from</span> C:\WORK\HARBOUR\LIB\HBZIPARC.LIB|ziparc<br />Error: <span style="color: #000000;">Unresolved</span> external <span style="color: #ff0000;">'_HB_FUN_HB_UNZIPCLOSE'</span> referenced <span style="color: #0000ff;">from</span> C:\WORK\HARBOUR\LIB\HBZIPARC.LIB|ziparc<br />Error: <span style="color: #000000;">Unresolved</span> external <span style="color: #ff0000;">'_HB_FUN_HB_UNZIPFILEFIRST'</span> referenced <span style="color: #0000ff;">from</span> C:\WORK\HARBOUR\LIB\HBZIPARC.LIB|ziparc<br />Error: <span style="color: #000000;">Unresolved</span> external <span style="color: #ff0000;">'_HB_FUN_HB_UNZIPFILEINFO'</span> referenced <span style="color: #0000ff;">from</span> C:\WORK\HARBOUR\LIB\HBZIPARC.LIB|ziparc<br />Error: <span style="color: #000000;">Unresolved</span> external <span style="color: #ff0000;">'_HB_FUN_HB_UNZIPFILENEXT'</span> referenced <span style="color: #0000ff;">from</span> C:\WORK\HARBOUR\LIB\HBZIPARC.LIB|ziparc<br />Error: <span style="color: #000000;">Unresolved</span> external <span style="color: #ff0000;">'_HB_FUN_HB_ZIPOPEN'</span> referenced <span style="color: #0000ff;">from</span> C:\WORK\HARBOUR\LIB\HBZIPARC.LIB|ziparc<br />Error: <span style="color: #000000;">Unresolved</span> external <span style="color: #ff0000;">'_HB_FUN_HB_ZIPFILECREATE'</span> referenced <span style="color: #0000ff;">from</span> C:\WORK\HARBOUR\LIB\HBZIPARC.LIB|ziparc<br />Error: <span style="color: #000000;">Unresolved</span> external <span style="color: #ff0000;">'_HB_FUN_HB_ZIPFILECRC32'</span> referenced <span style="color: #0000ff;">from</span> C:\WORK\HARBOUR\LIB\HBZIPARC.LIB|ziparc<br />Error: <span style="color: #000000;">Unresolved</span> external <span style="color: #ff0000;">'_HB_FUN_HB_ZIPFILEWRITE'</span> referenced <span style="color: #0000ff;">from</span> C:\WORK\HARBOUR\LIB\HBZIPARC.LIB|ziparc<br />Error: <span style="color: #000000;">Unresolved</span> external <span style="color: #ff0000;">'_HB_FUN_HB_ZIPFILECLOSE'</span> referenced <span style="color: #0000ff;">from</span> C:\WORK\HARBOUR\LIB\HBZIPARC.LIB|ziparc<br />Error: <span style="color: #000000;">Unresolved</span> external <span style="color: #ff0000;">'_HB_FUN_HB_ZIPCLOSE'</span> referenced <span style="color: #0000ff;">from</span> C:\WORK\HARBOUR\LIB\HBZIPARC.LIB|ziparc<br />Error: <span style="color: #000000;">Unresolved</span> external <span style="color: #ff0000;">'_HB_FUN_HB_UNZIPFILEOPEN'</span> referenced <span style="color: #0000ff;">from</span> C:\WORK\HARBOUR\LIB\HBZIPARC.LIB|ziparc<br />Error: <span style="color: #000000;">Unresolved</span> external <span style="color: #ff0000;">'_HB_FUN_HB_UNZIPFILEREAD'</span> referenced <span style="color: #0000ff;">from</span> C:\WORK\HARBOUR\LIB\HBZIPARC.LIB|ziparc<br />Error: <span style="color: #000000;">Unresolved</span> external <span style="color: #ff0000;">'_HB_FUN_HB_UNZIPFILECLOSE'</span> referenced <span style="color: #0000ff;">from</span> C:\WORK\HARBOUR\LIB\HBZIPARC.LIB|ziparc<br />Error: <span style="color: #000000;">Unresolved</span> external <span style="color: #ff0000;">'_HB_FUN_HB_ZIPDELETEFILE'</span> referenced <span style="color: #0000ff;">from</span> C:\WORK\HARBOUR\LIB\HBZIPARC.LIB|ziparc<br /> </div>[/code:1bsqqzss] |
compiling with harbour | [code=fw:1u4ay6rg]<div class="fw" id="{CB}" style="font-family: monospace;"><br />#command COMPRESS <span style="color: #000000;">[</span> FILES <span style="color: #000000;">]</span> <afiles> ;<br /> <span style="color: #0000ff;">TO</span> <zipfile> ;<br /> BLOCK <block> ;<br /> <span style="color: #000000;">[</span> <ovr: <span style="color: #000000;">OVERWRITE</span>> <span style="color: #000000;">]</span> ;<br /> <span style="color: #000000;">[</span> <srp: <span style="color: #000000;">STOREPATH</span>> <span style="color: #000000;">]</span> ;<br /> <span style="color: #000000;">[</span> PASSWORD <password> <span style="color: #000000;">]</span> ;<br />=> ;<br /> COMPRESSFILES <span style="color: #000000;">(</span> <zipfile> , <afiles>, <block> , <.ovr.> , <.srp.> , <password> <span style="color: #000000;">)</span><br /><br /><span style="color: #00C800;">Function</span> Main<br /><span style="color: #B900B9;">// chama as funções para zipar e unzipar</span><br /><span style="color: #00C800;">Return</span> <span style="color: #00C800;">Nil</span><br /><br />#command UNCOMPRESS <span style="color: #000000;">[</span> FILE <span style="color: #000000;">]</span> <zipfile> ;<br /> <span style="color: #000000;">[</span> BLOCK <block> <span style="color: #000000;">]</span> ;<br /> <span style="color: #000000;">[</span> PASSWORD <password> <span style="color: #000000;">]</span> ;<br />=> ;<br /> UNCOMPRESSFILES <span style="color: #000000;">(</span> <zipfile> , <block> , <password> <span style="color: #000000;">)</span><br /><br />*------------------------------------------------------------------------------*<br /><span style="color: #00C800;">Function</span> CreateZip<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br />*------------------------------------------------------------------------------*<br /><span style="color: #00C800;">Local</span> aDir := Directory<span style="color: #000000;">(</span> <span style="color: #ff0000;">"f*.txt"</span>, <span style="color: #ff0000;">"D"</span> <span style="color: #000000;">)</span>, aFiles:= <span style="color: #000000;">{</span><span style="color: #000000;">}</span>, nLen<br /><span style="color: #00C800;">Local</span> cPath := CurDrive<span style="color: #000000;">(</span><span style="color: #000000;">)</span>+<span style="color: #ff0000;">":<span style="color: #000000;">\"</span>+CurDir()+"</span>\<span style="color: #ff0000;">"<br /><br />FillFiles( aFiles, aDir, cPath )<br /><br />if ( nLen := Len(aFiles) ) > 0<br /> Form_1.ProgressBar_1.RangeMin := 1<br /> Form_1.ProgressBar_1.RangeMax := nLen<br /> MODIFY CONTROL Label_1 OF Form_1 FONTCOLOR {0,0,0}<br /><br /> COMPRESS aFiles ;<br /> TO 'ZipTest.Zip' ;<br /> BLOCK {|cFile, nPos| ProgressUpdate( nPos, cFile, .T. ) } ;<br /> PASSWORD "</span>mypass<span style="color: #ff0000;">" ;<br /> OVERWRITE<br /><br /> MODIFY CONTROL Label_1 OF Form_1 FONTCOLOR {0,0,255}<br /> Form_1.Label_1.Value := 'Backup is finished'<br />endif<br /><br />Return Nil<br /><br />*------------------------------------------------------------------------------*<br />Function ProgressUpdate( nPos , cFile , lShowFileName )<br />*------------------------------------------------------------------------------*<br /><br /> Default lShowFileName := .F.<br /><br /> Form_1.ProgressBar_1.Value := nPos<br /> Form_1.Label_1.Value := cFileNoPath( cFile )<br /><br /> if lShowFileName<br /> INKEY(.2)<br /> endif<br /><br />Return Nil<br /><br />*------------------------------------------------------------------------------*<br />Function UnZip()<br />*------------------------------------------------------------------------------*<br />Local cCurDir := GetCurrentFolder(), cArchive<br /><br />cArchive := Getfile ( { {'Zip Files','*.ZIP'} } , 'Open File' , cCurDir , .f. , .t. )<br /><br />if !Empty(cArchive)<br /> Form_1.ProgressBar_1.RangeMin := 0<br /> Form_1.ProgressBar_1.RangeMax := GetFilesCountInZip( cArchive )<br /> MODIFY CONTROL Label_1 OF Form_1 FONTCOLOR {0,0,0}<br /><br /> UNCOMPRESS cArchive ;<br /> BLOCK {|cFile, nPos| ProgressUpdate( nPos, cFile, .T. ) } ;<br /> PASSWORD "</span>mypass<span style="color: #ff0000;">"<br /><br /> MODIFY CONTROL Label_1 OF Form_1 FONTCOLOR {0,0,255}<br /> Form_1.Label_1.Value := 'Restoration of Backup is finished'<br />endif<br /><br />Return Nil<br /><br />*------------------------------------------------------------------------------*<br />Function FillFiles( aFiles, cDir, cPath )<br />*------------------------------------------------------------------------------*<br /> Local aSubDir, cItem<br /><br /> FOR cItem :=1 TO LEN(cDir)<br /> IF cDir[cItem][5] <> "</span>D<span style="color: #ff0000;">"<br /> AADD( aFiles, cPath+cDir[cItem][1] )<br /> ELSEIF cDir[cItem][1] <> "</span>.<span style="color: #ff0000;">" .AND. cDir[cItem][1] <> "</span>..<span style="color: #ff0000;">"<br /> aSubDir := DIRECTORY( cPath+cDir[cItem][1]+"</span>\*.*<span style="color: #ff0000;">", "</span>D<span style="color: #ff0000;">" )<br /> aFiles:=FillFiles( aFiles, aSubdir, cPath+cDir[cItem][1]+"</span>\<span style="color: #ff0000;">" )<br /> ENDIF<br /> NEXT<br /><br />Return aFiles<br /><br />*------------------------------------------------------------------------------*<br />Function GETFILESCOUNTINZIP ( cFileName )<br />*------------------------------------------------------------------------------*<br />LOCAL i := 0 , hUnzip , nErr<br /><br /> hUnzip := HB_UNZIPOPEN( cFileName )<br /><br /> nErr := HB_UNZIPFILEFIRST( hUnzip )<br /><br /> DO WHILE nErr == 0<br /><br /> i++<br /> nErr := HB_UNZIPFILENEXT( hUnzip )<br /><br /> ENDDO<br /><br /> HB_UNZIPCLOSE( hUnzip )<br /><br />Return i<br /><br />*------------------------------------------------------------------------------*<br />PROCEDURE COMPRESSFILES ( cFileName , aDir , bBlock , lOvr , lStorePath , cPassword )<br />*------------------------------------------------------------------------------*<br />LOCAL hZip , cZipFile , i<br /><br /> if valtype (lOvr) == 'L'<br /> if lOvr == .t.<br /> if file (cFileName)<br /> delete file (cFileName)<br /> endif<br /> endif<br /> endif<br /><br /> hZip := HB_ZIPOPEN( cFileName )<br /> IF ! EMPTY( hZip )<br /> FOR i := 1 To Len (aDir)<br /> if valtype (bBlock) == 'B'<br /> Eval ( bBlock , aDir [i] , i ) <br /> endif<br /> cZipFile := if( lStorePath, aDir [i], cFileNoPath( aDir [i] ) )<br /> HB_ZipStoreFile( hZip, aDir [i], cZipFile, cPassword )<br /> NEXT<br /> ENDIF<br /><br /> HB_ZIPCLOSE( hZip )<br /><br />RETURN<br /><br />*------------------------------------------------------------------------------*<br />PROCEDURE UNCOMPRESSFILES ( cFileName , bBlock , cPassword )<br />*------------------------------------------------------------------------------*<br />LOCAL i := 0 , hUnzip , nErr, cFile, dDate, cTime, nSize, nCompSize, lCrypted, cComment<br /><br /> hUnzip := HB_UNZIPOPEN( cFileName )<br /><br /> nErr := HB_UNZIPFILEFIRST( hUnzip )<br /><br /> DO WHILE nErr == 0<br /><br /> HB_UnzipFileInfo( hUnzip, @cFile, @dDate, @cTime,,,, @nSize, @nCompSize, @lCrypted, @cComment )<br /><br /> if valtype (bBlock) == 'B'<br /> Eval ( bBlock , cFile , ++i )<br /> endif<br /><br /> HB_UnzipExtractCurrentFile( hUnzip, NIL, cPassword )<br /><br /> nErr := HB_UNZIPFILENEXT( hUnzip )<br /><br /> ENDDO<br /><br /> HB_UNZIPCLOSE( hUnzip )<br /><br />RETURN<br /></span></div>[/code:1u4ay6rg] |
compiling with harbour | [code=fw:ddwo26ch]<div class="fw" id="{CB}" style="font-family: monospace;"><br />echo %bcdir%\lib\c0w32.obj + > b32.bc<br />echo %<span style="color: #000000;">1</span>.obj, + >> b32.bc<br />echo %<span style="color: #000000;">1</span>.exe, + >> b32.bc<br />echo %<span style="color: #000000;">1</span>.map, + >> b32.bc<br />echo %fwh%\lib\FiveH.lib %fwh%\lib\FiveHC.lib %fwh%\lib\libmysql.lib %fwh%\lib\dolphin.lib + >> b32.bc<br />echo %hdirl%\hbwin.lib + >> b32.bc<br />echo %hdirl%\gtgui.lib + >> b32.bc<br />echo %hdirl%\hbrtl.lib + >> b32.bc<br />echo %hdirl%\hbvm.lib + >> b32.bc<br />echo %hdirl%\hblang.lib + >> b32.bc<br />echo %hdirl%\hbmacro.lib + >> b32.bc<br />echo %hdirl%\hbrdd.lib + >> b32.bc<br />echo %hdirl%\rddntx.lib + >> b32.bc<br />echo %hdirl%\rddcdx.lib + >> b32.bc<br />echo %hdirl%\rddfpt.lib + >> b32.bc<br />echo %hdirl%\hbsix.lib + >> b32.bc<br />echo %hdirl%\hbdebug.lib + >> b32.bc<br />echo %hdirl%\hbcommon.lib + >> b32.bc<br />echo %hdirl%\hbpp.lib + >> b32.bc<br />echo %hdirl%\hbcpage.lib + >> b32.bc<br />echo %hdirl%\hbcplr.lib + >> b32.bc<br />echo %hdirl%\hbct.lib + >> b32.bc<br />echo %hdirl%\hbpcre.lib + >> b32.bc<br />echo %hdirl%\xhb.lib + >> b32.bc<br />echo %hdirl%\hbziparc.lib + >> b32.bc<br />echo %hdirl%\hbmzip.lib + >> b32.bc<br />echo %hdirl%\hbzlib.lib + >> b32.bc<br />echo %hdirl%\minizip.lib + >> b32.bc<br />echo %hdirl%\png.lib + >> b32.bc<br />echo %hdirl%\hbusrrdd.lib + >> b32.bc<br />echo %hdirl%\hbmisc.lib + >> b32.bc<br /> </div>[/code:ddwo26ch]
|
compiling with harbour | Look where the *
[code=fw:2u4jggwu]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> Pasta de C:\HARBOUR\LIB<br /><br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> <span style="color: #000000;">75.776</span> bz2.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> <span style="color: #000000;">122.368</span> expat.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> <span style="color: #000000;">5.120</span> gtcgi.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> <span style="color: #000000;">9.728</span> gtgui.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> <span style="color: #000000;">12.288</span> gtpca.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> <span style="color: #000000;">10.752</span> gtstd.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> <span style="color: #000000;">21.504</span> gtwin.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">517.120</span> gtwvg.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> <span style="color: #000000;">60.416</span> gtwvt.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">31.744</span> hbamf.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">22.528</span> hbblat.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">17.408</span> hbblink.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">11.264</span> hbbz2.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">7.168</span> hbcomio.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">7.168</span> hbcomm.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">27</span> <span style="color: #000000;">150.528</span> hbcommon.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> <span style="color: #000000;">758.784</span> hbcpage.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">27</span> <span style="color: #000000;">337.408</span> hbcplr.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> <span style="color: #000000;">359.424</span> hbct.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> <span style="color: #000000;">201.216</span> hbdebug.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">35.840</span> hbexpat.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> <span style="color: #000000;">100.352</span> hbextern.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> <span style="color: #000000;">55.296</span> hbformat.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">16.384</span> hbfoxpro.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> <span style="color: #000000;">28.160</span> hbfship.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">32.768</span> hbgt.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">8.192</span> hbgzio.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">109.056</span> hbhpdf.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> <span style="color: #000000;">22.528</span> hbhsx.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">61.440</span> hbhttpd.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> <span style="color: #000000;">180.736</span> hblang.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">6.144</span> hblzf.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> <span style="color: #000000;">68.096</span> hbmacro.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">28</span> <span style="color: #000000;">7.168</span> hbmaindllh.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">28</span> <span style="color: #000000;">29.184</span> hbmaindllp.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">28</span> <span style="color: #000000;">2.560</span> hbmainstd.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">28</span> <span style="color: #000000;">7.168</span> hbmainwin.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">14.848</span> hbmemio.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">112.128</span> hbmisc.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">6.656</span> hbmlzo.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">29.184</span> hbmxml.lib<br /><br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> <span style="color: #000000;">25.600</span> hbmzip.lib *<br /><br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> <span style="color: #000000;">53.760</span> hbnetio.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">361.472</span> hbnf.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">27</span> <span style="color: #000000;">8.192</span> hbnortl.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> <span style="color: #000000;">6.656</span> hbnulrdd.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">36.352</span> hbodbc.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">6.656</span> hboslib.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">27</span> <span style="color: #000000;">270.336</span> hbpcre.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">6.656</span> hbpipeio.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">27</span> <span style="color: #000000;">259.072</span> hbpp.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> <span style="color: #000000;">246.272</span> hbrdd.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> <span style="color: #000000;">2.394</span><span style="color: #000000;">.112</span> hbrtl.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> <span style="color: #000000;">56.320</span> hbsix.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">8.192</span> hbsms.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">51.200</span> hbsqlit3.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">7.168</span> hbtcpio.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">8.192</span> hbtest.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">12.800</span> hbtinymt.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> <span style="color: #000000;">209.920</span> hbtip.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">15.872</span> hbtpathy.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> <span style="color: #000000;">48.128</span> hbuddall.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> <span style="color: #000000;">46.080</span> hbusrrdd.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">28</span> <span style="color: #000000;">460.800</span> hbvm.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">28</span> <span style="color: #000000;">602.112</span> hbvmmt.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> <span style="color: #000000;">360.448</span> hbwin.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">10.240</span> hbxdiff.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> <span style="color: #000000;">70.656</span> hbxpp.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">71.168</span> hbzebra.lib<br /><br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">13.312</span> hbziparc.lib *<br /><br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">27</span> <span style="color: #000000;">76.288</span> hbzlib.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">27</span> <span style="color: #000000;">269.312</span> jpeg.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> <span style="color: #000000;">790.016</span> libhpdf.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> <span style="color: #000000;">4.608</span> lzf.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> <span style="color: #000000;">6.144</span> minilzo.lib<br /><br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> <span style="color: #000000;">32.256</span> minizip.lib *<br /><br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> <span style="color: #000000;">47.616</span> mxml.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">27</span> <span style="color: #000000;">265.728</span> png.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">15.360</span> rddbm.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> <span style="color: #000000;">139.776</span> rddcdx.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> <span style="color: #000000;">41.472</span> rddfpt.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> <span style="color: #000000;">59.392</span> rddnsx.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> <span style="color: #000000;">55.808</span> rddntx.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> <span style="color: #000000;">25.088</span> rddsql.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">15.360</span> sddodbc.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> <span style="color: #000000;">9.216</span> sddsqlt3.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> <span style="color: #000000;">514.560</span> sqlite3.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">27</span> <span style="color: #000000;">345.088</span> tiff.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> <span style="color: #000000;">6.144</span> tinymt.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> <span style="color: #000000;">54.272</span> xdiff.lib<br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> <span style="color: #000000;">583.680</span> xhb.lib<br /> </div>[/code:2u4jggwu]
|
compiling... RESOLVED!!!! | I compiling it bt then there is an error ERROR BASE 1132 BOUND ERROR: ARRAY ACCESS FRON ERRORSYS LINE 0and in error.log[code:3b8xqsu1]
Application
===========
Path and name: C:\work\prg\visualfw\source\applicat.Exe (32 bits)
Size: 2,227,200 bytes
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 12/03/08, 13:21:52
Error description: Error BASE/1005 Message not found: TTXTEDIT:_BMOUSEWHEEL
Stack Calls
===========
Called from: tobject.prg => TTXTEDIT:ERROR(172)
Called from: tobject.prg => TTXTEDIT:MSGNOTFOUND(205)
Called from: tobject.prg => TTXTEDIT:_BMOUSEWHEEL(0)
Called from: ttxtedit.prg => TTXTEDIT:NEW(222)
Called from: code.prg => TWNDCODE:ADDPAGE(125)
Called from: project.prg => TWNDPRJ:NEW(119)
Called from: visual.prg => TVISUALIDE:NEW(141)
Called from: visual.prg => MAIN(36)[/code:3b8xqsu1] |
compiling... RESOLVED!!!! | Silvio,You have to use this Class TTxtEdit version:<!-- w --><a class="postlink" href="http://www.fivetechsoft.com/files/visual/ttxtedit.zip">www.fivetechsoft.com/files/visual/ttxtedit.zip</a><!-- w --> |
compiling... RESOLVED!!!! | Antonio it is compiled but when i open it give me this errorERROR BASE 1132 BOUND ERROR: ARRAY ACCESS FROM ERRORSYS LINE 0and then Too many..... |
compiling... RESOLVED!!!! | Silvio,Please review this topic regarding FWH ErrorSys:<!-- m --><a class="postlink" href="http://forums.fivetechsoft.com/viewtopic.php?t=13343">http://forums.fivetechsoft.com/viewtopic.php?t=13343</a><!-- m --> |
compiling... RESOLVED!!!! | Antonio,I not Have HERE the source code : I 'm out from Home can you send me errorsys.prg to private email pls |
compiling... RESOLVED!!!! | Silvio,It is provided in FWH/source/function/errsysw.prg |
compiling... RESOLVED!!!! | Antonio,I correct errsysw.prgNow it not run and this is the error [code:2qkqw774]
Application
===========
Path and name: C:\work\prg\visualfw\source\VisualFW.Exe (32 bits)
Size: 2,265,088 bytes
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 12/06/08, 09:35:52
Error description: Error BASE/1082 Argument error: -
Args:
[ 1] = U
[ 2] = N 6
Stack Calls
===========
Called from: inspect.prg => (b)TINSPECTOR:NEW(103)
Called from: WINDOW.PRG => TINSPECTOR:RESIZE(0)
Called from: TABS.PRG => TTABS:PAINT(0)
Called from: TABS.PRG => TTABS:DISPLAY(0)
Called from: CONTROL.PRG => TCONTROL:HANDLEEVENT(0)
Called from: TABS.PRG => TTABS:HANDLEEVENT(0)
Called from: WINDOW.PRG => _FWH(0)
Called from: => DIALOGBOXINDIRECT(0)
Called from: DIALOG.PRG => TDIALOG:ACTIVATE(0)
Called from: errsysw.prg => ERRORDIALOG(353)
Called from: errsysw.prg => (b)ERRORSYS(28)
Called from: TABS.PRG => TTABS:PAINTTAB(0)
Called from: TABS.PRG => TTABS:PAINT(0)
Called from: TABS.PRG => TTABS:DISPLAY(0)
Called from: CONTROL.PRG => TCONTROL:HANDLEEVENT(0)
Called from: TABS.PRG => TTABS:HANDLEEVENT(0)
Called from: WINDOW.PRG => _FWH(0)
Called from: => DIALOGBOXINDIRECT(0)
Called from: DIALOG.PRG => TDIALOG:ACTIVATE(0)
Called from: errsysw.prg => ERRORDIALOG(353)
Called from: errsysw.prg => (b)ERRORSYS(28)
Called from: tobject.prg => TTXTEDIT:ERROR(172)
Called from: tobject.prg => TTXTEDIT:MSGNOTFOUND(205)
Called from: tobject.prg => TTXTEDIT:_BMOUSEWHEEL(0)
Called from: ttxtedit.prg => TTXTEDIT:NEW(222)
Called from: code.prg => TWNDCODE:ADDPAGE(125)
Called from: project.prg => TWNDPRJ:NEW(119)
Called from: visual.prg => TVISUALIDE:NEW(141)
Called from: visual.prg => MAIN(36)[/code:2qkqw774] |
compiling... RESOLVED!!!! | Silvio,You have to add DATA bMouseWheel to Class TWindow. |
compiling... RESOLVED!!!! | Made also !!!but ... |
compiling... RESOLVED!!!! | Made also !!!but ...[code:1qg2dnk5]
Application
===========
Path and name: C:\work\prg\visualfw\source\VisualFW.Exe (32 bits)
Size: 2,268,672 bytes
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 12/06/08, 12:02:50
Error description: Error BASE/1082 Argument error: -
Args:
[ 1] = U
[ 2] = N 6
Stack Calls
===========
Called from: inspect.prg => (b)TINSPECTOR:NEW(103)
Called from: window.prg => TINSPECTOR:RESIZE(2057)
Called from: TABS.PRG => TTABS:PAINT(0)
Called from: TABS.PRG => TTABS:DISPLAY(0)
Called from: CONTROL.PRG => TCONTROL:HANDLEEVENT(0)
Called from: TABS.PRG => TTABS:HANDLEEVENT(0)
Called from: window.prg => _FWH(3252)
Called from: => DIALOGBOXINDIRECT(0)
Called from: DIALOG.PRG => TDIALOG:ACTIVATE(0)
Called from: errsysw.prg => ERRORDIALOG(353)
Called from: errsysw.prg => (b)ERRORSYS(28)
Called from: tobject.prg => TDESIGNER:ERROR(172)
Called from: tobject.prg => TDESIGNER:MSGNOTFOUND(205)
Called from: tobject.prg => TDESIGNER:DEFAULT(0)
Called from: design.prg => TDESIGNER:NEW(117)
Called from: project.prg => TWNDPRJ:NEWFORM(324)
Called from: visual.prg => TVISUALIDE:NEWFORM(428)
Called from: visual.prg => TVISUALIDE:NEW(145)
Called from: visual.prg => MAIN(36)[/code:1qg2dnk5]When I click quit from this ERRORI SEE two WINDOW on desktop of my pcINSPECTOR WINDOW AND EDITOR WINDOW I CANNOT SEE the MAIN PROGRAM WINDOW |
compiling... RESOLVED!!!! | Silvio,It seems as the error comes from here: Called from: tobject.prg => TDESIGNER:MSGNOTFOUND(205) Called from: tobject.prg => TDESIGNER:DEFAULT(0)Please compile with line numbers info, and check the error again. |
compiling... RESOLVED!!!! | I saver for you compiling lines [code:1xg2y4dz]
Progetto: VisualFW, Ambiente: xFiveWin:
[1]:Harbour.Exe visual.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\visual.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'visual.prg'...
Lines 720, Functions/Procedures 21
Generating C source output to 'Obj\visual.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\visual.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\visual.c:
[1]:Harbour.Exe applicat.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\applicat.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'applicat.prg'...
Lines 77, Functions/Procedures 4
Generating C source output to 'Obj\applicat.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\applicat.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\applicat.c:
[1]:Harbour.Exe code.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\code.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'code.prg'...
Lines 312, Functions/Procedures 10
Generating C source output to 'Obj\code.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\code.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\code.c:
[1]:Harbour.Exe database.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\database.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'database.prg'...
Lines 502, Functions/Procedures 16
Generating C source output to 'Obj\database.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\database.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\database.c:
[1]:Harbour.Exe debug.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\debug.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'debug.prg'...
Lines 67, Functions/Procedures 2
Generating C source output to 'Obj\debug.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\debug.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\debug.c:
[1]:Harbour.Exe design.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\design.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'design.prg'...
Lines 623, Functions/Procedures 20
Generating C source output to 'Obj\design.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\design.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\design.c:
[1]:Harbour.Exe index.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\index.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'index.prg'...
Lines 92, Functions/Procedures 3
Generating C source output to 'Obj\index.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\index.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\index.c:
[1]:Harbour.Exe inspect.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\inspect.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'inspect.prg'...
Lines 465, Functions/Procedures 16
Generating C source output to 'Obj\inspect.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\inspect.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\inspect.c:
[1]:Harbour.Exe menu.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\menu.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'menu.prg'...
Lines 186, Functions/Procedures 5
Generating C source output to 'Obj\menu.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\menu.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\menu.c:
[1]:Harbour.Exe program.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\program.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'program.prg'...
Lines 182, Functions/Procedures 4
Generating C source output to 'Obj\program.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\program.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\program.c:
[1]:Harbour.Exe project.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\project.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'project.prg'...
Lines 727, Functions/Procedures 18
Generating C source output to 'Obj\project.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\project.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\project.c:
[1]:Harbour.Exe record.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\record.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'record.prg'...
Lines 72, Functions/Procedures 3
Generating C source output to 'Obj\record.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\record.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\record.c:
[1]:Harbour.Exe rep.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\rep.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'rep.prg'...
Lines 25, Functions/Procedures 1
Generating C source output to 'Obj\rep.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\rep.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\rep.c:
[1]:Harbour.Exe report.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\report.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'report.prg'...
Lines 38, Functions/Procedures 2
Generating C source output to 'Obj\report.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\report.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\report.c:
[1]:Harbour.Exe resource.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\resource.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'resource.prg'...
Lines 133, Functions/Procedures 5
Generating C source output to 'Obj\resource.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\resource.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\resource.c:
[1]:Harbour.Exe toolbar.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\toolbar.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'toolbar.prg'...
Lines 704, Functions/Procedures 34
Generating C source output to 'Obj\toolbar.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\toolbar.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\toolbar.c:
[1]:Harbour.Exe tools.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\tools.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'tools.prg'...
Lines 172, Functions/Procedures 5
Generating C source output to 'Obj\tools.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\tools.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\tools.c:
[1]:Harbour.Exe C:\work\FWH\source\function\valblank.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\valblank.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'C:\work\FWH\source\function\valblank.prg'...
Lines 276, Functions/Procedures 9
Generating C source output to 'Obj\valblank.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\valblank.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\valblank.c:
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj ftext.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
ftext.c:
[1]:Harbour.Exe ttxtedit.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\ttxtedit.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'ttxtedit.prg'...
Lines 1601, Functions/Procedures 54
Generating C source output to 'Obj\ttxtedit.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\ttxtedit.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\ttxtedit.c:
[1]:Brc32.Exe -r -fosource\Resource\VF.Res VF.RC
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
[1]:Harbour.Exe C:\work\LIB_32\xbrowse3\treeitem.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\treeitem.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'C:\work\LIB_32\xbrowse3\treeitem.prg'...
Lines 253, Functions/Procedures 11
Generating C source output to 'Obj\treeitem.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\treeitem.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\treeitem.c:
[1]:Harbour.Exe C:\work\LIB_32\xbrowse3\trees.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\trees.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'C:\work\LIB_32\xbrowse3\trees.prg'...
Lines 188, Functions/Procedures 5
Generating C source output to 'Obj\trees.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\trees.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\trees.c:
[1]:Harbour.Exe C:\work\LIB_32\xbrowse3\ttreevie.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\ttreevie.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'C:\work\LIB_32\xbrowse3\ttreevie.prg'...
Lines 296, Functions/Procedures 11
Generating C source output to 'Obj\ttreevie.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\ttreevie.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\ttreevie.c:
[1]:Harbour.Exe C:\work\LIB_32\xbrowse3\xbrowse3.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\xbrowse3.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'C:\work\LIB_32\xbrowse3\xbrowse3.prg'...
Lines 8194, Functions/Procedures 165
Generating C source output to 'Obj\xbrowse3.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\xbrowse3.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\xbrowse3.c:
[1]:Harbour.Exe C:\work\FWH\source\function\errsysw.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\errsysw.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'C:\work\FWH\source\function\errsysw.prg'...
Lines 460, Functions/Procedures 7
Generating C source output to 'Obj\errsysw.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\errsysw.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\errsysw.c:
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj C:\work\errori\xbra\gradient.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
C:\work\errori\xbra\gradient.c:
Warning W8004 C:\work\errori\xbra\gradient.c 50: 'nRight' is assigned a value that is never used in function GradientFill0
Warning W8004 C:\work\errori\xbra\gradient.c 48: 'nBottom' is assigned a value that is never used in function GradientFill0
Warning W8004 C:\work\errori\xbra\gradient.c 204: 'bRes' is assigned a value that is never used in function DrawAlphaTransparentBitmap
[1]:Harbour.Exe C:\work\FWH\source\classes\window.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\window.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'C:\work\FWH\source\classes\window.prg'...
Lines 3397, Functions/Procedures 100
Generating C source output to 'Obj\window.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\window.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\window.c:
[1]:iLink32.Exe -Gn -aa -Tpe -s @VisualFW.bcl
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Duplicate resource: Type 10 (RCDATA), ID DVCLAL; File TMP1.$$$ resource kept; file C:\WORK\PRG\VISUALFW\SOURCE\RESOURCE\VF.RES resource discarded.
Comando utente:
[1]:c:\work\bin\compress.bat C:\work\prg\visualfw\source\VisualFW.Exe
C:\work\prg\visualfw\source>d:\aspack\aspack C:\work\prg\visualfw\source\VisualFW.Exe /R+ /D+ /B- /Q
[/code:1xg2y4dz] |
compiling... RESOLVED!!!! | I correct one error I 'm compiling also [b:25tmes4c]visual.ch[/b:25tmes4c]BUT Now it make this errorApplication=========== Path and name: C:\work\prg\visualfw\source\VisualFW.Exe (32 bits) Size: 2,226,688 bytes Time from start: 0 hours 0 mins 0 secs Error occurred at: 12/06/08, 13:18:00 Error description: Error BASE/1066 Argument error: conditional Args: [ 1] = C N/WStack Calls=========== Called from: window.prg => TWINDOW:NEW(723) Called from: applicat.prg => TWNDAPP:NEW(46) Called from: applicat.prg => APPLICATION(14) |
compiling... RESOLVED!!!! | Silvio,What source code do you have here ?Called from: window.prg => TWINDOW:NEW(723) |
compiling... RESOLVED!!!! | Sorry Antonio,I saw on 723 there is this line if nStyle == 0 nStyle = nOr( WS_CLIPCHILDREN,; If( cBorder == "NONE", WS_POPUP, 0 ),; If( cBorder == "SINGLE", WS_THICKFRAME, 0 ),; If( lCaption, WS_CAPTION, 0 ),; If( lSysMenu .and. lCaption, WS_SYSMENU, 0 ),; If( lMin .and. lCaption, WS_MINIMIZEBOX, 0 ),; If( lMax .and. lCaption, WS_MAXIMIZEBOX, 0 ),; If( lVScroll, WS_VSCROLL, 0 ),; [b:141055vb] If( lHScroll, WS_HSCROLL, 0 ) )[/b:141055vb] endif |
compiling... RESOLVED!!!! | I recompiled the visual fw this evening and I found this errorwhen I run itpplication=========== Path and name: C:\Documents and Settings\silvio\Desktop\per_casa\visualfw\source\VisualFw.Exe (32 bits) Size: 2,353,664 bytes Time from start: 0 hours 0 mins 0 secs Error occurred at: 12/09/08, 18:29:34 Error description: Error BASE/1082 Argument error: - Args: [ 1] = U [ 2] = N 6Stack Calls=========== Called from: inspect.prg => (b)TINSPECTOR:NEW(103) Called from: WINDOW.PRG => TINSPECTOR:RESIZE(0) Called from: TABS.PRG => TTABS:PAINT(0) Called from: TABS.PRG => TTABS:DISPLAY(0) Called from: CONTROL.PRG => TCONTROL:HANDLEEVENT(0) Called from: TABS.PRG => TTABS:HANDLEEVENT(0) Called from: WINDOW.PRG => _FWH(0) Called from: => DIALOGBOXINDIRECT(0) Called from: DIALOG.PRG => TDIALOG:ACTIVATE(0) Called from: errsysw.prg => ERRORDIALOG(353) Called from: errsysw.prg => (b)ERRORSYS(28) Called from: tobject.prg => TDESIGNER:ERROR(172) Called from: tobject.prg => TDESIGNER:MSGNOTFOUND(205) Called from: tobject.prg => TDESIGNER:DEFAULT(0) Called from: design.prg => TDESIGNER:NEW(117) Called from: project.prg => TWNDPRJ:NEWFORM(324) Called from: visual.prg => TVISUALIDE:NEWFORM(428) Called from: visual.prg => TVISUALIDE:NEW(145) Called from: visual.prg => MAIN(36) |
compiling... RESOLVED!!!! | this is my xmate env compiling file[code:3uwah2qr]
[Version]
Type=xMate
Number=1.15
[Info]
Type=Executable
Architecture=xFiveWin
Include=C:\work\FWH\include
Define=__HARBOUR__;HB_API_MACROS;HB_FM_STATISTICS_OFF
[xMate]
Create Map/List File=No
[Project]
Run=
Params=
Final Path=%HOME%
Maintain LNK=Yes
Default Type=1
Error log=
[Data Path]
Dbf=
[Editor]
C:\Documents and Settings\silvio\Desktop\per_casa\visualfw\source\gradient.c=1,N,Y
[Files]
%HOME%\visual.prg=1,.F.,1,22,
%HOME%\applicat.prg=2,.F.,0,0,
%HOME%\code.prg=3,.F.,0,0,
%HOME%\database.prg=4,.F.,0,0,
%HOME%\debug.prg=5,.F.,0,0,
%HOME%\design.prg=6,.F.,0,0,
%HOME%\errsysw.prg=7,.F.,0,0,
%HOME%\xbrowse3.prg=8,.F.,0,0,
%HOME%\index.prg=9,.F.,0,0,
%HOME%\inspect.prg=10,.F.,0,0,
%HOME%\menu.prg=11,.F.,0,0,
%HOME%\program.prg=12,.F.,0,0,
%HOME%\project.prg=13,.F.,0,0,
%HOME%\record.prg=14,.F.,0,0,
%HOME%\rep.prg=15,.F.,0,0,
%HOME%\report.prg=16,.F.,0,0,
%HOME%\resource.prg=17,.F.,0,0,
%HOME%\toolbar.prg=18,.F.,0,0,
%HOME%\tools.prg=19,.F.,0,0,
%HOME%\treeitem.prg=20,.F.,0,0,
%HOME%\trees.prg=21,.F.,0,0,
%HOME%\ttreevie.prg=22,.F.,0,0,
%HOME%\ttxtedit.prg=23,.F.,0,0,
%HOME%\valblank.prg=24,.F.,0,0,
%HOME%\window.prg=25,.F.,0,0,
%HOME%\ftext.c=26,.F.,1,1,
%HOME%\gradient.c=27,.F.,1,1,
C:\Documents and Settings\silvio\Desktop\per_casa\visualfw\VF.RC=28,.F.,0,0,
%C_LIB_INSTALL%\C0W32.OBJ=29,.T.,0,0,
C:\Work\FWH\LIB\fivehx.lib=30,.T.,0,0,
C:\Work\FWH\LIB\Fivehc.lib=31,.T.,0,0,
%HB_LIB_INSTALL%\rtl.lib=32,.T.,0,0,
%HB_LIB_INSTALL%\vm.lib=33,.T.,0,0,
%HB_LIB_INSTALL%\gtgui.lib=34,.T.,0,0,
%HB_LIB_INSTALL%\lang.lib=35,.T.,0,0,
%HB_LIB_INSTALL%\macro.lib=36,.T.,0,0,
%HB_LIB_INSTALL%\common.lib=37,.T.,0,0,
%HB_LIB_INSTALL%\pp.lib=38,.T.,0,0,
%HB_LIB_INSTALL%\rdd.lib=39,.T.,0,0,
%HB_LIB_INSTALL%\dbfntx.lib=40,.T.,0,0,
%C_LIB_INSTALL%\CW32.LIB=41,.T.,0,0,
%C_LIB_INSTALL%\IMPORT32.LIB=42,.T.,0,0,
%HB_LIB_INSTALL%\dbfcdx.lib=43,.T.,0,0,
%HB_LIB_INSTALL%\dbffpt.lib=44,.T.,0,0,
%HB_LIB_INSTALL%\hbsix.lib=45,.T.,0,0,
%C_LIB_INSTALL%\PSDK\rasapi32.lib=46,.T.,0,0,
%C_LIB_INSTALL%\PSDK\iphlpapi.lib=47,.T.,0,0,
%C_LIB_INSTALL%\PSDK\nddeapi.lib=48,.T.,0,0,
%HB_LIB_INSTALL%\hbzip.lib=49,.T.,0,0,
[/code:3uwah2qr] |
compiling... RESOLVED!!!! | Don't know if this will help you .. but these are the libs in my project file :Rick Lipkin[code:mkgoaxoh]C:\FWH811\LIB\Fivehx.lib=44,.T.,0,0,
C:\FWH811\LIB\Fivehc.lib=45,.T.,0,0,
%HB_LIB_INSTALL%\rtl.lib=46,.T.,0,0,
%HB_LIB_INSTALL%\vm.lib=47,.T.,0,0,
%HB_LIB_INSTALL%\gtgui.lib=48,.T.,0,0,
%HB_LIB_INSTALL%\lang.lib=49,.T.,0,0,
%HB_LIB_INSTALL%\macro.lib=50,.T.,0,0,
%HB_LIB_INSTALL%\rdd.lib=51,.T.,0,0,
%HB_LIB_INSTALL%\dbfcdx.lib=52,.T.,0,0,
%HB_LIB_INSTALL%\dbffpt.lib=53,.T.,0,0,
%HB_LIB_INSTALL%\dbfntx.lib=54,.T.,0,0,
%HB_LIB_INSTALL%\hbsix.lib=55,.T.,0,0,
%HB_LIB_INSTALL%\common.lib=56,.T.,0,0,
%HB_LIB_INSTALL%\pp.lib=57,.T.,0,0,
%HB_LIB_INSTALL%\pcrepos.lib=58,.T.,0,0,
%C_LIB_INSTALL%\CW32.LIB=59,.T.,0,0,
%C_LIB_INSTALL%\IMPORT32.LIB=60,.T.,0,0,
%C_LIB_INSTALL%\PSDK\msimg32.lib=61,.T.,0,0,
%C_LIB_INSTALL%\C0W32.OBJ=62,.T.,0,0,
[/code:mkgoaxoh] |
compiling... RESOLVED!!!! | Silvio,The error is coming from here:Called from: tobject.prg => TDESIGNER:MSGNOTFOUND(205) Called from: tobject.prg => TDESIGNER:DEFAULT(0) Please compile with line number information and check the line number from Method Default() where the error occurs. |
compiling... RESOLVED!!!! | Silvio,I think the method Default() is missing in twindow.TDesigner inherits from tform and tform from twindow. |
compiling... RESOLVED!!!! | Silvio,Yes, Stefan is right. Please add Method Default() VIRTUAL to Class TDesigner, thanks |
compiling... RESOLVED!!!! | I insert default method but [code:m9fwni8q]Application
===========
Path and name: C:\work\visualfw\source\VisualFw.Exe (32 bits)
Size: 1,863,168 bytes
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 12/11/08, 12:31:55
Error description: Error BASE/1082 Argument error: -
Args:
[ 1] = U
[ 2] = N 6
Stack Calls
===========
Called from: inspect.prg => (b)TINSPECTOR:NEW(103)
Called from: window.prg => TINSPECTOR:RESIZE(2058)
Called from: TABS.PRG => TTABS:PAINT(0)
Called from: TABS.PRG => TTABS:DISPLAY(0)
Called from: CONTROL.PRG => TCONTROL:HANDLEEVENT(0)
Called from: TABS.PRG => TTABS:HANDLEEVENT(0)
Called from: window.prg => _FWH(3253)
Called from: => DIALOGBOXINDIRECT(0)
Called from: DIALOG.PRG => TDIALOG:ACTIVATE(0)
Called from: errsysw.prg => ERRORDIALOG(353)
Called from: errsysw.prg => (b)ERRORSYS(28)
Called from: code.prg => (b)TWNDCODE:NEW(72)
Called from: TABS.PRG => TTABS:SETOPTION(0)
Called from: code.prg => TWNDCODE:ADDPAGE(146)
Called from: project.prg => TWNDPRJ:NEWFORM(341)
Called from: visual.prg => TVISUALIDE:NEWFORM(428)
Called from: visual.prg => TVISUALIDE:NEW(145)
Called from: visual.prg => MAIN(36)
[/code:m9fwni8q]
these are the lines lines :
[code:m9fwni8q]
Progetto: VisualFw, Ambiente: xFiveWin:
[1]:Harbour.Exe visual.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\visual.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'visual.prg'...
Lines 720, Functions/Procedures 21
Generating C source output to 'Obj\visual.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\visual.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\visual.c:
[1]:Harbour.Exe database.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\database.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'database.prg'...
Lines 502, Functions/Procedures 16
Generating C source output to 'Obj\database.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\database.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\database.c:
[1]:Harbour.Exe debug.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\debug.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'debug.prg'...
Lines 67, Functions/Procedures 2
Generating C source output to 'Obj\debug.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\debug.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\debug.c:
[1]:Harbour.Exe design.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\design.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'design.prg'...
Lines 623, Functions/Procedures 20
Generating C source output to 'Obj\design.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\design.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\design.c:
[1]:Harbour.Exe index.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\index.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'index.prg'...
Lines 92, Functions/Procedures 3
Generating C source output to 'Obj\index.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\index.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\index.c:
[1]:Harbour.Exe inspect.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\inspect.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'inspect.prg'...
Lines 465, Functions/Procedures 16
Generating C source output to 'Obj\inspect.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\inspect.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\inspect.c:
[1]:Harbour.Exe menu.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\menu.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'menu.prg'...
Lines 186, Functions/Procedures 5
Generating C source output to 'Obj\menu.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\menu.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\menu.c:
[1]:Harbour.Exe program.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\program.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'program.prg'...
Lines 182, Functions/Procedures 4
Generating C source output to 'Obj\program.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\program.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\program.c:
[1]:Harbour.Exe project.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\project.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'project.prg'...
Lines 727, Functions/Procedures 18
Generating C source output to 'Obj\project.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\project.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\project.c:
[1]:Harbour.Exe record.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\record.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'record.prg'...
Lines 72, Functions/Procedures 3
Generating C source output to 'Obj\record.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\record.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\record.c:
[1]:Harbour.Exe rep.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\rep.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'rep.prg'...
Lines 25, Functions/Procedures 1
Generating C source output to 'Obj\rep.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\rep.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\rep.c:
[1]:Harbour.Exe report.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\report.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'report.prg'...
Lines 38, Functions/Procedures 2
Generating C source output to 'Obj\report.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\report.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\report.c:
[1]:Harbour.Exe resource.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\resource.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'resource.prg'...
Lines 133, Functions/Procedures 5
Generating C source output to 'Obj\resource.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\resource.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\resource.c:
[1]:Harbour.Exe toolbar.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\toolbar.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'toolbar.prg'...
Lines 704, Functions/Procedures 34
Generating C source output to 'Obj\toolbar.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\toolbar.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\toolbar.c:
[1]:Harbour.Exe tools.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\tools.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'tools.prg'...
Lines 172, Functions/Procedures 5
Generating C source output to 'Obj\tools.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\tools.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\tools.c:
[1]:Harbour.Exe applicat.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\applicat.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'applicat.prg'...
Lines 77, Functions/Procedures 4
Generating C source output to 'Obj\applicat.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\applicat.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\applicat.c:
[1]:Harbour.Exe code.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\code.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'code.prg'...
Lines 312, Functions/Procedures 10
Generating C source output to 'Obj\code.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\code.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\code.c:
[1]:Harbour.Exe valblank.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\valblank.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'valblank.prg'...
Lines 276, Functions/Procedures 9
Generating C source output to 'Obj\valblank.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\valblank.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\valblank.c:
[1]:Harbour.Exe xbrowse3.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\xbrowse3.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'xbrowse3.prg'...
Lines 8195, Functions/Procedures 165
Generating C source output to 'Obj\xbrowse3.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\xbrowse3.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\xbrowse3.c:
[1]:Harbour.Exe trees.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\trees.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'trees.prg'...
Lines 188, Functions/Procedures 5
Generating C source output to 'Obj\trees.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\trees.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\trees.c:
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj gradient.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
gradient.c:
Warning W8004 gradient.c 50: 'nRight' is assigned a value that is never used in function GradientFill0
Warning W8004 gradient.c 48: 'nBottom' is assigned a value that is never used in function GradientFill0
Warning W8004 gradient.c 204: 'bRes' is assigned a value that is never used in function DrawAlphaTransparentBitmap
[1]:Harbour.Exe errsysw.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\errsysw.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'errsysw.prg'...
Lines 460, Functions/Procedures 7
Generating C source output to 'Obj\errsysw.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\errsysw.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\errsysw.c:
[1]:Harbour.Exe window.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\window.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'window.prg'...
Lines 3397, Functions/Procedures 100
Generating C source output to 'Obj\window.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\window.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\window.c:
[1]:Harbour.Exe ttxtedit.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\ttxtedit.c
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'ttxtedit.prg'...
Lines 1601, Functions/Procedures 54
Generating C source output to 'Obj\ttxtedit.c'...
Done.
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj Obj\ttxtedit.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Obj\ttxtedit.c:
[1]:Bcc32.Exe -M -c -O2 -tW -v- -X -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_32 -IC:\work\FWH\include -Ic:\work\BCC55\Include;c:\work\xHarbour\Include -nObj ftext.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
ftext.c:
[1]:iLink32.Exe -Gn -aa -Tpe -s @VisualFw.bcl
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Comando utente:
[1]:c:\work\bin\compress.bat C:\work\visualfw\source\VisualFw.Exe
C:\work\visualfw\source>d:\aspack\aspack C:\work\visualfw\source\VisualFw.Exe /R+ /D+ /B- /Q
[/code:m9fwni8q] |
compiling... RESOLVED!!!! | It open only the inpector and the txtedit window and the make error I cannot see the main program ...look it please[img:3ajjph1f]http://img56.imageshack.us/img56/3505/errvisualfwon9.jpg[/img:3ajjph1f] |
compiling... RESOLVED!!!! | Silvio,This patch is required in Class TWindow:[code:2fl5u926]
METHOD ReSize( nSizeType, nWidth, nHeight ) CLASS TWindow
...
if ::bResized != nil
Eval( ::bResized, nSizeType, nWidth, nHeight )
endif
return nil
[/code:2fl5u926]That should fix the error <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
compiling... RESOLVED!!!! | Antonio,I allready have this line in my window class |
compiling... RESOLVED!!!! | I have this error Why I cannot see the main window ?[code:s7571d6u]
Application
===========
Path and name: C:\work\errori\visualfw\source\VisualFW.Exe (32 bits)
Size: 2,267,136 bytes
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 12/15/08, 00:43:21
Error description: Error BASE/1082 Argument error: -
Args:
[ 1] = U
[ 2] = N 6
Stack Calls
===========
Called from: inspect.prg => (b)TINSPECTOR:NEW(103)
Called from: window.prg => TINSPECTOR:RESIZE(2058)
Called from: TABS.PRG => TTABS:PAINT(0)
Called from: TABS.PRG => TTABS:DISPLAY(0)
Called from: CONTROL.PRG => TCONTROL:HANDLEEVENT(0)
Called from: TABS.PRG => TTABS:HANDLEEVENT(0)
Called from: window.prg => _FWH(3254)
Called from: => DIALOGBOXINDIRECT(0)
Called from: DIALOG.PRG => TDIALOG:ACTIVATE(0)
Called from: errsysw.prg => ERRORDIALOG(353)
Called from: errsysw.prg => (b)ERRORSYS(28)
Called from: tobject.prg => TDESIGNER:ERROR(172)
Called from: tobject.prg => TDESIGNER:MSGNOTFOUND(205)
Called from: tobject.prg => TDESIGNER:DEFAULT(0)
Called from: design.prg => TDESIGNER:NEW(117)
Called from: project.prg => TWNDPRJ:NEWFORM(324)
Called from: visual.prg => TVISUALIDE:NEWFORM(428)
Called from: visual.prg => TVISUALIDE:NEW(145)
Called from: visual.prg => MAIN(36)[/code:s7571d6u] |
compiling... RESOLVED!!!! | Dear Antonio,Now I tryed to rem some lines[code] ::oInspector = TInspector():New() ::oWndCode = TWndCode():New() * ::oProject = TWndPrj():New() *::oWndMain:SetText( VFW_VERSION + " - " + ::oProject:cName ) * ::oProject:Hide() * ::NewForm()return SelfNow I can see the main window on top but I have this error [code]Application=========== Path and name: C:\work\errori\visualfw\source\VisualFW.Exe (32 bits) Size: 2,267,136 bytes Time from start: 0 hours 0 mins 0 secs Error occurred at: 12/15/08, 00:48:43 Error description: Error BASE/1004 Class: 'NIL' has no exported method: SETFOCUS Args: [ 1] = U Stack Calls=========== Called from: => SETFOCUS(0) Called from: visual.prg => (b)TVISUALIDE:ACTIVATE(163) Called from: window.prg => TWINDOW:ACTIVATE(920) Called from: visual.prg => TVISUALIDE:ACTIVATE(163) Called from: visual.prg => MAIN(38)[/code]perhaps we can init fron this error to resolve all |
compiling... RESOLVED!!!! | Silvio,Don't rem those lines.Please check your email, thanks |
compiling... RESOLVED!!!! | NOw I recompiled alland the last error is this[code:a4apav89]
Application
===========
Path and name: C:\work\errori\visualfw\source\VisualFW.Exe (32 bits)
Size: 1,976,832 bytes
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 12/15/08, 03:10:08
Error description: Error BASE/1003 Variable does not exist: NOLDOPTION
Stack Calls
===========
Called from: code.prg => (b)TWNDCODE:NEW(72)
Called from: .\source\classes\TABS.PRG => TTABS:SETOPTION(0)
Called from: code.prg => TWNDCODE:ADDPAGE(146)
Called from: project.prg => TWNDPRJ:NEWFORM(341)
Called from: visual.prg => TVISUALIDE:NEWFORM(428)
Called from: visual.prg => TVISUALIDE:NEW(145)
Called from: visual.prg => MAIN(36)[/code:a4apav89] |
compiling... RESOLVED!!!! | GGGGGOOODDDDDI RESOLVE !!!! |
compiling... RESOLVED!!!! | Very good <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
completar campo con nombre aleatorio | Hola. Ayer arme un post preguntando como crear una base de datos con campos aleatorios;
Segun un numero ingresado por pantalla cargo
campo1, campo2... campon
me respondieron y funciono perfecto; ahora bien, como lleno despues esos campos???
en realidad no se llaman campo2, campo3, etc... se llaman con un codigo de 5 caracteres + "DES", asi tengo los campos:
c0001DES, c0002DES, etc, pero no siempre tengo de 1 a n, sino que quisas tengo 3, 9, 12... yo se cuales son, pero no se como poner tabla->campo que yo se := algo... ¿me explico?
no se el nombre de la columna, o mejor dicho, lo se, lo armo en tiempo de ejecucion segun la eleccion del usuario; si el usuario tildo 3 listas de precio, los campos seran 3, con el codigo de esa lista + "DES", pero on line tambien tengo que hacer
tabla->LIS01DES := algo... el LIS01DES lo conozco, y lo tengo en una variable, pero no se como poner tabla-> variable.
Probe con tabla->&variable... con &variable:=algo, siendo variable igual a "tabla->lis01des"
Bueno... debe ser una pavada, espero que comprendan lo que necesito. Gracias desde ya. Atte. |
completar campo con nombre aleatorio | Podés usar la funcion FieldPut( nIndice, uDato ), de esta manera referencias por el número de campo y no por el nombre. Espero te sirva. Saludos |
completar campo con nombre aleatorio | PERFECTO... MIL GRACIAS...!!! |
completar valores y mostrar en un GET | hola.
Lo que no anda es el "refresco" del oGet o sea Si hago esto: msginfo( cValor1 + cValor2) me muestra el dato, pero oGet:setText(cValor1 + cValor2) no me hace nada. |
completar valores y mostrar en un GET | [quote="goosfancito":291w5ohj]hola.
Lo que no anda es el "refresco" del oGet o sea Si hago esto: msginfo( cValor1 + cValor2) me muestra el dato, pero oGet:setText(cValor1 + cValor2) no me hace nada.[/quote:291w5ohj]
Goosfancito, verifica cada objeto y pruebas si te refresca el valor de retorno, por ejemplo :
oGet[1]:Refresh()
Saludos. |
completar valores y mostrar en un GET | [code=fw:33b3r9hl]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> oGet:<span style="color: #000000;">VARPUT</span><span style="color: #000000;">(</span> cValor2 <span style="color: #000000;">)</span><br /> oGet:<span style="color: #0000ff;">Refresh</span><span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /> </div>[/code:33b3r9hl]
saludos. |
completar valores y mostrar en un GET | Hola goosfancito
utiliza [b:1x4diddm]cText()[/b:1x4diddm] en vez de [b:1x4diddm]setText()[/b:1x4diddm], que tambien te hace el Refresh()
Atentamente,
Rolando.
Cochabamba, Bolivia |
completar valores y mostrar en un GET | Hola.
Tengo varios campos que son del tipo string y con formato "99:99", en la funcion bValid antes de validar
quiero que si se introdujo "7 :" aparezca como 07:00 y después verificar.
Pero cuando hago el get:setText(nuevoValor) no lo hace. que estoy haciendo mal:
[code=fw:2ezd5u4i]<div class="fw" id="{CB}" style="font-family: monospace;">...<br /> ::<span style="color: #000000;">oGet</span><span style="color: #000000;">[</span><span style="color: #000000;">1</span><span style="color: #000000;">]</span>:<span style="color: #000000;">bValid</span>:= <span style="color: #000000;">{</span> | oGet | ::<span style="color: #000000;">completaCeros</span><span style="color: #000000;">(</span>oGet<span style="color: #000000;">)</span> <span style="color: #000000;">}</span><br /> ::<span style="color: #000000;">oGet</span><span style="color: #000000;">[</span><span style="color: #000000;">2</span><span style="color: #000000;">]</span>:<span style="color: #000000;">bValid</span>:= <span style="color: #000000;">{</span> | oGet | ::<span style="color: #000000;">completaCeros</span><span style="color: #000000;">(</span>oGet<span style="color: #000000;">)</span> <span style="color: #000000;">}</span><br /> ::<span style="color: #000000;">oGet</span><span style="color: #000000;">[</span><span style="color: #000000;">3</span><span style="color: #000000;">]</span>:<span style="color: #000000;">bValid</span>:= <span style="color: #000000;">{</span> | oGet | ::<span style="color: #000000;">completaCeros</span><span style="color: #000000;">(</span>oGet<span style="color: #000000;">)</span> <span style="color: #000000;">}</span><br />...<br /><br /><span style="color: #00C800;">METHOD</span> completaCeros<span style="color: #000000;">(</span>oGet<span style="color: #000000;">)</span> <span style="color: #00C800;">CLASS</span> TAsistencia<br /> <span style="color: #00C800;">LOCAL</span> cValor1, cValor2<br /> <span style="color: #00C800;">LOCAL</span> cValor<br /><br /> cValor:=AllTrim<span style="color: #000000;">(</span>oGet:<span style="color: #000000;">VALUE</span><span style="color: #000000;">)</span><br /><br /> <span style="color: #00C800;">IF</span> <span style="color: #000000;">(</span>Len<span style="color: #000000;">(</span>cValor<span style="color: #000000;">)</span>><span style="color: #000000;">1</span><span style="color: #000000;">)</span><br /> cValor1:= AllTrim<span style="color: #000000;">(</span><span style="color: #0000ff;">SubStr</span><span style="color: #000000;">(</span>AllTrim<span style="color: #000000;">(</span>cValor<span style="color: #000000;">)</span>, <span style="color: #000000;">1</span>, <span style="color: #00C800;">At</span><span style="color: #000000;">(</span><span style="color: #ff0000;">":"</span>, AllTrim<span style="color: #000000;">(</span>cValor<span style="color: #000000;">)</span><span style="color: #000000;">)</span><span style="color: #000000;">-1</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> cValor1:= PadL<span style="color: #000000;">(</span>cValor1, <span style="color: #000000;">2</span>, <span style="color: #ff0000;">"0"</span><span style="color: #000000;">)</span><br /><br /> cValor2:= AllTrim<span style="color: #000000;">(</span><span style="color: #0000ff;">SubStr</span><span style="color: #000000;">(</span>AllTrim<span style="color: #000000;">(</span>cValor<span style="color: #000000;">)</span>, <span style="color: #00C800;">At</span><span style="color: #000000;">(</span><span style="color: #ff0000;">":"</span>, AllTrim<span style="color: #000000;">(</span>cValor<span style="color: #000000;">)</span><span style="color: #000000;">)</span><span style="color: #000000;">-1</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> cValor2:= Padl<span style="color: #000000;">(</span>cValor2, <span style="color: #000000;">2</span>, <span style="color: #ff0000;">"0"</span><span style="color: #000000;">)</span><br /><br /> oGet:<span style="color: #000000;">settext</span><span style="color: #000000;">(</span>cValor1 + <span style="color: #ff0000;">":"</span> + cValor2<span style="color: #000000;">)</span><br /><br /> oGet:<span style="color: #0000ff;">refresh</span><span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /> <span style="color: #00C800;">ENDIF</span><br /><br /> <span style="color: #00C800;">RETURN</span> <span style="color: #000000;">(</span>.T.<span style="color: #000000;">)</span><br /> </div>[/code:2ezd5u4i]
Alguna ayuda?
gracias. |
completar valores y mostrar en un GET | [quote="goosfancito":wgss5qcv]Hola.
Tengo varios campos que son del tipo string y con formato "99:99", en la funcion bValid antes de validar
quiero que si se introdujo "7 :" aparezca como 07:00 y después verificar.
Pero cuando hago el get:setText(nuevoValor) no lo hace. que estoy haciendo mal:
[code=fw:wgss5qcv]<div class="fw" id="{CB}" style="font-family: monospace;">...<br /> ::<span style="color: #000000;">oGet</span><span style="color: #000000;">[</span><span style="color: #000000;">1</span><span style="color: #000000;">]</span>:<span style="color: #000000;">bValid</span>:= <span style="color: #000000;">{</span> | oGet | ::<span style="color: #000000;">completaCeros</span><span style="color: #000000;">(</span>oGet<span style="color: #000000;">)</span> <span style="color: #000000;">}</span><br /> ::<span style="color: #000000;">oGet</span><span style="color: #000000;">[</span><span style="color: #000000;">2</span><span style="color: #000000;">]</span>:<span style="color: #000000;">bValid</span>:= <span style="color: #000000;">{</span> | oGet | ::<span style="color: #000000;">completaCeros</span><span style="color: #000000;">(</span>oGet<span style="color: #000000;">)</span> <span style="color: #000000;">}</span><br /> ::<span style="color: #000000;">oGet</span><span style="color: #000000;">[</span><span style="color: #000000;">3</span><span style="color: #000000;">]</span>:<span style="color: #000000;">bValid</span>:= <span style="color: #000000;">{</span> | oGet | ::<span style="color: #000000;">completaCeros</span><span style="color: #000000;">(</span>oGet<span style="color: #000000;">)</span> <span style="color: #000000;">}</span><br />...<br /><br /><span style="color: #00C800;">METHOD</span> completaCeros<span style="color: #000000;">(</span>oGet<span style="color: #000000;">)</span> <span style="color: #00C800;">CLASS</span> TAsistencia<br /> <span style="color: #00C800;">LOCAL</span> cValor1, cValor2<br /> <span style="color: #00C800;">LOCAL</span> cValor<br /><br /> cValor:=AllTrim<span style="color: #000000;">(</span>oGet:<span style="color: #000000;">VALUE</span><span style="color: #000000;">)</span><br /><br /> <span style="color: #00C800;">IF</span> <span style="color: #000000;">(</span>Len<span style="color: #000000;">(</span>cValor<span style="color: #000000;">)</span>><span style="color: #000000;">1</span><span style="color: #000000;">)</span><br /> cValor1:= AllTrim<span style="color: #000000;">(</span><span style="color: #0000ff;">SubStr</span><span style="color: #000000;">(</span>AllTrim<span style="color: #000000;">(</span>cValor<span style="color: #000000;">)</span>, <span style="color: #000000;">1</span>, <span style="color: #00C800;">At</span><span style="color: #000000;">(</span><span style="color: #ff0000;">":"</span>, AllTrim<span style="color: #000000;">(</span>cValor<span style="color: #000000;">)</span><span style="color: #000000;">)</span><span style="color: #000000;">-1</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> cValor1:= PadL<span style="color: #000000;">(</span>cValor1, <span style="color: #000000;">2</span>, <span style="color: #ff0000;">"0"</span><span style="color: #000000;">)</span><br /><br /> cValor2:= AllTrim<span style="color: #000000;">(</span><span style="color: #0000ff;">SubStr</span><span style="color: #000000;">(</span>AllTrim<span style="color: #000000;">(</span>cValor<span style="color: #000000;">)</span>, <span style="color: #00C800;">At</span><span style="color: #000000;">(</span><span style="color: #ff0000;">":"</span>, AllTrim<span style="color: #000000;">(</span>cValor<span style="color: #000000;">)</span><span style="color: #000000;">)</span><span style="color: #000000;">-1</span><span style="color: #000000;">)</span><span style="color: #000000;">)</span><br /> cValor2:= Padl<span style="color: #000000;">(</span>cValor2, <span style="color: #000000;">2</span>, <span style="color: #ff0000;">"0"</span><span style="color: #000000;">)</span> ------------>StrZero<span style="color: #000000;">(</span><span style="color: #000000;">)</span>, para que te rellene los ceros que quieras <br /><br /> oGet:<span style="color: #000000;">settext</span><span style="color: #000000;">(</span>cValor1 + <span style="color: #ff0000;">":"</span> + cValor2<span style="color: #000000;">)</span><br /><br /> oGet:<span style="color: #0000ff;">refresh</span><span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /> <span style="color: #00C800;">ENDIF</span><br /><br /> <span style="color: #00C800;">RETURN</span> <span style="color: #000000;">(</span>.T.<span style="color: #000000;">)</span><br /> </div>[/code:wgss5qcv]
Alguna ayuda?
gracias.[/quote:wgss5qcv]
Hola Gosfancito, porque no sustituyes, StrZero(), en lugar de Padl(), a ver si funciona.
Saludos y buen dia .
Atte: Adrian C. C. |
complete-guide-to-windows-8-metro-control-panel | [url:3jlc0fsp]http://www.addictivetips.com/windows-tips/the-complete-guide-to-windows-8-metro-control-panel/[/url:3jlc0fsp]
Best regards,
Otto |
comportamiento get en recursos | Los get desde recursos con clausula readonly no colorean completamente el cuadro de edición y ademas , el color de los datos queda como si estuviera desactivado , esto mismo funciona perfectamente desde codigo .
Saludso. |
comportamiento get en recursos | Mas con readonly , el get multilinea desde codigo no colorea como los gets normales con readonly ( con recursos no lo miré , pues los recursos los tengo parados por el fallo que pongo en el mensaje anterior )
[img:3ma8onsm]http://img385.imageshack.us/img385/8320/captura7li.jpg[/img:3ma8onsm]
Saludso. |
comportamiento get en recursos | Jose Luis,
Tema recursos y READONLY: Usamos color gris para el texto. El fondo ya lo hemos cambiado al color blanco (de la ventana).
El color gris del texto es correcto ó lo dejamos en negro ? Es la forma de que el usuario sepa que ahí no puede escribir. |
comportamiento get en recursos | Jose Luis,
Si acordamos que se use el color blanco (de la ventana) para el fondo de los GETs READONLY, entonces usamos ese mismo color para los Multilínea, si ? |
comportamiento get en recursos | Bajo mi punto de vista debemos distinguir entre habilitado , bloqueado y solo lectura.
El solo lectura creo que debería de ser un color que permitiera ver perfectamente los datos ( la solucion que existe ahoramismo en codigo , para mi es perfecta , pero puede haber otras ) , el problema existe en que no es la misma para codigo y recursos , ni tampoco para get normal que para multilinea .
Siendo la solucion consistente para todos los controles y tanto desde codigo como desde recursos , cualquier combinación es valida.
Saludos y gracias por la asistencia. |
comportamiento get en recursos | Jose Luis,
Acabamos de publicar un nuevo build de FWPPC que debe funcionar correctamente. Te agradecemos si lo pruebas y nos comentas. Gracias |
comportamiento get en recursos | Creo que no me esplique bien al comentar la correcion por lo que te adjunto dos capturas
[img:23s4r40y]http://img14.imageshack.us/img14/3617/cap13rl.jpg[/img:23s4r40y]
esta es con codigo en ventana
[img:23s4r40y]http://img44.imageshack.us/img44/3935/cap29ud.jpg[/img:23s4r40y]
esta es con recursos en dialogo
en los dos casos los get estan puestos a readonly (salvo dos en recursos para ver como funcionaba)
Son lo mismo pero como puedes ver por codigo el fondo queda en color y en dialogo queda en blanco , personalmente opino que el color en el fondo para saber que son readonly es un acierto ( el caso de la primera captura ), pero si estimas que es mejor el blanco pues me parece correcto ( siempre que sea en ambos casos )
Por otro lado esto desde codigo ( no lo he probado en dialogo) ,
[img:23s4r40y]http://img385.imageshack.us/img385/8320/captura7li.jpg[/img:23s4r40y]
Son todos readonly , hasta el multilinea , como ves este no se colorea , aqui o quitamos color a todos , o lo ponemos a todos , pero guardemos un criterio para que el usuario no se lie .
Y ya puestos , otro tema :
Intento poner un bmp en la pantalla , este tiene el color tipico verde oliva para la trasparencia , pero esta trasparencia no se produce ¿ Existe la clausula transparent , o que comando se usa ?
Saludos y Gracias |
comportamiento get en recursos | Jose Luis,
Estas capturas las has hecho con el build que hemos publicado hoy ?
Respecto al bitmap, con que código lo estás mostrando ? |
comportamiento get en recursos | Si son con el nuevo build , el antiguo mostraba los get con recursos con texto en color gris <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
respecto a bitmap uso esto :
@ 4,218 BITMAP oBmp1 FILE curdir()+"bmp\si16.bmp" SIZE 14,14 pixel NO BORDER ON CLICK ownd:end() |
comportamiento get en recursos | Jose Luis,
Pueba a añadirle la claúsula TRANSPARENT:
@ 4,218 BITMAP oBmp1 FILE curdir()+"bmp\si16.bmp" SIZE 14,14 pixel NO BORDER TRANSPARENT ON CLICK ownd:end() |
comportamiento get en recursos | Jose Luis,
>
Si son con el nuevo build , el antiguo mostraba los get con recursos con texto en color gris
>
Estás seguro ? La clase TGet ya no usa el color_BTNFACE para nada.
Por favor comprueba que estés usando las librerías nuevas. |
comportamiento get en recursos | He reinstalado el fwpcc , he comprobado que son lib nuevas , he ido a samples y he modificado tutor05 poniendo un par de gets a READONLY , lo he probado en el emulador y sigue con color BTN_FACE .
Lo he probado en el pocket ( por si acaso fuera cosa de cache ) y lo mismo .
Mira a ver tu , puede que no cambiaras el archivo al hacer el nuevo build
Respecto al bitmap la clausula TRANSPARENT no existe en el preprocesado para el codigo ( si para recursos)
y si pongo el codigo
obmp1:lTransparent := .t.
Se pinta el bmp pero con el fondo en negro .
Esto mismo ocurre sin la clausula transparent ,si ponemos una medida por ejemplo SIZE 20,20 y el bmp es de 16*16 se ajusta arriba a izquierda y el resto se pinta de negro .
Saludos. |
comportamiento get en recursos | Jose Luis,
Solucionado! Mis disculpas. Era el estilo ES_READONLY que automaticamente ponía ese color.
Por favor descarga un nuevo build de FWPPC y pruébalo de nuevo. Gracias! |
comportamiento get en recursos | Jose Luis,
En cuanto a los bitmaps, tienes toda la razón, la claúsula TRANSPARENT no esta incluida en el comando y hay que usarla como indicas. Lo que ocurre es que DrawMasked() que es la función encargada de dibujar transparente no funciona correctamente en el Pocket PC.
Vamos a investigarlo. Mientras tanto puedes usar un color de fondo como el de la ventana ó diálogo en donde situes el bitmap. |
comportamiento get en recursos | Jose Luis,
Solucionado el tema de los bitmaps transparentes <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
Por favor descarga de nuevo FWPPC y prueba el ejemplo samples\TestBmp.prg. Gracias |
comportamiento get en recursos | Solucionado , funciona todo perfecto .<!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
Solo un pequeño detalle/ pregunta que ya es para nota <!-- s:o --><img src="{SMILIES_PATH}/icon_surprised.gif" alt=":o" title="Surprised" /><!-- s:o -->
Si pongo color a los gets funciona perfectamente , pero existe una diferencia entre los gets de codigo y los de recursos .
En los de código es el recuadro el que se pinta ( quedando muy elegante ) , pero en los de recursos lo que se pinta no es el rectangulo contenedor , sino la parte posterior de la letra escrita y esto ya no queda tan bien si por ejemplo ponemos un get de tamaño de media pantalla y dentro solo tenemos un "Hola" ( queda el fondo de las letras en amarillo por ejemplo y la mitad en blanco , pues no tiene caracteres ).
Respecto al BMP ahora ya no se redimensiona en negro , pero ¿ Realmente se hace trasparente ? .
He probado a hacer esto :
despues de la linea @4,4 BITMAP ...
he puesto la linea
@ 4,5 SAY " " SIZE 240,40 BORDER COLOR 0,GetSysColor( COLOR_BTNFACE )
bueno y las cabeceras
#define SYS_COLOR_INDEX_FLAG 0x40000000
#define COLOR_BTNFACE nOr( 15, SYS_COLOR_INDEX_FLAG )
Y lo que se ve es que coge el color de la ventana , pero no que se haga transparente ¿ Eso es correcto ? , si es asi ¿ se podria decir que en vez el color de la ventana coja otro cualquiera ?
Bueno esto ya es un poco rizar el rizo , lo importante ya está conseguido
Gracias y Saludos. |
comportamiento get en recursos | Jose Luis,
vamos a revisar lo que comentas de los GETs.
En cuanto a la transparencia, prueba a cambiar el orden de creación:
primero el say y luego el bitmap. |
comportamiento get en recursos | Si cambio el orden y pongo primero el say y luego el bmp , el bmp se queda totalmente tapado por el say , cambiando el say a @5,5 say ... se ve un poco de bmp que asoma ... |
comportamiento get en recursos | Jose Luis,
Hemos hecho un montón de pruebas con el tema de los GETs coloreados desde recursos y parece que de momento no encontramos solución. |
comportamiento get en recursos | Gracias de todas maneras por el esfuerzo .
No es una cosa importante es pura estetica y la verdad es que lo importante es que funcione .
Comentar que si pongo en el get de recursos el readonly en los recursos , el color de fondo es el color_btnFAce , por lo que parece debe ser el estandar que usan los pocket .
Saludos . |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.