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;">&#40;</span>dlopen<span style="color: #000000;">&#40;</span>/Applications/Xcode.app/Contents/Developer/usr/lib/libxcrun.dylib, 0x0005<span style="color: #000000;">&#41;</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;">&#40;</span>mach-o file, but is an incompatible architecture <span style="color: #000000;">&#40;</span>have <span style="color: #ff0000;">'x86_64'</span>, need <span style="color: #ff0000;">'arm64e'</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>, <span style="color: #ff0000;">'/usr/lib/libxcrun.dylib'</span> <span style="color: #000000;">&#40;</span>no such file<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>.<br />&nbsp;</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;">&#40;</span>dlopen<span style="color: #000000;">&#40;</span>/Applications/Xcode.app/Contents/Developer/usr/lib/libxcrun.dylib, 0x0005<span style="color: #000000;">&#41;</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;">&#40;</span>mach-o file, but is an incompatible architecture <span style="color: #000000;">&#40;</span>have <span style="color: #ff0000;">'x86_64'</span>, need <span style="color: #ff0000;">'arm64e'</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>, <span style="color: #ff0000;">'/usr/lib/libxcrun.dylib'</span> <span style="color: #000000;">&#40;</span>no such file<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</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] &#91;1&#93;&#58;clarm&#46;Exe -W3 -c -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF /DARM /DUNICODE /IC&#58;\work\LIB_32\TSBUTTON_6\INCLUDE;C&#58;\work\FWPPC\INCLUDE -IC&#58;\Work\HARBOU~1\Include /IC&#58;\Work\Vce\Include\ARM /FoObj\BPAINTCE&#46;Obj FUNCTION\BPAINTCE&#46;C Microsoft &#40;R&#41; C/C++ Optimizing Compiler Version 12&#46;20&#46;9615 for ARM Copyright &#40;C&#41; Microsoft Corp 1984-2002&#46; All rights reserved&#46; BPAINTCE&#46;C c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;33&#41; &#58; error C2061&#58; syntax error &#58; identifier 'HB_FUN_SBTNPAINT' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;33&#41; &#58; error C2059&#58; syntax error &#58; ';' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;35&#41; &#58; error C2054&#58; expected '&#40;' to follow 'PARAMS' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;655&#41; &#58; warning C4013&#58; 'MoveTo' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;783&#41; &#58; error C2061&#58; syntax error &#58; identifier 'HB_FUN_MAKESEPARATOR' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;783&#41; &#58; error C2059&#58; syntax error &#58; ';' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;785&#41; &#58; error C2054&#58; expected '&#40;' to follow 'PARAMS' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;804&#41; &#58; error C2061&#58; syntax error &#58; identifier 'HB_FUN_SBTNLINE' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;804&#41; &#58; error C2059&#58; syntax error &#58; ';' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;806&#41; &#58; error C2054&#58; expected '&#40;' to follow 'PARAMS' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;916&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'int ' to 'float ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;920&#41; &#58; warning C4013&#58; 'CreateBrushIndirect' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;920&#41; &#58; warning C4047&#58; '=' &#58; 'struct HBRUSH__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;930&#41; &#58; warning C4244&#58; 'function' &#58; conversion from 'float ' to 'int ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;930&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'int ' to 'float ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;931&#41; &#58; warning C4244&#58; 'function' &#58; conversion from 'float ' to 'int ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;931&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'int ' to 'float ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;932&#41; &#58; warning C4244&#58; 'function' &#58; conversion from 'float ' to 'int ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;932&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'int ' to 'float ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1035&#41; &#58; warning C4047&#58; '=' &#58; 'struct HBRUSH__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1098&#41; &#58; warning C4047&#58; '=' &#58; 'struct HBRUSH__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1121&#41; &#58; warning C4013&#58; 'Arc' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1138&#41; &#58; error C2061&#58; syntax error &#58; identifier 'HB_FUN_DRAWRADIO' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1138&#41; &#58; error C2059&#58; syntax error &#58; ';' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1140&#41; &#58; error C2054&#58; expected '&#40;' to follow 'PARAMS' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1456&#41; &#58; error C2061&#58; syntax error &#58; identifier 'HB_FUN_DRAWBOXES' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1456&#41; &#58; error C2059&#58; syntax error &#58; ';' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1458&#41; &#58; error C2054&#58; expected '&#40;' to follow 'PARAMS' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1484&#41; &#58; error C2061&#58; syntax error &#58; identifier 'HB_FUN_DARKCOLOR' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1484&#41; &#58; error C2059&#58; syntax error &#58; ';' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1486&#41; &#58; error C2054&#58; expected '&#40;' to follow 'PARAMS' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1495&#41; &#58; error C2061&#58; syntax error &#58; identifier 'HB_FUN_GETFONTHEIGHT' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1495&#41; &#58; error C2059&#58; syntax error &#58; ';' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1497&#41; &#58; error C2054&#58; expected '&#40;' to follow 'PARAMS' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1516&#41; &#58; error C2061&#58; syntax error &#58; identifier 'HB_FUN_DRAWRECTDOTTED' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1516&#41; &#58; error C2059&#58; syntax error &#58; ';' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1518&#41; &#58; error C2054&#58; expected '&#40;' to follow 'PARAMS' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1539&#41; &#58; error C2061&#58; syntax error &#58; identifier 'HB_FUN_SBARNEW' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1539&#41; &#58; error C2059&#58; syntax error &#58; ';' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1541&#41; &#58; error C2054&#58; expected '&#40;' to follow 'PARAMS' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1602&#41; &#58; warning C4013&#58; '_parclen' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1609&#41; &#58; warning C4244&#58; 'function' &#58; conversion from 'const double ' to 'int ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1621&#41; &#58; warning C4047&#58; '=' &#58; 'struct HBRUSH__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1669&#41; &#58; warning C4133&#58; 'function' &#58; incompatible types - from 'char *' to 'const unsigned short *' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1675&#41; &#58; warning C4013&#58; 'CreatePolygonRgn' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1675&#41; &#58; error C2065&#58; 'ALTERNATE' &#58; undeclared identifier c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1675&#41; &#58; warning C4047&#58; '=' &#58; 'struct HRGN__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1835&#41; &#58; error C2061&#58; syntax error &#58; identifier 'HB_FUN_DRAWLIMIT' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1835&#41; &#58; error C2059&#58; syntax error &#58; ';' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1837&#41; &#58; error C2054&#58; expected '&#40;' to follow 'PARAMS' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1864&#41; &#58; warning C4244&#58; 'initializing' &#58; conversion from 'long ' to 'float ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1882&#41; &#58; warning C4244&#58; 'function' &#58; conversion from 'float ' to 'int ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1882&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'int ' to 'float ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1883&#41; &#58; warning C4244&#58; 'function' &#58; conversion from 'float ' to 'int ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1883&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'int ' to 'float ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1884&#41; &#58; warning C4244&#58; 'function' &#58; conversion from 'float ' to 'int ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1884&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'int ' to 'float ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1979&#41; &#58; error C2061&#58; syntax error &#58; identifier 'HB_FUN_GRADCOLOR' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1979&#41; &#58; error C2059&#58; syntax error &#58; ';' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1981&#41; &#58; error C2054&#58; expected '&#40;' 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&#58; BUTTON6CE, Ambiente&#58; FWPPC&#58; &#91;1&#93;&#58;Harbour&#46;Exe TSTSAY&#46;PRG /m /n /es /iC&#58;\work\FWPPC\INCLUDE;C&#58;\work\LIB_32\TSBUTTON_6\INCLUDE /ic&#58;\work\fwppc\include;C&#58;\Work\HARBOU~1\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\TSTSAY&#46;c Harbour devel build 1&#46;1-1 Intl&#46; Copyright 1999-2007, http&#58;//www&#46;harbour-project&#46;org/ Compiling 'TSTSAY&#46;PRG'&#46;&#46;&#46; Lines 4445, Functions/Procedures 9 Generating C source output to 'Obj\TSTSAY&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;clarm&#46;Exe -W3 -c -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF /DARM /DUNICODE /IC&#58;\work\FWPPC\INCLUDE;C&#58;\work\LIB_32\TSBUTTON_6\INCLUDE -IC&#58;\Work\HARBOU~1\Include /IC&#58;\Work\Vce\Include\ARM /FoTSTSAY&#46;Obj TSTSAY&#46;c Microsoft &#40;R&#41; C/C++ Optimizing Compiler Version 12&#46;20&#46;9615 for ARM Copyright &#40;C&#41; Microsoft Corp 1984-2002&#46; All rights reserved&#46; TSTSAY&#46;c &#91;1&#93;&#58;Harbour&#46;Exe TSBAR&#46;PRG /m /n /es /iC&#58;\work\FWPPC\INCLUDE;C&#58;\work\LIB_32\TSBUTTON_6\INCLUDE /ic&#58;\work\fwppc\include;C&#58;\Work\HARBOU~1\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\TSBAR&#46;c Harbour devel build 1&#46;1-1 Intl&#46; Copyright 1999-2007, http&#58;//www&#46;harbour-project&#46;org/ Compiling 'TSBAR&#46;PRG'&#46;&#46;&#46; Lines 4431, Functions/Procedures 21 Generating C source output to 'Obj\TSBAR&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;clarm&#46;Exe -W3 -c -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF /DARM /DUNICODE /IC&#58;\work\FWPPC\INCLUDE;C&#58;\work\LIB_32\TSBUTTON_6\INCLUDE -IC&#58;\Work\HARBOU~1\Include /IC&#58;\Work\Vce\Include\ARM /FoTSBAR&#46;Obj TSBAR&#46;c Microsoft &#40;R&#41; C/C++ Optimizing Compiler Version 12&#46;20&#46;9615 for ARM Copyright &#40;C&#41; Microsoft Corp 1984-2002&#46; All rights reserved&#46; TSBAR&#46;c &#91;1&#93;&#58;Harbour&#46;Exe TSBUTTON&#46;PRG /m /n /es /iC&#58;\work\FWPPC\INCLUDE;C&#58;\work\LIB_32\TSBUTTON_6\INCLUDE /ic&#58;\work\fwppc\include;C&#58;\Work\HARBOU~1\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\TSBUTTON&#46;c Harbour devel build 1&#46;1-1 Intl&#46; Copyright 1999-2007, http&#58;//www&#46;harbour-project&#46;org/ Compiling 'TSBUTTON&#46;PRG'&#46;&#46;&#46; Lines 6037, Functions/Procedures 40 Generating C source output to 'Obj\TSBUTTON&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;clarm&#46;Exe -W3 -c -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF /DARM /DUNICODE /IC&#58;\work\FWPPC\INCLUDE;C&#58;\work\LIB_32\TSBUTTON_6\INCLUDE -IC&#58;\Work\HARBOU~1\Include /IC&#58;\Work\Vce\Include\ARM /FoTSBUTTON&#46;Obj TSBUTTON&#46;c Microsoft &#40;R&#41; C/C++ Optimizing Compiler Version 12&#46;20&#46;9615 for ARM Copyright &#40;C&#41; Microsoft Corp 1984-2002&#46; All rights reserved&#46; TSBUTTON&#46;c TSBUTTON&#46;PRG&#40;2548&#41; &#58; warning C4013&#58; 'hb_parnl' undefined; assuming extern returning int TSBUTTON&#46;PRG&#40;2549&#41; &#58; warning C4013&#58; 'hb_parni' undefined; assuming extern returning int TSBUTTON&#46;PRG&#40;2551&#41; &#58; warning C4013&#58; 'MulDiv' undefined; assuming extern returning int TSBUTTON&#46;PRG&#40;2555&#41; &#58; warning C4013&#58; 'hb_retnl' undefined; assuming extern returning int &#91;1&#93;&#58;Harbour&#46;Exe TSLINES&#46;PRG /m /n /es /iC&#58;\work\FWPPC\INCLUDE;C&#58;\work\LIB_32\TSBUTTON_6\INCLUDE /ic&#58;\work\fwppc\include;C&#58;\Work\HARBOU~1\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\TSLINES&#46;c Harbour devel build 1&#46;1-1 Intl&#46; Copyright 1999-2007, http&#58;//www&#46;harbour-project&#46;org/ Compiling 'TSLINES&#46;PRG'&#46;&#46;&#46; Lines 3738, Functions/Procedures 6 Generating C source output to 'Obj\TSLINES&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;clarm&#46;Exe -W3 -c -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF /DARM /DUNICODE /IC&#58;\work\FWPPC\INCLUDE;C&#58;\work\LIB_32\TSBUTTON_6\INCLUDE -IC&#58;\Work\HARBOU~1\Include /IC&#58;\Work\Vce\Include\ARM /FoTSLINES&#46;Obj TSLINES&#46;c Microsoft &#40;R&#41; C/C++ Optimizing Compiler Version 12&#46;20&#46;9615 for ARM Copyright &#40;C&#41; Microsoft Corp 1984-2002&#46; All rights reserved&#46; TSLINES&#46;c &#91;1&#93;&#58;Harbour&#46;Exe TSRADIO&#46;PRG /m /n /es /iC&#58;\work\FWPPC\INCLUDE;C&#58;\work\LIB_32\TSBUTTON_6\INCLUDE /ic&#58;\work\fwppc\include;C&#58;\Work\HARBOU~1\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\TSRADIO&#46;c Harbour devel build 1&#46;1-1 Intl&#46; Copyright 1999-2007, http&#58;//www&#46;harbour-project&#46;org/ Compiling 'TSRADIO&#46;PRG'&#46;&#46;&#46; Lines 5100, Functions/Procedures 30 Generating C source output to 'Obj\TSRADIO&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;clarm&#46;Exe -W3 -c -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF /DARM /DUNICODE /IC&#58;\work\FWPPC\INCLUDE;C&#58;\work\LIB_32\TSBUTTON_6\INCLUDE -IC&#58;\Work\HARBOU~1\Include /IC&#58;\Work\Vce\Include\ARM /FoTSRADIO&#46;Obj TSRADIO&#46;c Microsoft &#40;R&#41; C/C++ Optimizing Compiler Version 12&#46;20&#46;9615 for ARM Copyright &#40;C&#41; Microsoft Corp 1984-2002&#46; All rights reserved&#46; TSRADIO&#46;c &#91;1&#93;&#58;clarm&#46;Exe -W3 -c -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF /DARM /DUNICODE /IC&#58;\work\FWPPC\INCLUDE;C&#58;\work\LIB_32\TSBUTTON_6\INCLUDE -IC&#58;\Work\HARBOU~1\Include /IC&#58;\Work\Vce\Include\ARM /FoC&#58;\work\LIB_32\TSBUTTON_6\SOURCE\CLASSES\Obj\BPAINTCE&#46;Obj BPAINTCE&#46;C Microsoft &#40;R&#41; C/C++ Optimizing Compiler Version 12&#46;20&#46;9615 for ARM Copyright &#40;C&#41; Microsoft Corp 1984-2002&#46; All rights reserved&#46; BPAINTCE&#46;C c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;38&#41; &#58; warning C4013&#58; '_parnl' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;40&#41; &#58; warning C4013&#58; '_parl' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;42&#41; &#58; warning C4013&#58; '_parc' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;42&#41; &#58; warning C4047&#58; 'initializing' &#58; 'char *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;43&#41; &#58; warning C4013&#58; '_parni' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;61&#41; &#58; warning C4013&#58; 'ISLOGICAL' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;98&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'long ' to 'unsigned short ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;185&#41; &#58; warning C4013&#58; 'CreateRoundRectRgn' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;185&#41; &#58; warning C4047&#58; '=' &#58; 'struct HRGN__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;204&#41; &#58; warning C4047&#58; '=' &#58; 'struct HRGN__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;211&#41; &#58; warning C4047&#58; '=' &#58; 'struct HRGN__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;254&#41; &#58; warning C4047&#58; '=' &#58; 'struct HRGN__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;285&#41; &#58; warning C4013&#58; 'CreateEllipticRgn' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;285&#41; &#58; warning C4047&#58; '=' &#58; 'struct HRGN__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;287&#41; &#58; warning C4047&#58; '=' &#58; 'struct HRGN__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;398&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'long ' to 'unsigned short ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;503&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'long ' to 'unsigned short ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;587&#41; &#58; warning C4133&#58; 'function' &#58; incompatible types - from 'char *' to 'const unsigned short *' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;595&#41; &#58; warning C4133&#58; 'function' &#58; incompatible types - from 'char *' to 'const unsigned short *' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;605&#41; &#58; warning C4133&#58; 'function' &#58; incompatible types - from 'char *' to 'const unsigned short *' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;629&#41; &#58; warning C4133&#58; 'function' &#58; incompatible types - from 'char *' to 'const unsigned short *' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;87&#41; &#58; warning C4101&#58; 'hBmOld1' &#58; unreferenced local variable c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;75&#41; &#58; warning C4101&#58; 'bs' &#58; unreferenced local variable c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;87&#41; &#58; warning C4101&#58; 'hBmOld2' &#58; unreferenced local variable c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;86&#41; &#58; warning C4101&#58; 'lpBits' &#58; unreferenced local variable c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;72&#41; &#58; warning C4101&#58; 'lb' &#58; unreferenced local variable c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;87&#41; &#58; warning C4101&#58; 'hMask' &#58; unreferenced local variable c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;82&#41; &#58; warning C4101&#58; 'mDC' &#58; unreferenced local variable c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;85&#41; &#58; warning C4101&#58; 'pt' &#58; unreferenced local variable c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;82&#41; &#58; warning C4101&#58; 'nDC' &#58; unreferenced local variable c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;657&#41; &#58; warning C4013&#58; 'MoveTo' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;652&#41; &#58; warning C4101&#58; 'pt' &#58; unreferenced local variable c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;918&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'int ' to 'float ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;922&#41; &#58; warning C4013&#58; 'CreateBrushIndirect' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;922&#41; &#58; warning C4047&#58; '=' &#58; 'struct HBRUSH__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;932&#41; &#58; warning C4244&#58; 'function' &#58; conversion from 'float ' to 'int ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;932&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'int ' to 'float ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;933&#41; &#58; warning C4244&#58; 'function' &#58; conversion from 'float ' to 'int ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;933&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'int ' to 'float ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;934&#41; &#58; warning C4244&#58; 'function' &#58; conversion from 'float ' to 'int ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;934&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'int ' to 'float ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1037&#41; &#58; warning C4047&#58; '=' &#58; 'struct HBRUSH__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1100&#41; &#58; warning C4047&#58; '=' &#58; 'struct HBRUSH__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1123&#41; &#58; warning C4013&#58; 'Arc' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1146&#41; &#58; warning C4047&#58; 'initializing' &#58; 'char *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1189&#41; &#58; warning C4013&#58; '_parclen' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1194&#41; &#58; warning C4047&#58; '=' &#58; 'struct HBRUSH__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1392&#41; &#58; warning C4133&#58; 'function' &#58; incompatible types - from 'char *' to 'const unsigned short *' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1400&#41; &#58; warning C4133&#58; 'function' &#58; incompatible types - from 'char *' to 'const unsigned short *' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1408&#41; &#58; warning C4133&#58; 'function' &#58; incompatible types - from 'char *' to 'const unsigned short *' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1414&#41; &#58; warning C4133&#58; 'function' &#58; incompatible types - from 'char *' to 'const unsigned short *' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1465&#41; &#58; warning C4047&#58; 'initializing' &#58; 'char *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1489&#41; &#58; warning C4013&#58; '_retnl' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1509&#41; &#58; warning C4013&#58; '_retni' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1611&#41; &#58; warning C4244&#58; 'function' &#58; conversion from 'const double ' to 'int ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1623&#41; &#58; warning C4047&#58; '=' &#58; 'struct HBRUSH__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1671&#41; &#58; warning C4133&#58; 'function' &#58; incompatible types - from 'char *' to 'const unsigned short *' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1677&#41; &#58; warning C4013&#58; 'CreatePolygonRgn' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1677&#41; &#58; error C2065&#58; 'ALTERNATE' &#58; undeclared identifier c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1677&#41; &#58; warning C4047&#58; '=' &#58; 'struct HRGN__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1866&#41; &#58; warning C4244&#58; 'initializing' &#58; conversion from 'long ' to 'float ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1884&#41; &#58; warning C4244&#58; 'function' &#58; conversion from 'float ' to 'int ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1884&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'int ' to 'float ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1885&#41; &#58; warning C4244&#58; 'function' &#58; conversion from 'float ' to 'int ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1885&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'int ' to 'float ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1886&#41; &#58; warning C4244&#58; 'function' &#58; conversion from 'float ' to 'int ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1886&#41; &#58; warning C4244&#58; '=' &#58; 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] &#91;1&#93;&#58;clarm&#46;Exe -W3 -c -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF /DARM /DUNICODE /IC&#58;\work\LIB_32\TSBUTTON_6\INCLUDE;C&#58;\work\FWPPC\INCLUDE -IC&#58;\Work\HARBOU~1\Include /IC&#58;\Work\Vce\Include\ARM /FoObj\BPAINTCE&#46;Obj FUNCTION\BPAINTCE&#46;C Microsoft &#40;R&#41; C/C++ Optimizing Compiler Version 12&#46;20&#46;9615 for ARM Copyright &#40;C&#41; Microsoft Corp 1984-2002&#46; All rights reserved&#46; BPAINTCE&#46;C c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;33&#41; &#58; error C2061&#58; syntax error &#58; identifier 'HB_FUN_SBTNPAINT' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;33&#41; &#58; error C2059&#58; syntax error &#58; ';' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;35&#41; &#58; error C2054&#58; expected '&#40;' to follow 'PARAMS' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;655&#41; &#58; warning C4013&#58; 'MoveTo' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;783&#41; &#58; error C2061&#58; syntax error &#58; identifier 'HB_FUN_MAKESEPARATOR' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;783&#41; &#58; error C2059&#58; syntax error &#58; ';' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;785&#41; &#58; error C2054&#58; expected '&#40;' to follow 'PARAMS' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;804&#41; &#58; error C2061&#58; syntax error &#58; identifier 'HB_FUN_SBTNLINE' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;804&#41; &#58; error C2059&#58; syntax error &#58; ';' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;806&#41; &#58; error C2054&#58; expected '&#40;' to follow 'PARAMS' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;916&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'int ' to 'float ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;920&#41; &#58; warning C4013&#58; 'CreateBrushIndirect' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;920&#41; &#58; warning C4047&#58; '=' &#58; 'struct HBRUSH__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;930&#41; &#58; warning C4244&#58; 'function' &#58; conversion from 'float ' to 'int ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;930&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'int ' to 'float ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;931&#41; &#58; warning C4244&#58; 'function' &#58; conversion from 'float ' to 'int ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;931&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'int ' to 'float ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;932&#41; &#58; warning C4244&#58; 'function' &#58; conversion from 'float ' to 'int ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;932&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'int ' to 'float ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1035&#41; &#58; warning C4047&#58; '=' &#58; 'struct HBRUSH__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1098&#41; &#58; warning C4047&#58; '=' &#58; 'struct HBRUSH__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1121&#41; &#58; warning C4013&#58; 'Arc' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1138&#41; &#58; error C2061&#58; syntax error &#58; identifier 'HB_FUN_DRAWRADIO' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1138&#41; &#58; error C2059&#58; syntax error &#58; ';' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1140&#41; &#58; error C2054&#58; expected '&#40;' to follow 'PARAMS' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1456&#41; &#58; error C2061&#58; syntax error &#58; identifier 'HB_FUN_DRAWBOXES' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1456&#41; &#58; error C2059&#58; syntax error &#58; ';' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1458&#41; &#58; error C2054&#58; expected '&#40;' to follow 'PARAMS' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1484&#41; &#58; error C2061&#58; syntax error &#58; identifier 'HB_FUN_DARKCOLOR' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1484&#41; &#58; error C2059&#58; syntax error &#58; ';' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1486&#41; &#58; error C2054&#58; expected '&#40;' to follow 'PARAMS' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1495&#41; &#58; error C2061&#58; syntax error &#58; identifier 'HB_FUN_GETFONTHEIGHT' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1495&#41; &#58; error C2059&#58; syntax error &#58; ';' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1497&#41; &#58; error C2054&#58; expected '&#40;' to follow 'PARAMS' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1516&#41; &#58; error C2061&#58; syntax error &#58; identifier 'HB_FUN_DRAWRECTDOTTED' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1516&#41; &#58; error C2059&#58; syntax error &#58; ';' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1518&#41; &#58; error C2054&#58; expected '&#40;' to follow 'PARAMS' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1539&#41; &#58; error C2061&#58; syntax error &#58; identifier 'HB_FUN_SBARNEW' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1539&#41; &#58; error C2059&#58; syntax error &#58; ';' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1541&#41; &#58; error C2054&#58; expected '&#40;' to follow 'PARAMS' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1602&#41; &#58; warning C4013&#58; '_parclen' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1609&#41; &#58; warning C4244&#58; 'function' &#58; conversion from 'const double ' to 'int ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1621&#41; &#58; warning C4047&#58; '=' &#58; 'struct HBRUSH__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1669&#41; &#58; warning C4133&#58; 'function' &#58; incompatible types - from 'char *' to 'const unsigned short *' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1675&#41; &#58; warning C4013&#58; 'CreatePolygonRgn' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1675&#41; &#58; error C2065&#58; 'ALTERNATE' &#58; undeclared identifier c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1675&#41; &#58; warning C4047&#58; '=' &#58; 'struct HRGN__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1835&#41; &#58; error C2061&#58; syntax error &#58; identifier 'HB_FUN_DRAWLIMIT' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1835&#41; &#58; error C2059&#58; syntax error &#58; ';' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1837&#41; &#58; error C2054&#58; expected '&#40;' to follow 'PARAMS' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1864&#41; &#58; warning C4244&#58; 'initializing' &#58; conversion from 'long ' to 'float ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1882&#41; &#58; warning C4244&#58; 'function' &#58; conversion from 'float ' to 'int ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1882&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'int ' to 'float ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1883&#41; &#58; warning C4244&#58; 'function' &#58; conversion from 'float ' to 'int ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1883&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'int ' to 'float ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1884&#41; &#58; warning C4244&#58; 'function' &#58; conversion from 'float ' to 'int ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1884&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'int ' to 'float ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1979&#41; &#58; error C2061&#58; syntax error &#58; identifier 'HB_FUN_GRADCOLOR' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1979&#41; &#58; error C2059&#58; syntax error &#58; ';' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1981&#41; &#58; error C2054&#58; expected '&#40;' 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&#58; Sbutton6CE, Ambiente&#58; FWPPC&#58; &#91;1&#93;&#58;Harbour&#46;Exe CLASSES\TSTSAY&#46;PRG /m /n /es /iC&#58;\work\LIB_32\TSBUTTON_6\INCLUDE;C&#58;\work\FWPPC\INCLUDE /ic&#58;\work\fwppc\include;C&#58;\Work\HARBOU~1\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\TSTSAY&#46;c Harbour devel build 1&#46;1-1 Intl&#46; Copyright 1999-2007, http&#58;//www&#46;harbour-project&#46;org/ Compiling 'CLASSES\TSTSAY&#46;PRG'&#46;&#46;&#46; Lines 4445, Functions/Procedures 9 Generating C source output to 'Obj\TSTSAY&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;clarm&#46;Exe -W3 -c -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF /DARM /DUNICODE /IC&#58;\work\LIB_32\TSBUTTON_6\INCLUDE;C&#58;\work\FWPPC\INCLUDE -IC&#58;\Work\HARBOU~1\Include /IC&#58;\Work\Vce\Include\ARM /FoTSTSAY&#46;Obj TSTSAY&#46;c Microsoft &#40;R&#41; C/C++ Optimizing Compiler Version 12&#46;20&#46;9615 for ARM Copyright &#40;C&#41; Microsoft Corp 1984-2002&#46; All rights reserved&#46; TSTSAY&#46;c &#91;1&#93;&#58;Harbour&#46;Exe CLASSES\TSBAR&#46;PRG /m /n /es /iC&#58;\work\LIB_32\TSBUTTON_6\INCLUDE;C&#58;\work\FWPPC\INCLUDE /ic&#58;\work\fwppc\include;C&#58;\Work\HARBOU~1\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\TSBAR&#46;c Harbour devel build 1&#46;1-1 Intl&#46; Copyright 1999-2007, http&#58;//www&#46;harbour-project&#46;org/ Compiling 'CLASSES\TSBAR&#46;PRG'&#46;&#46;&#46; Lines 4431, Functions/Procedures 21 Generating C source output to 'Obj\TSBAR&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;clarm&#46;Exe -W3 -c -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF /DARM /DUNICODE /IC&#58;\work\LIB_32\TSBUTTON_6\INCLUDE;C&#58;\work\FWPPC\INCLUDE -IC&#58;\Work\HARBOU~1\Include /IC&#58;\Work\Vce\Include\ARM /FoTSBAR&#46;Obj TSBAR&#46;c Microsoft &#40;R&#41; C/C++ Optimizing Compiler Version 12&#46;20&#46;9615 for ARM Copyright &#40;C&#41; Microsoft Corp 1984-2002&#46; All rights reserved&#46; TSBAR&#46;c &#91;1&#93;&#58;Harbour&#46;Exe CLASSES\TSBUTTON&#46;PRG /m /n /es /iC&#58;\work\LIB_32\TSBUTTON_6\INCLUDE;C&#58;\work\FWPPC\INCLUDE /ic&#58;\work\fwppc\include;C&#58;\Work\HARBOU~1\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\TSBUTTON&#46;c Harbour devel build 1&#46;1-1 Intl&#46; Copyright 1999-2007, http&#58;//www&#46;harbour-project&#46;org/ Compiling 'CLASSES\TSBUTTON&#46;PRG'&#46;&#46;&#46; Lines 6037, Functions/Procedures 40 Generating C source output to 'Obj\TSBUTTON&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;clarm&#46;Exe -W3 -c -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF /DARM /DUNICODE /IC&#58;\work\LIB_32\TSBUTTON_6\INCLUDE;C&#58;\work\FWPPC\INCLUDE -IC&#58;\Work\HARBOU~1\Include /IC&#58;\Work\Vce\Include\ARM /FoTSBUTTON&#46;Obj TSBUTTON&#46;c Microsoft &#40;R&#41; C/C++ Optimizing Compiler Version 12&#46;20&#46;9615 for ARM Copyright &#40;C&#41; Microsoft Corp 1984-2002&#46; All rights reserved&#46; TSBUTTON&#46;c c&#58;\work\lib_32\tsbutton_6\source\obj\tsbutton&#46;c&#40;12728&#41; &#58; warning C4129&#58; 'T' &#58; unrecognized character escape sequence CLASSESTSBUTTON&#46;PRG&#40;2548&#41; &#58; warning C4013&#58; 'hb_parnl' undefined; assuming extern returning int CLASSESTSBUTTON&#46;PRG&#40;2549&#41; &#58; warning C4013&#58; 'hb_parni' undefined; assuming extern returning int CLASSESTSBUTTON&#46;PRG&#40;2551&#41; &#58; warning C4013&#58; 'MulDiv' undefined; assuming extern returning int CLASSESTSBUTTON&#46;PRG&#40;2555&#41; &#58; warning C4013&#58; 'hb_retnl' undefined; assuming extern returning int &#91;1&#93;&#58;Harbour&#46;Exe CLASSES\TSLINES&#46;PRG /m /n /es /iC&#58;\work\LIB_32\TSBUTTON_6\INCLUDE;C&#58;\work\FWPPC\INCLUDE /ic&#58;\work\fwppc\include;C&#58;\Work\HARBOU~1\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\TSLINES&#46;c Harbour devel build 1&#46;1-1 Intl&#46; Copyright 1999-2007, http&#58;//www&#46;harbour-project&#46;org/ Compiling 'CLASSES\TSLINES&#46;PRG'&#46;&#46;&#46; Lines 3738, Functions/Procedures 6 Generating C source output to 'Obj\TSLINES&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;clarm&#46;Exe -W3 -c -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF /DARM /DUNICODE /IC&#58;\work\LIB_32\TSBUTTON_6\INCLUDE;C&#58;\work\FWPPC\INCLUDE -IC&#58;\Work\HARBOU~1\Include /IC&#58;\Work\Vce\Include\ARM /FoTSLINES&#46;Obj TSLINES&#46;c Microsoft &#40;R&#41; C/C++ Optimizing Compiler Version 12&#46;20&#46;9615 for ARM Copyright &#40;C&#41; Microsoft Corp 1984-2002&#46; All rights reserved&#46; TSLINES&#46;c &#91;1&#93;&#58;Harbour&#46;Exe CLASSES\TSRADIO&#46;PRG /m /n /es /iC&#58;\work\LIB_32\TSBUTTON_6\INCLUDE;C&#58;\work\FWPPC\INCLUDE /ic&#58;\work\fwppc\include;C&#58;\Work\HARBOU~1\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\TSRADIO&#46;c Harbour devel build 1&#46;1-1 Intl&#46; Copyright 1999-2007, http&#58;//www&#46;harbour-project&#46;org/ Compiling 'CLASSES\TSRADIO&#46;PRG'&#46;&#46;&#46; Lines 5100, Functions/Procedures 30 Generating C source output to 'Obj\TSRADIO&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;clarm&#46;Exe -W3 -c -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF /DARM /DUNICODE /IC&#58;\work\LIB_32\TSBUTTON_6\INCLUDE;C&#58;\work\FWPPC\INCLUDE -IC&#58;\Work\HARBOU~1\Include /IC&#58;\Work\Vce\Include\ARM /FoTSRADIO&#46;Obj TSRADIO&#46;c Microsoft &#40;R&#41; C/C++ Optimizing Compiler Version 12&#46;20&#46;9615 for ARM Copyright &#40;C&#41; Microsoft Corp 1984-2002&#46; All rights reserved&#46; TSRADIO&#46;c &#91;1&#93;&#58;clarm&#46;Exe -W3 -c -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF /DARM /DUNICODE /IC&#58;\work\LIB_32\TSBUTTON_6\INCLUDE;C&#58;\work\FWPPC\INCLUDE -IC&#58;\Work\HARBOU~1\Include /IC&#58;\Work\Vce\Include\ARM /FoObj\BPAINTCE&#46;Obj FUNCTION\BPAINTCE&#46;C Microsoft &#40;R&#41; C/C++ Optimizing Compiler Version 12&#46;20&#46;9615 for ARM Copyright &#40;C&#41; Microsoft Corp 1984-2002&#46; All rights reserved&#46; BPAINTCE&#46;C c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;38&#41; &#58; warning C4013&#58; '_parnl' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;40&#41; &#58; warning C4013&#58; '_parl' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;42&#41; &#58; warning C4013&#58; '_parc' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;42&#41; &#58; warning C4047&#58; 'initializing' &#58; 'char *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;43&#41; &#58; warning C4013&#58; '_parni' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;61&#41; &#58; warning C4013&#58; 'ISLOGICAL' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;98&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'long ' to 'unsigned short ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;185&#41; &#58; warning C4013&#58; 'CreateRoundRectRgn' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;185&#41; &#58; warning C4047&#58; '=' &#58; 'struct HRGN__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;204&#41; &#58; warning C4047&#58; '=' &#58; 'struct HRGN__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;211&#41; &#58; warning C4047&#58; '=' &#58; 'struct HRGN__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;254&#41; &#58; warning C4047&#58; '=' &#58; 'struct HRGN__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;285&#41; &#58; warning C4013&#58; 'CreateEllipticRgn' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;285&#41; &#58; warning C4047&#58; '=' &#58; 'struct HRGN__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;287&#41; &#58; warning C4047&#58; '=' &#58; 'struct HRGN__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;398&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'long ' to 'unsigned short ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;503&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'long ' to 'unsigned short ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;587&#41; &#58; warning C4133&#58; 'function' &#58; incompatible types - from 'char *' to 'const unsigned short *' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;595&#41; &#58; warning C4133&#58; 'function' &#58; incompatible types - from 'char *' to 'const unsigned short *' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;605&#41; &#58; warning C4133&#58; 'function' &#58; incompatible types - from 'char *' to 'const unsigned short *' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;629&#41; &#58; warning C4133&#58; 'function' &#58; incompatible types - from 'char *' to 'const unsigned short *' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;87&#41; &#58; warning C4101&#58; 'hBmOld1' &#58; unreferenced local variable c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;75&#41; &#58; warning C4101&#58; 'bs' &#58; unreferenced local variable c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;87&#41; &#58; warning C4101&#58; 'hBmOld2' &#58; unreferenced local variable c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;86&#41; &#58; warning C4101&#58; 'lpBits' &#58; unreferenced local variable c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;72&#41; &#58; warning C4101&#58; 'lb' &#58; unreferenced local variable c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;87&#41; &#58; warning C4101&#58; 'hMask' &#58; unreferenced local variable c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;82&#41; &#58; warning C4101&#58; 'mDC' &#58; unreferenced local variable c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;85&#41; &#58; warning C4101&#58; 'pt' &#58; unreferenced local variable c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;82&#41; &#58; warning C4101&#58; 'nDC' &#58; unreferenced local variable c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;657&#41; &#58; warning C4013&#58; 'MoveTo' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;652&#41; &#58; warning C4101&#58; 'pt' &#58; unreferenced local variable c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;918&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'int ' to 'float ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;922&#41; &#58; warning C4013&#58; 'CreateBrushIndirect' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;922&#41; &#58; warning C4047&#58; '=' &#58; 'struct HBRUSH__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;932&#41; &#58; warning C4244&#58; 'function' &#58; conversion from 'float ' to 'int ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;932&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'int ' to 'float ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;933&#41; &#58; warning C4244&#58; 'function' &#58; conversion from 'float ' to 'int ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;933&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'int ' to 'float ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;934&#41; &#58; warning C4244&#58; 'function' &#58; conversion from 'float ' to 'int ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;934&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'int ' to 'float ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1037&#41; &#58; warning C4047&#58; '=' &#58; 'struct HBRUSH__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1100&#41; &#58; warning C4047&#58; '=' &#58; 'struct HBRUSH__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1123&#41; &#58; warning C4013&#58; 'Arc' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1146&#41; &#58; warning C4047&#58; 'initializing' &#58; 'char *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1189&#41; &#58; warning C4013&#58; '_parclen' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1194&#41; &#58; warning C4047&#58; '=' &#58; 'struct HBRUSH__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1392&#41; &#58; warning C4133&#58; 'function' &#58; incompatible types - from 'char *' to 'const unsigned short *' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1400&#41; &#58; warning C4133&#58; 'function' &#58; incompatible types - from 'char *' to 'const unsigned short *' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1408&#41; &#58; warning C4133&#58; 'function' &#58; incompatible types - from 'char *' to 'const unsigned short *' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1414&#41; &#58; warning C4133&#58; 'function' &#58; incompatible types - from 'char *' to 'const unsigned short *' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1465&#41; &#58; warning C4047&#58; 'initializing' &#58; 'char *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1489&#41; &#58; warning C4013&#58; '_retnl' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1509&#41; &#58; warning C4013&#58; '_retni' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1611&#41; &#58; warning C4244&#58; 'function' &#58; conversion from 'const double ' to 'int ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1623&#41; &#58; warning C4047&#58; '=' &#58; 'struct HBRUSH__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1671&#41; &#58; warning C4133&#58; 'function' &#58; incompatible types - from 'char *' to 'const unsigned short *' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1677&#41; &#58; warning C4013&#58; 'CreatePolygonRgn' undefined; assuming extern returning int c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1677&#41; &#58; error C2065&#58; 'ALTERNATE' &#58; undeclared identifier c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1677&#41; &#58; warning C4047&#58; '=' &#58; 'struct HRGN__ *' differs in levels of indirection from 'int ' c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1866&#41; &#58; warning C4244&#58; 'initializing' &#58; conversion from 'long ' to 'float ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1884&#41; &#58; warning C4244&#58; 'function' &#58; conversion from 'float ' to 'int ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1884&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'int ' to 'float ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1885&#41; &#58; warning C4244&#58; 'function' &#58; conversion from 'float ' to 'int ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1885&#41; &#58; warning C4244&#58; '=' &#58; conversion from 'int ' to 'float ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1886&#41; &#58; warning C4244&#58; 'function' &#58; conversion from 'float ' to 'int ', possible loss of data c&#58;\work\lib_32\tsbutton_6\source\function\bpaintce&#46;c&#40;1886&#41; &#58; warning C4244&#58; '=' &#58; 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 />&nbsp;</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;">&#91;</span> FILES <span style="color: #000000;">&#93;</span> <afiles> ;<br />&nbsp; <span style="color: #0000ff;">TO</span> <zipfile> ;<br />&nbsp; BLOCK <block> ;<br />&nbsp; <span style="color: #000000;">&#91;</span> <ovr: <span style="color: #000000;">OVERWRITE</span>> <span style="color: #000000;">&#93;</span> ;<br />&nbsp; <span style="color: #000000;">&#91;</span> <srp: <span style="color: #000000;">STOREPATH</span>> <span style="color: #000000;">&#93;</span> ;<br />&nbsp; <span style="color: #000000;">&#91;</span> PASSWORD <password> <span style="color: #000000;">&#93;</span> ;<br />=> ;<br />&nbsp;COMPRESSFILES <span style="color: #000000;">&#40;</span> <zipfile> , <afiles>, <block> , <.ovr.> , <.srp.> , <password> <span style="color: #000000;">&#41;</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;">&#91;</span> FILE <span style="color: #000000;">&#93;</span> <zipfile> ;<br />&nbsp; <span style="color: #000000;">&#91;</span> BLOCK <block> <span style="color: #000000;">&#93;</span> ;<br />&nbsp; <span style="color: #000000;">&#91;</span> PASSWORD <password> <span style="color: #000000;">&#93;</span> ;<br />=> ;<br />&nbsp;UNCOMPRESSFILES <span style="color: #000000;">&#40;</span> <zipfile> , <block> , <password> <span style="color: #000000;">&#41;</span><br /><br />*------------------------------------------------------------------------------*<br /><span style="color: #00C800;">Function</span> CreateZip<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />*------------------------------------------------------------------------------*<br /><span style="color: #00C800;">Local</span> aDir := Directory<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"f*.txt"</span>, <span style="color: #ff0000;">"D"</span> <span style="color: #000000;">&#41;</span>, aFiles:= <span style="color: #000000;">&#123;</span><span style="color: #000000;">&#125;</span>, nLen<br /><span style="color: #00C800;">Local</span> cPath := CurDrive<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</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 />&nbsp;Form_1.ProgressBar_1.RangeMin := 1<br />&nbsp;Form_1.ProgressBar_1.RangeMax := nLen<br />&nbsp;MODIFY CONTROL Label_1 OF Form_1 FONTCOLOR {0,0,0}<br /><br />&nbsp;COMPRESS aFiles ;<br />&nbsp; TO 'ZipTest.Zip' ;<br />&nbsp; BLOCK {|cFile, nPos| ProgressUpdate( nPos, cFile, .T. ) } ;<br />&nbsp; PASSWORD "</span>mypass<span style="color: #ff0000;">" ;<br />&nbsp; OVERWRITE<br /><br />&nbsp;MODIFY CONTROL Label_1 OF Form_1 FONTCOLOR {0,0,255}<br />&nbsp;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 />&nbsp;Default lShowFileName := .F.<br /><br />&nbsp;Form_1.ProgressBar_1.Value := nPos<br />&nbsp;Form_1.Label_1.Value := cFileNoPath( cFile )<br /><br />&nbsp;if lShowFileName<br />&nbsp; INKEY(.2)<br />&nbsp;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 />&nbsp;Form_1.ProgressBar_1.RangeMin := 0<br />&nbsp;Form_1.ProgressBar_1.RangeMax := GetFilesCountInZip( cArchive )<br />&nbsp;MODIFY CONTROL Label_1 OF Form_1 FONTCOLOR {0,0,0}<br /><br />&nbsp;UNCOMPRESS cArchive ;<br />&nbsp; BLOCK {|cFile, nPos| ProgressUpdate( nPos, cFile, .T. ) } ;<br />&nbsp; PASSWORD "</span>mypass<span style="color: #ff0000;">"<br /><br />&nbsp;MODIFY CONTROL Label_1 OF Form_1 FONTCOLOR {0,0,255}<br />&nbsp;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 />&nbsp;Local aSubDir, cItem<br /><br />&nbsp;FOR cItem :=1 TO LEN(cDir)<br />&nbsp; IF cDir[cItem][5] <> "</span>D<span style="color: #ff0000;">"<br />&nbsp; &nbsp;AADD( aFiles, cPath+cDir[cItem][1] )<br />&nbsp; ELSEIF cDir[cItem][1] <> "</span>.<span style="color: #ff0000;">" .AND. cDir[cItem][1] <> "</span>..<span style="color: #ff0000;">"<br />&nbsp; &nbsp;aSubDir := DIRECTORY( cPath+cDir[cItem][1]+"</span>\*.*<span style="color: #ff0000;">", "</span>D<span style="color: #ff0000;">" )<br />&nbsp; &nbsp;aFiles:=FillFiles( aFiles, aSubdir, cPath+cDir[cItem][1]+"</span>\<span style="color: #ff0000;">" )<br />&nbsp; ENDIF<br />&nbsp;NEXT<br /><br />Return aFiles<br /><br />*------------------------------------------------------------------------------*<br />Function GETFILESCOUNTINZIP ( cFileName )<br />*------------------------------------------------------------------------------*<br />LOCAL i := 0 , hUnzip , nErr<br /><br />&nbsp;hUnzip := HB_UNZIPOPEN( cFileName )<br /><br />&nbsp;nErr := HB_UNZIPFILEFIRST( hUnzip )<br /><br />&nbsp;DO WHILE nErr == 0<br /><br />&nbsp; i++<br />&nbsp; nErr := HB_UNZIPFILENEXT( hUnzip )<br /><br />&nbsp;ENDDO<br /><br />&nbsp;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 />&nbsp;if valtype (lOvr) == 'L'<br />&nbsp; if lOvr == .t.<br />&nbsp; &nbsp;if file (cFileName)<br />&nbsp; &nbsp; delete file (cFileName)<br />&nbsp; &nbsp;endif<br />&nbsp; endif<br />&nbsp;endif<br /><br />&nbsp;hZip := HB_ZIPOPEN( cFileName )<br />&nbsp;IF ! EMPTY( hZip )<br />&nbsp; FOR i := 1 To Len (aDir)<br />&nbsp; &nbsp;if valtype (bBlock) == 'B'<br />&nbsp; &nbsp; Eval ( bBlock , aDir [i] , i ) &nbsp;<br />&nbsp; &nbsp;endif<br />&nbsp; &nbsp;cZipFile := if( lStorePath, aDir [i], cFileNoPath( aDir [i] ) )<br />&nbsp; &nbsp;HB_ZipStoreFile( hZip, aDir [i], cZipFile, cPassword )<br />&nbsp; NEXT<br />&nbsp;ENDIF<br /><br />&nbsp;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 />&nbsp;hUnzip := HB_UNZIPOPEN( cFileName )<br /><br />&nbsp;nErr := HB_UNZIPFILEFIRST( hUnzip )<br /><br />&nbsp;DO WHILE nErr == 0<br /><br />&nbsp; HB_UnzipFileInfo( hUnzip, @cFile, @dDate, @cTime,,,, @nSize, @nCompSize, @lCrypted, @cComment )<br /><br />&nbsp; if valtype (bBlock) == 'B'<br />&nbsp; &nbsp;Eval ( bBlock , cFile , ++i )<br />&nbsp; endif<br /><br />&nbsp; HB_UnzipExtractCurrentFile( hUnzip, NIL, cPassword )<br /><br />&nbsp; nErr := HB_UNZIPFILENEXT( hUnzip )<br /><br />&nbsp;ENDDO<br /><br />&nbsp;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 />&nbsp;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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">27</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">27</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">28</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">28</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">28</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">28</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">27</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">27</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">27</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">28</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">28</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">27</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">27</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">27</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">29</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">31</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">27</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<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> &nbsp;<span style="color: #000000;">20</span>:<span style="color: #000000;">30</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">583.680</span> xhb.lib<br />&nbsp;</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&#58; C&#58;\work\prg\visualfw\source\applicat&#46;Exe &#40;32 bits&#41; Size&#58; 2,227,200 bytes Time from start&#58; 0 hours 0 mins 0 secs Error occurred at&#58; 12/03/08, 13&#58;21&#58;52 Error description&#58; Error BASE/1005 Message not found&#58; TTXTEDIT&#58;_BMOUSEWHEEL Stack Calls =========== Called from&#58; tobject&#46;prg => TTXTEDIT&#58;ERROR&#40;172&#41; Called from&#58; tobject&#46;prg => TTXTEDIT&#58;MSGNOTFOUND&#40;205&#41; Called from&#58; tobject&#46;prg => TTXTEDIT&#58;_BMOUSEWHEEL&#40;0&#41; Called from&#58; ttxtedit&#46;prg => TTXTEDIT&#58;NEW&#40;222&#41; Called from&#58; code&#46;prg => TWNDCODE&#58;ADDPAGE&#40;125&#41; Called from&#58; project&#46;prg => TWNDPRJ&#58;NEW&#40;119&#41; Called from&#58; visual&#46;prg => TVISUALIDE&#58;NEW&#40;141&#41; Called from&#58; visual&#46;prg => MAIN&#40;36&#41;[/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&#58; C&#58;\work\prg\visualfw\source\VisualFW&#46;Exe &#40;32 bits&#41; Size&#58; 2,265,088 bytes Time from start&#58; 0 hours 0 mins 0 secs Error occurred at&#58; 12/06/08, 09&#58;35&#58;52 Error description&#58; Error BASE/1082 Argument error&#58; - Args&#58; &#91; 1&#93; = U &#91; 2&#93; = N 6 Stack Calls =========== Called from&#58; inspect&#46;prg => &#40;b&#41;TINSPECTOR&#58;NEW&#40;103&#41; Called from&#58; WINDOW&#46;PRG => TINSPECTOR&#58;RESIZE&#40;0&#41; Called from&#58; TABS&#46;PRG => TTABS&#58;PAINT&#40;0&#41; Called from&#58; TABS&#46;PRG => TTABS&#58;DISPLAY&#40;0&#41; Called from&#58; CONTROL&#46;PRG => TCONTROL&#58;HANDLEEVENT&#40;0&#41; Called from&#58; TABS&#46;PRG => TTABS&#58;HANDLEEVENT&#40;0&#41; Called from&#58; WINDOW&#46;PRG => _FWH&#40;0&#41; Called from&#58; => DIALOGBOXINDIRECT&#40;0&#41; Called from&#58; DIALOG&#46;PRG => TDIALOG&#58;ACTIVATE&#40;0&#41; Called from&#58; errsysw&#46;prg => ERRORDIALOG&#40;353&#41; Called from&#58; errsysw&#46;prg => &#40;b&#41;ERRORSYS&#40;28&#41; Called from&#58; TABS&#46;PRG => TTABS&#58;PAINTTAB&#40;0&#41; Called from&#58; TABS&#46;PRG => TTABS&#58;PAINT&#40;0&#41; Called from&#58; TABS&#46;PRG => TTABS&#58;DISPLAY&#40;0&#41; Called from&#58; CONTROL&#46;PRG => TCONTROL&#58;HANDLEEVENT&#40;0&#41; Called from&#58; TABS&#46;PRG => TTABS&#58;HANDLEEVENT&#40;0&#41; Called from&#58; WINDOW&#46;PRG => _FWH&#40;0&#41; Called from&#58; => DIALOGBOXINDIRECT&#40;0&#41; Called from&#58; DIALOG&#46;PRG => TDIALOG&#58;ACTIVATE&#40;0&#41; Called from&#58; errsysw&#46;prg => ERRORDIALOG&#40;353&#41; Called from&#58; errsysw&#46;prg => &#40;b&#41;ERRORSYS&#40;28&#41; Called from&#58; tobject&#46;prg => TTXTEDIT&#58;ERROR&#40;172&#41; Called from&#58; tobject&#46;prg => TTXTEDIT&#58;MSGNOTFOUND&#40;205&#41; Called from&#58; tobject&#46;prg => TTXTEDIT&#58;_BMOUSEWHEEL&#40;0&#41; Called from&#58; ttxtedit&#46;prg => TTXTEDIT&#58;NEW&#40;222&#41; Called from&#58; code&#46;prg => TWNDCODE&#58;ADDPAGE&#40;125&#41; Called from&#58; project&#46;prg => TWNDPRJ&#58;NEW&#40;119&#41; Called from&#58; visual&#46;prg => TVISUALIDE&#58;NEW&#40;141&#41; Called from&#58; visual&#46;prg => MAIN&#40;36&#41;[/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&#58; C&#58;\work\prg\visualfw\source\VisualFW&#46;Exe &#40;32 bits&#41; Size&#58; 2,268,672 bytes Time from start&#58; 0 hours 0 mins 0 secs Error occurred at&#58; 12/06/08, 12&#58;02&#58;50 Error description&#58; Error BASE/1082 Argument error&#58; - Args&#58; &#91; 1&#93; = U &#91; 2&#93; = N 6 Stack Calls =========== Called from&#58; inspect&#46;prg => &#40;b&#41;TINSPECTOR&#58;NEW&#40;103&#41; Called from&#58; window&#46;prg => TINSPECTOR&#58;RESIZE&#40;2057&#41; Called from&#58; TABS&#46;PRG => TTABS&#58;PAINT&#40;0&#41; Called from&#58; TABS&#46;PRG => TTABS&#58;DISPLAY&#40;0&#41; Called from&#58; CONTROL&#46;PRG => TCONTROL&#58;HANDLEEVENT&#40;0&#41; Called from&#58; TABS&#46;PRG => TTABS&#58;HANDLEEVENT&#40;0&#41; Called from&#58; window&#46;prg => _FWH&#40;3252&#41; Called from&#58; => DIALOGBOXINDIRECT&#40;0&#41; Called from&#58; DIALOG&#46;PRG => TDIALOG&#58;ACTIVATE&#40;0&#41; Called from&#58; errsysw&#46;prg => ERRORDIALOG&#40;353&#41; Called from&#58; errsysw&#46;prg => &#40;b&#41;ERRORSYS&#40;28&#41; Called from&#58; tobject&#46;prg => TDESIGNER&#58;ERROR&#40;172&#41; Called from&#58; tobject&#46;prg => TDESIGNER&#58;MSGNOTFOUND&#40;205&#41; Called from&#58; tobject&#46;prg => TDESIGNER&#58;DEFAULT&#40;0&#41; Called from&#58; design&#46;prg => TDESIGNER&#58;NEW&#40;117&#41; Called from&#58; project&#46;prg => TWNDPRJ&#58;NEWFORM&#40;324&#41; Called from&#58; visual&#46;prg => TVISUALIDE&#58;NEWFORM&#40;428&#41; Called from&#58; visual&#46;prg => TVISUALIDE&#58;NEW&#40;145&#41; Called from&#58; visual&#46;prg => MAIN&#40;36&#41;[/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&#58; VisualFW, Ambiente&#58; xFiveWin&#58; &#91;1&#93;&#58;Harbour&#46;Exe visual&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\visual&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'visual&#46;prg'&#46;&#46;&#46; Lines 720, Functions/Procedures 21 Generating C source output to 'Obj\visual&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\visual&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\visual&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe applicat&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\applicat&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'applicat&#46;prg'&#46;&#46;&#46; Lines 77, Functions/Procedures 4 Generating C source output to 'Obj\applicat&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\applicat&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\applicat&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe code&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\code&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'code&#46;prg'&#46;&#46;&#46; Lines 312, Functions/Procedures 10 Generating C source output to 'Obj\code&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\code&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\code&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe database&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\database&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'database&#46;prg'&#46;&#46;&#46; Lines 502, Functions/Procedures 16 Generating C source output to 'Obj\database&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\database&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\database&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe debug&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\debug&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'debug&#46;prg'&#46;&#46;&#46; Lines 67, Functions/Procedures 2 Generating C source output to 'Obj\debug&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\debug&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\debug&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe design&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\design&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'design&#46;prg'&#46;&#46;&#46; Lines 623, Functions/Procedures 20 Generating C source output to 'Obj\design&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\design&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\design&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe index&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\index&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'index&#46;prg'&#46;&#46;&#46; Lines 92, Functions/Procedures 3 Generating C source output to 'Obj\index&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\index&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\index&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe inspect&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\inspect&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'inspect&#46;prg'&#46;&#46;&#46; Lines 465, Functions/Procedures 16 Generating C source output to 'Obj\inspect&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\inspect&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\inspect&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe menu&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\menu&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'menu&#46;prg'&#46;&#46;&#46; Lines 186, Functions/Procedures 5 Generating C source output to 'Obj\menu&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\menu&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\menu&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe program&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\program&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'program&#46;prg'&#46;&#46;&#46; Lines 182, Functions/Procedures 4 Generating C source output to 'Obj\program&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\program&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\program&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe project&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\project&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'project&#46;prg'&#46;&#46;&#46; Lines 727, Functions/Procedures 18 Generating C source output to 'Obj\project&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\project&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\project&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe record&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\record&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'record&#46;prg'&#46;&#46;&#46; Lines 72, Functions/Procedures 3 Generating C source output to 'Obj\record&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\record&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\record&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe rep&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\rep&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'rep&#46;prg'&#46;&#46;&#46; Lines 25, Functions/Procedures 1 Generating C source output to 'Obj\rep&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\rep&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\rep&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe report&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\report&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'report&#46;prg'&#46;&#46;&#46; Lines 38, Functions/Procedures 2 Generating C source output to 'Obj\report&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\report&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\report&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe resource&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\resource&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'resource&#46;prg'&#46;&#46;&#46; Lines 133, Functions/Procedures 5 Generating C source output to 'Obj\resource&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\resource&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\resource&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe toolbar&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\toolbar&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'toolbar&#46;prg'&#46;&#46;&#46; Lines 704, Functions/Procedures 34 Generating C source output to 'Obj\toolbar&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\toolbar&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\toolbar&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe tools&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\tools&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'tools&#46;prg'&#46;&#46;&#46; Lines 172, Functions/Procedures 5 Generating C source output to 'Obj\tools&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\tools&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\tools&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe C&#58;\work\FWH\source\function\valblank&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\valblank&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'C&#58;\work\FWH\source\function\valblank&#46;prg'&#46;&#46;&#46; Lines 276, Functions/Procedures 9 Generating C source output to 'Obj\valblank&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\valblank&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\valblank&#46;c&#58; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj ftext&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland ftext&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe ttxtedit&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\ttxtedit&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'ttxtedit&#46;prg'&#46;&#46;&#46; Lines 1601, Functions/Procedures 54 Generating C source output to 'Obj\ttxtedit&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\ttxtedit&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\ttxtedit&#46;c&#58; &#91;1&#93;&#58;Brc32&#46;Exe -r -fosource\Resource\VF&#46;Res VF&#46;RC Borland Resource Compiler Version 5&#46;40 Copyright &#40;c&#41; 1990, 1999 Inprise Corporation&#46; All rights reserved&#46; &#91;1&#93;&#58;Harbour&#46;Exe C&#58;\work\LIB_32\xbrowse3\treeitem&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\treeitem&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'C&#58;\work\LIB_32\xbrowse3\treeitem&#46;prg'&#46;&#46;&#46; Lines 253, Functions/Procedures 11 Generating C source output to 'Obj\treeitem&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\treeitem&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\treeitem&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe C&#58;\work\LIB_32\xbrowse3\trees&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\trees&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'C&#58;\work\LIB_32\xbrowse3\trees&#46;prg'&#46;&#46;&#46; Lines 188, Functions/Procedures 5 Generating C source output to 'Obj\trees&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\trees&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\trees&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe C&#58;\work\LIB_32\xbrowse3\ttreevie&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\ttreevie&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'C&#58;\work\LIB_32\xbrowse3\ttreevie&#46;prg'&#46;&#46;&#46; Lines 296, Functions/Procedures 11 Generating C source output to 'Obj\ttreevie&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\ttreevie&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\ttreevie&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe C&#58;\work\LIB_32\xbrowse3\xbrowse3&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\xbrowse3&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'C&#58;\work\LIB_32\xbrowse3\xbrowse3&#46;prg'&#46;&#46;&#46; Lines 8194, Functions/Procedures 165 Generating C source output to 'Obj\xbrowse3&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\xbrowse3&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\xbrowse3&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe C&#58;\work\FWH\source\function\errsysw&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\errsysw&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'C&#58;\work\FWH\source\function\errsysw&#46;prg'&#46;&#46;&#46; Lines 460, Functions/Procedures 7 Generating C source output to 'Obj\errsysw&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\errsysw&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\errsysw&#46;c&#58; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj C&#58;\work\errori\xbra\gradient&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland C&#58;\work\errori\xbra\gradient&#46;c&#58; Warning W8004 C&#58;\work\errori\xbra\gradient&#46;c 50&#58; 'nRight' is assigned a value that is never used in function GradientFill0 Warning W8004 C&#58;\work\errori\xbra\gradient&#46;c 48&#58; 'nBottom' is assigned a value that is never used in function GradientFill0 Warning W8004 C&#58;\work\errori\xbra\gradient&#46;c 204&#58; 'bRes' is assigned a value that is never used in function DrawAlphaTransparentBitmap &#91;1&#93;&#58;Harbour&#46;Exe C&#58;\work\FWH\source\classes\window&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\window&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'C&#58;\work\FWH\source\classes\window&#46;prg'&#46;&#46;&#46; Lines 3397, Functions/Procedures 100 Generating C source output to 'Obj\window&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\window&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\window&#46;c&#58; &#91;1&#93;&#58;iLink32&#46;Exe -Gn -aa -Tpe -s @VisualFW&#46;bcl Turbo Incremental Link 5&#46;00 Copyright &#40;c&#41; 1997, 2000 Borland Duplicate resource&#58; Type 10 &#40;RCDATA&#41;, ID DVCLAL; File TMP1&#46;$$$ resource kept; file C&#58;\WORK\PRG\VISUALFW\SOURCE\RESOURCE\VF&#46;RES resource discarded&#46; Comando utente&#58; &#91;1&#93;&#58;c&#58;\work\bin\compress&#46;bat C&#58;\work\prg\visualfw\source\VisualFW&#46;Exe C&#58;\work\prg\visualfw\source>d&#58;\aspack\aspack C&#58;\work\prg\visualfw\source\VisualFW&#46;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] &#91;Version&#93; Type=xMate Number=1&#46;15 &#91;Info&#93; Type=Executable Architecture=xFiveWin Include=C&#58;\work\FWH\include Define=__HARBOUR__;HB_API_MACROS;HB_FM_STATISTICS_OFF &#91;xMate&#93; Create Map/List File=No &#91;Project&#93; Run= Params= Final Path=%HOME% Maintain LNK=Yes Default Type=1 Error log= &#91;Data Path&#93; Dbf= &#91;Editor&#93; C&#58;\Documents and Settings\silvio\Desktop\per_casa\visualfw\source\gradient&#46;c=1,N,Y &#91;Files&#93; %HOME%\visual&#46;prg=1,&#46;F&#46;,1,22, %HOME%\applicat&#46;prg=2,&#46;F&#46;,0,0, %HOME%\code&#46;prg=3,&#46;F&#46;,0,0, %HOME%\database&#46;prg=4,&#46;F&#46;,0,0, %HOME%\debug&#46;prg=5,&#46;F&#46;,0,0, %HOME%\design&#46;prg=6,&#46;F&#46;,0,0, %HOME%\errsysw&#46;prg=7,&#46;F&#46;,0,0, %HOME%\xbrowse3&#46;prg=8,&#46;F&#46;,0,0, %HOME%\index&#46;prg=9,&#46;F&#46;,0,0, %HOME%\inspect&#46;prg=10,&#46;F&#46;,0,0, %HOME%\menu&#46;prg=11,&#46;F&#46;,0,0, %HOME%\program&#46;prg=12,&#46;F&#46;,0,0, %HOME%\project&#46;prg=13,&#46;F&#46;,0,0, %HOME%\record&#46;prg=14,&#46;F&#46;,0,0, %HOME%\rep&#46;prg=15,&#46;F&#46;,0,0, %HOME%\report&#46;prg=16,&#46;F&#46;,0,0, %HOME%\resource&#46;prg=17,&#46;F&#46;,0,0, %HOME%\toolbar&#46;prg=18,&#46;F&#46;,0,0, %HOME%\tools&#46;prg=19,&#46;F&#46;,0,0, %HOME%\treeitem&#46;prg=20,&#46;F&#46;,0,0, %HOME%\trees&#46;prg=21,&#46;F&#46;,0,0, %HOME%\ttreevie&#46;prg=22,&#46;F&#46;,0,0, %HOME%\ttxtedit&#46;prg=23,&#46;F&#46;,0,0, %HOME%\valblank&#46;prg=24,&#46;F&#46;,0,0, %HOME%\window&#46;prg=25,&#46;F&#46;,0,0, %HOME%\ftext&#46;c=26,&#46;F&#46;,1,1, %HOME%\gradient&#46;c=27,&#46;F&#46;,1,1, C&#58;\Documents and Settings\silvio\Desktop\per_casa\visualfw\VF&#46;RC=28,&#46;F&#46;,0,0, %C_LIB_INSTALL%\C0W32&#46;OBJ=29,&#46;T&#46;,0,0, C&#58;\Work\FWH\LIB\fivehx&#46;lib=30,&#46;T&#46;,0,0, C&#58;\Work\FWH\LIB\Fivehc&#46;lib=31,&#46;T&#46;,0,0, %HB_LIB_INSTALL%\rtl&#46;lib=32,&#46;T&#46;,0,0, %HB_LIB_INSTALL%\vm&#46;lib=33,&#46;T&#46;,0,0, %HB_LIB_INSTALL%\gtgui&#46;lib=34,&#46;T&#46;,0,0, %HB_LIB_INSTALL%\lang&#46;lib=35,&#46;T&#46;,0,0, %HB_LIB_INSTALL%\macro&#46;lib=36,&#46;T&#46;,0,0, %HB_LIB_INSTALL%\common&#46;lib=37,&#46;T&#46;,0,0, %HB_LIB_INSTALL%\pp&#46;lib=38,&#46;T&#46;,0,0, %HB_LIB_INSTALL%\rdd&#46;lib=39,&#46;T&#46;,0,0, %HB_LIB_INSTALL%\dbfntx&#46;lib=40,&#46;T&#46;,0,0, %C_LIB_INSTALL%\CW32&#46;LIB=41,&#46;T&#46;,0,0, %C_LIB_INSTALL%\IMPORT32&#46;LIB=42,&#46;T&#46;,0,0, %HB_LIB_INSTALL%\dbfcdx&#46;lib=43,&#46;T&#46;,0,0, %HB_LIB_INSTALL%\dbffpt&#46;lib=44,&#46;T&#46;,0,0, %HB_LIB_INSTALL%\hbsix&#46;lib=45,&#46;T&#46;,0,0, %C_LIB_INSTALL%\PSDK\rasapi32&#46;lib=46,&#46;T&#46;,0,0, %C_LIB_INSTALL%\PSDK\iphlpapi&#46;lib=47,&#46;T&#46;,0,0, %C_LIB_INSTALL%\PSDK\nddeapi&#46;lib=48,&#46;T&#46;,0,0, %HB_LIB_INSTALL%\hbzip&#46;lib=49,&#46;T&#46;,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&#58;\FWH811\LIB\Fivehx&#46;lib=44,&#46;T&#46;,0,0, C&#58;\FWH811\LIB\Fivehc&#46;lib=45,&#46;T&#46;,0,0, %HB_LIB_INSTALL%\rtl&#46;lib=46,&#46;T&#46;,0,0, %HB_LIB_INSTALL%\vm&#46;lib=47,&#46;T&#46;,0,0, %HB_LIB_INSTALL%\gtgui&#46;lib=48,&#46;T&#46;,0,0, %HB_LIB_INSTALL%\lang&#46;lib=49,&#46;T&#46;,0,0, %HB_LIB_INSTALL%\macro&#46;lib=50,&#46;T&#46;,0,0, %HB_LIB_INSTALL%\rdd&#46;lib=51,&#46;T&#46;,0,0, %HB_LIB_INSTALL%\dbfcdx&#46;lib=52,&#46;T&#46;,0,0, %HB_LIB_INSTALL%\dbffpt&#46;lib=53,&#46;T&#46;,0,0, %HB_LIB_INSTALL%\dbfntx&#46;lib=54,&#46;T&#46;,0,0, %HB_LIB_INSTALL%\hbsix&#46;lib=55,&#46;T&#46;,0,0, %HB_LIB_INSTALL%\common&#46;lib=56,&#46;T&#46;,0,0, %HB_LIB_INSTALL%\pp&#46;lib=57,&#46;T&#46;,0,0, %HB_LIB_INSTALL%\pcrepos&#46;lib=58,&#46;T&#46;,0,0, %C_LIB_INSTALL%\CW32&#46;LIB=59,&#46;T&#46;,0,0, %C_LIB_INSTALL%\IMPORT32&#46;LIB=60,&#46;T&#46;,0,0, %C_LIB_INSTALL%\PSDK\msimg32&#46;lib=61,&#46;T&#46;,0,0, %C_LIB_INSTALL%\C0W32&#46;OBJ=62,&#46;T&#46;,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&#58; C&#58;\work\visualfw\source\VisualFw&#46;Exe &#40;32 bits&#41; Size&#58; 1,863,168 bytes Time from start&#58; 0 hours 0 mins 0 secs Error occurred at&#58; 12/11/08, 12&#58;31&#58;55 Error description&#58; Error BASE/1082 Argument error&#58; - Args&#58; &#91; 1&#93; = U &#91; 2&#93; = N 6 Stack Calls =========== Called from&#58; inspect&#46;prg => &#40;b&#41;TINSPECTOR&#58;NEW&#40;103&#41; Called from&#58; window&#46;prg => TINSPECTOR&#58;RESIZE&#40;2058&#41; Called from&#58; TABS&#46;PRG => TTABS&#58;PAINT&#40;0&#41; Called from&#58; TABS&#46;PRG => TTABS&#58;DISPLAY&#40;0&#41; Called from&#58; CONTROL&#46;PRG => TCONTROL&#58;HANDLEEVENT&#40;0&#41; Called from&#58; TABS&#46;PRG => TTABS&#58;HANDLEEVENT&#40;0&#41; Called from&#58; window&#46;prg => _FWH&#40;3253&#41; Called from&#58; => DIALOGBOXINDIRECT&#40;0&#41; Called from&#58; DIALOG&#46;PRG => TDIALOG&#58;ACTIVATE&#40;0&#41; Called from&#58; errsysw&#46;prg => ERRORDIALOG&#40;353&#41; Called from&#58; errsysw&#46;prg => &#40;b&#41;ERRORSYS&#40;28&#41; Called from&#58; code&#46;prg => &#40;b&#41;TWNDCODE&#58;NEW&#40;72&#41; Called from&#58; TABS&#46;PRG => TTABS&#58;SETOPTION&#40;0&#41; Called from&#58; code&#46;prg => TWNDCODE&#58;ADDPAGE&#40;146&#41; Called from&#58; project&#46;prg => TWNDPRJ&#58;NEWFORM&#40;341&#41; Called from&#58; visual&#46;prg => TVISUALIDE&#58;NEWFORM&#40;428&#41; Called from&#58; visual&#46;prg => TVISUALIDE&#58;NEW&#40;145&#41; Called from&#58; visual&#46;prg => MAIN&#40;36&#41; [/code:m9fwni8q] these are the lines lines : [code:m9fwni8q] Progetto&#58; VisualFw, Ambiente&#58; xFiveWin&#58; &#91;1&#93;&#58;Harbour&#46;Exe visual&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\visual&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'visual&#46;prg'&#46;&#46;&#46; Lines 720, Functions/Procedures 21 Generating C source output to 'Obj\visual&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\visual&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\visual&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe database&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\database&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'database&#46;prg'&#46;&#46;&#46; Lines 502, Functions/Procedures 16 Generating C source output to 'Obj\database&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\database&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\database&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe debug&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\debug&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'debug&#46;prg'&#46;&#46;&#46; Lines 67, Functions/Procedures 2 Generating C source output to 'Obj\debug&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\debug&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\debug&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe design&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\design&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'design&#46;prg'&#46;&#46;&#46; Lines 623, Functions/Procedures 20 Generating C source output to 'Obj\design&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\design&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\design&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe index&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\index&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'index&#46;prg'&#46;&#46;&#46; Lines 92, Functions/Procedures 3 Generating C source output to 'Obj\index&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\index&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\index&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe inspect&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\inspect&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'inspect&#46;prg'&#46;&#46;&#46; Lines 465, Functions/Procedures 16 Generating C source output to 'Obj\inspect&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\inspect&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\inspect&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe menu&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\menu&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'menu&#46;prg'&#46;&#46;&#46; Lines 186, Functions/Procedures 5 Generating C source output to 'Obj\menu&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\menu&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\menu&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe program&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\program&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'program&#46;prg'&#46;&#46;&#46; Lines 182, Functions/Procedures 4 Generating C source output to 'Obj\program&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\program&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\program&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe project&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\project&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'project&#46;prg'&#46;&#46;&#46; Lines 727, Functions/Procedures 18 Generating C source output to 'Obj\project&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\project&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\project&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe record&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\record&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'record&#46;prg'&#46;&#46;&#46; Lines 72, Functions/Procedures 3 Generating C source output to 'Obj\record&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\record&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\record&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe rep&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\rep&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'rep&#46;prg'&#46;&#46;&#46; Lines 25, Functions/Procedures 1 Generating C source output to 'Obj\rep&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\rep&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\rep&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe report&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\report&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'report&#46;prg'&#46;&#46;&#46; Lines 38, Functions/Procedures 2 Generating C source output to 'Obj\report&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\report&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\report&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe resource&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\resource&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'resource&#46;prg'&#46;&#46;&#46; Lines 133, Functions/Procedures 5 Generating C source output to 'Obj\resource&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\resource&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\resource&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe toolbar&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\toolbar&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'toolbar&#46;prg'&#46;&#46;&#46; Lines 704, Functions/Procedures 34 Generating C source output to 'Obj\toolbar&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\toolbar&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\toolbar&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe tools&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\tools&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'tools&#46;prg'&#46;&#46;&#46; Lines 172, Functions/Procedures 5 Generating C source output to 'Obj\tools&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\tools&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\tools&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe applicat&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\applicat&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'applicat&#46;prg'&#46;&#46;&#46; Lines 77, Functions/Procedures 4 Generating C source output to 'Obj\applicat&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\applicat&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\applicat&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe code&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\code&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'code&#46;prg'&#46;&#46;&#46; Lines 312, Functions/Procedures 10 Generating C source output to 'Obj\code&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\code&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\code&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe valblank&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\valblank&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'valblank&#46;prg'&#46;&#46;&#46; Lines 276, Functions/Procedures 9 Generating C source output to 'Obj\valblank&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\valblank&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\valblank&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe xbrowse3&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\xbrowse3&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'xbrowse3&#46;prg'&#46;&#46;&#46; Lines 8195, Functions/Procedures 165 Generating C source output to 'Obj\xbrowse3&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\xbrowse3&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\xbrowse3&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe trees&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\trees&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'trees&#46;prg'&#46;&#46;&#46; Lines 188, Functions/Procedures 5 Generating C source output to 'Obj\trees&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\trees&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\trees&#46;c&#58; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj gradient&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland gradient&#46;c&#58; Warning W8004 gradient&#46;c 50&#58; 'nRight' is assigned a value that is never used in function GradientFill0 Warning W8004 gradient&#46;c 48&#58; 'nBottom' is assigned a value that is never used in function GradientFill0 Warning W8004 gradient&#46;c 204&#58; 'bRes' is assigned a value that is never used in function DrawAlphaTransparentBitmap &#91;1&#93;&#58;Harbour&#46;Exe errsysw&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\errsysw&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'errsysw&#46;prg'&#46;&#46;&#46; Lines 460, Functions/Procedures 7 Generating C source output to 'Obj\errsysw&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\errsysw&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\errsysw&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe window&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\window&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'window&#46;prg'&#46;&#46;&#46; Lines 3397, Functions/Procedures 100 Generating C source output to 'Obj\window&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\window&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\window&#46;c&#58; &#91;1&#93;&#58;Harbour&#46;Exe ttxtedit&#46;prg /m /n /es2 /iC&#58;\work\FWH\include /ic&#58;\work\xHarbour\Include /iinclude;c&#58;\work\fwh\include;c&#58;\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /oObj\ttxtedit&#46;c xHarbour Compiler build 0&#46;99&#46;71 &#40;SimpLex&#41; Copyright 1999-2007, http&#58;//www&#46;xharbour&#46;org http&#58;//www&#46;harbour-project&#46;org/ Compiling 'ttxtedit&#46;prg'&#46;&#46;&#46; Lines 1601, Functions/Procedures 54 Generating C source output to 'Obj\ttxtedit&#46;c'&#46;&#46;&#46; Done&#46; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj Obj\ttxtedit&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland Obj\ttxtedit&#46;c&#58; &#91;1&#93;&#58;Bcc32&#46;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&#58;\work\FWH\include -Ic&#58;\work\BCC55\Include;c&#58;\work\xHarbour\Include -nObj ftext&#46;c Borland C++ 5&#46;5&#46;1 for Win32 Copyright &#40;c&#41; 1993, 2000 Borland ftext&#46;c&#58; &#91;1&#93;&#58;iLink32&#46;Exe -Gn -aa -Tpe -s @VisualFw&#46;bcl Turbo Incremental Link 5&#46;00 Copyright &#40;c&#41; 1997, 2000 Borland Comando utente&#58; &#91;1&#93;&#58;c&#58;\work\bin\compress&#46;bat C&#58;\work\visualfw\source\VisualFw&#46;Exe C&#58;\work\visualfw\source>d&#58;\aspack\aspack C&#58;\work\visualfw\source\VisualFw&#46;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&#58;//img56&#46;imageshack&#46;us/img56/3505/errvisualfwon9&#46;jpg[/img:3ajjph1f]
compiling... RESOLVED!!!!
Silvio,This patch is required in Class TWindow:[code:2fl5u926] METHOD ReSize&#40; nSizeType, nWidth, nHeight &#41; CLASS TWindow &#46;&#46;&#46; if &#58;&#58;bResized != nil Eval&#40; &#58;&#58;bResized, nSizeType, nWidth, nHeight &#41; 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&#58; C&#58;\work\errori\visualfw\source\VisualFW&#46;Exe &#40;32 bits&#41; Size&#58; 2,267,136 bytes Time from start&#58; 0 hours 0 mins 0 secs Error occurred at&#58; 12/15/08, 00&#58;43&#58;21 Error description&#58; Error BASE/1082 Argument error&#58; - Args&#58; &#91; 1&#93; = U &#91; 2&#93; = N 6 Stack Calls =========== Called from&#58; inspect&#46;prg => &#40;b&#41;TINSPECTOR&#58;NEW&#40;103&#41; Called from&#58; window&#46;prg => TINSPECTOR&#58;RESIZE&#40;2058&#41; Called from&#58; TABS&#46;PRG => TTABS&#58;PAINT&#40;0&#41; Called from&#58; TABS&#46;PRG => TTABS&#58;DISPLAY&#40;0&#41; Called from&#58; CONTROL&#46;PRG => TCONTROL&#58;HANDLEEVENT&#40;0&#41; Called from&#58; TABS&#46;PRG => TTABS&#58;HANDLEEVENT&#40;0&#41; Called from&#58; window&#46;prg => _FWH&#40;3254&#41; Called from&#58; => DIALOGBOXINDIRECT&#40;0&#41; Called from&#58; DIALOG&#46;PRG => TDIALOG&#58;ACTIVATE&#40;0&#41; Called from&#58; errsysw&#46;prg => ERRORDIALOG&#40;353&#41; Called from&#58; errsysw&#46;prg => &#40;b&#41;ERRORSYS&#40;28&#41; Called from&#58; tobject&#46;prg => TDESIGNER&#58;ERROR&#40;172&#41; Called from&#58; tobject&#46;prg => TDESIGNER&#58;MSGNOTFOUND&#40;205&#41; Called from&#58; tobject&#46;prg => TDESIGNER&#58;DEFAULT&#40;0&#41; Called from&#58; design&#46;prg => TDESIGNER&#58;NEW&#40;117&#41; Called from&#58; project&#46;prg => TWNDPRJ&#58;NEWFORM&#40;324&#41; Called from&#58; visual&#46;prg => TVISUALIDE&#58;NEWFORM&#40;428&#41; Called from&#58; visual&#46;prg => TVISUALIDE&#58;NEW&#40;145&#41; Called from&#58; visual&#46;prg => MAIN&#40;36&#41;[/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 &#91;code&#93;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)&#91;/code&#93;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&#58; C&#58;\work\errori\visualfw\source\VisualFW&#46;Exe &#40;32 bits&#41; Size&#58; 1,976,832 bytes Time from start&#58; 0 hours 0 mins 0 secs Error occurred at&#58; 12/15/08, 03&#58;10&#58;08 Error description&#58; Error BASE/1003 Variable does not exist&#58; NOLDOPTION Stack Calls =========== Called from&#58; code&#46;prg => &#40;b&#41;TWNDCODE&#58;NEW&#40;72&#41; Called from&#58; &#46;\source\classes\TABS&#46;PRG => TTABS&#58;SETOPTION&#40;0&#41; Called from&#58; code&#46;prg => TWNDCODE&#58;ADDPAGE&#40;146&#41; Called from&#58; project&#46;prg => TWNDPRJ&#58;NEWFORM&#40;341&#41; Called from&#58; visual&#46;prg => TVISUALIDE&#58;NEWFORM&#40;428&#41; Called from&#58; visual&#46;prg => TVISUALIDE&#58;NEW&#40;145&#41; Called from&#58; visual&#46;prg => MAIN&#40;36&#41;[/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 />&nbsp; &nbsp;oGet:<span style="color: #000000;">VARPUT</span><span style="color: #000000;">&#40;</span> cValor2 <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;oGet:<span style="color: #0000ff;">Refresh</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp;</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;">&#91;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#93;</span>:<span style="color: #000000;">bValid</span>:= <span style="color: #000000;">&#123;</span> | oGet | ::<span style="color: #000000;">completaCeros</span><span style="color: #000000;">&#40;</span>oGet<span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span><br />   ::<span style="color: #000000;">oGet</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">2</span><span style="color: #000000;">&#93;</span>:<span style="color: #000000;">bValid</span>:= <span style="color: #000000;">&#123;</span> | oGet | ::<span style="color: #000000;">completaCeros</span><span style="color: #000000;">&#40;</span>oGet<span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span><br />   ::<span style="color: #000000;">oGet</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">3</span><span style="color: #000000;">&#93;</span>:<span style="color: #000000;">bValid</span>:= <span style="color: #000000;">&#123;</span> | oGet | ::<span style="color: #000000;">completaCeros</span><span style="color: #000000;">&#40;</span>oGet<span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span><br />...<br /><br /><span style="color: #00C800;">METHOD</span> completaCeros<span style="color: #000000;">&#40;</span>oGet<span style="color: #000000;">&#41;</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;">&#40;</span>oGet:<span style="color: #000000;">VALUE</span><span style="color: #000000;">&#41;</span><br /><br />   <span style="color: #00C800;">IF</span> <span style="color: #000000;">&#40;</span>Len<span style="color: #000000;">&#40;</span>cValor<span style="color: #000000;">&#41;</span>><span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span><br />      cValor1:= AllTrim<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">SubStr</span><span style="color: #000000;">&#40;</span>AllTrim<span style="color: #000000;">&#40;</span>cValor<span style="color: #000000;">&#41;</span>, <span style="color: #000000;">1</span>, <span style="color: #00C800;">At</span><span style="color: #000000;">&#40;</span><span style="color: #ff0000;">":"</span>, AllTrim<span style="color: #000000;">&#40;</span>cValor<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">-1</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br />      cValor1:= PadL<span style="color: #000000;">&#40;</span>cValor1, <span style="color: #000000;">2</span>, <span style="color: #ff0000;">"0"</span><span style="color: #000000;">&#41;</span><br /><br />      cValor2:= AllTrim<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">SubStr</span><span style="color: #000000;">&#40;</span>AllTrim<span style="color: #000000;">&#40;</span>cValor<span style="color: #000000;">&#41;</span>, <span style="color: #00C800;">At</span><span style="color: #000000;">&#40;</span><span style="color: #ff0000;">":"</span>, AllTrim<span style="color: #000000;">&#40;</span>cValor<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">-1</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br />      cValor2:= Padl<span style="color: #000000;">&#40;</span>cValor2, <span style="color: #000000;">2</span>, <span style="color: #ff0000;">"0"</span><span style="color: #000000;">&#41;</span><br /><br />      oGet:<span style="color: #000000;">settext</span><span style="color: #000000;">&#40;</span>cValor1 + <span style="color: #ff0000;">":"</span> + cValor2<span style="color: #000000;">&#41;</span><br /><br />      oGet:<span style="color: #0000ff;">refresh</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">ENDIF</span><br /><br />   <span style="color: #00C800;">RETURN</span> <span style="color: #000000;">&#40;</span>.T.<span style="color: #000000;">&#41;</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;">&#91;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#93;</span>:<span style="color: #000000;">bValid</span>:= <span style="color: #000000;">&#123;</span> | oGet | ::<span style="color: #000000;">completaCeros</span><span style="color: #000000;">&#40;</span>oGet<span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span><br />   ::<span style="color: #000000;">oGet</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">2</span><span style="color: #000000;">&#93;</span>:<span style="color: #000000;">bValid</span>:= <span style="color: #000000;">&#123;</span> | oGet | ::<span style="color: #000000;">completaCeros</span><span style="color: #000000;">&#40;</span>oGet<span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span><br />   ::<span style="color: #000000;">oGet</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">3</span><span style="color: #000000;">&#93;</span>:<span style="color: #000000;">bValid</span>:= <span style="color: #000000;">&#123;</span> | oGet | ::<span style="color: #000000;">completaCeros</span><span style="color: #000000;">&#40;</span>oGet<span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span><br />...<br /><br /><span style="color: #00C800;">METHOD</span> completaCeros<span style="color: #000000;">&#40;</span>oGet<span style="color: #000000;">&#41;</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;">&#40;</span>oGet:<span style="color: #000000;">VALUE</span><span style="color: #000000;">&#41;</span><br /><br />   <span style="color: #00C800;">IF</span> <span style="color: #000000;">&#40;</span>Len<span style="color: #000000;">&#40;</span>cValor<span style="color: #000000;">&#41;</span>><span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span><br />      cValor1:= AllTrim<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">SubStr</span><span style="color: #000000;">&#40;</span>AllTrim<span style="color: #000000;">&#40;</span>cValor<span style="color: #000000;">&#41;</span>, <span style="color: #000000;">1</span>, <span style="color: #00C800;">At</span><span style="color: #000000;">&#40;</span><span style="color: #ff0000;">":"</span>, AllTrim<span style="color: #000000;">&#40;</span>cValor<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">-1</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br />      cValor1:= PadL<span style="color: #000000;">&#40;</span>cValor1, <span style="color: #000000;">2</span>, <span style="color: #ff0000;">"0"</span><span style="color: #000000;">&#41;</span><br /><br />      cValor2:= AllTrim<span style="color: #000000;">&#40;</span><span style="color: #0000ff;">SubStr</span><span style="color: #000000;">&#40;</span>AllTrim<span style="color: #000000;">&#40;</span>cValor<span style="color: #000000;">&#41;</span>, <span style="color: #00C800;">At</span><span style="color: #000000;">&#40;</span><span style="color: #ff0000;">":"</span>, AllTrim<span style="color: #000000;">&#40;</span>cValor<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">-1</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br />      cValor2:= Padl<span style="color: #000000;">&#40;</span>cValor2, <span style="color: #000000;">2</span>, <span style="color: #ff0000;">"0"</span><span style="color: #000000;">&#41;</span> &nbsp; ------------>StrZero<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>, para que te rellene los ceros que quieras <br /><br />      oGet:<span style="color: #000000;">settext</span><span style="color: #000000;">&#40;</span>cValor1 + <span style="color: #ff0000;">":"</span> + cValor2<span style="color: #000000;">&#41;</span><br /><br />      oGet:<span style="color: #0000ff;">refresh</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">ENDIF</span><br /><br />   <span style="color: #00C800;">RETURN</span> <span style="color: #000000;">&#40;</span>.T.<span style="color: #000000;">&#41;</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&#58;//www&#46;addictivetips&#46;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&#58;//img385&#46;imageshack&#46;us/img385/8320/captura7li&#46;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&#58;//img14&#46;imageshack&#46;us/img14/3617/cap13rl&#46;jpg[/img:23s4r40y] esta es con codigo en ventana [img:23s4r40y]http&#58;//img44&#46;imageshack&#46;us/img44/3935/cap29ud&#46;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&#58;//img385&#46;imageshack&#46;us/img385/8320/captura7li&#46;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 .