topic
stringlengths
1
63
text
stringlengths
1
577k
Boris Pekic - NG's archive
3th Party Libraries and FiveWin-------------------------------------------------------------------------------- what are 3rd part lib compatible with fivewin? The most of the libraries designed for working under protected mode are compatibles with FiveWin.However some stuff is not compatible:a.) Comm libraries like Tel...
Boris Pekic - NG's archive
MS Access-------------------------------------------------------------------------------- What is the best way or is it possible to access a Microsoft Access MDB database within fivewin? ODBC 3.50 would work with FiveWin. Otherwise I do not know if it is possible at all.-------------------------------------------------...
Boris Pekic - NG's archive
Acrobat Reader-------------------------------------------------------------------------------- Mi goal is:1) Open Acrobat Reader2) Open a document3) Print the document4) Close Acrobat ReaderAny help? I found a solution:ShellExecute(0,"print","xxx.pdf",...)hWnd:=FindWindow(0,"Acrobat Reader");if hWnd!=0SendMessage(hWnd,...
Boris Pekic - NG's archive
ADO-------------------------------------------------------------------------------- It is nice when you have problems to work out.I had to come up with a statistical summary against 700,000-1 million records kept in ACCESS by a Delphi App. They recorded phone calls and call duration in seconds. The data had to be read ...
Boris Pekic - NG's archive
Adventage Database Server-------------------------------------------------------------------------------- is anybody using ADS in an novell net and running Windows NT on a workplace with Fivewin apps? I use ADS in Novell net with Win95/98-machines and have no problems with my FW apps. Since yesterday we have on one mac...
Boris Pekic - NG's archive
ALLTEXT-------------------------------------------------------------------------------- Some days ago I bought the Alltext 4.5 vbx control (standard) and it works very well except for a detail... I doesn't know of how to print the content of the control. I am using Fivewin 1.9.5, Clipper 5.2e and Blinker 3.30 I don't k...
Boris Pekic - NG's archive
Windows API functions-------------------------------------------------------------------------------- Do you have any other function documentation about system calls ? Or is any public document on the internet where I can found this kind of information ? <!-- m --><a class="postlink" href="http://www.geocities.com/Sili...
Boris Pekic - NG's archive
Arrays-------------------------------------------------------------------------------- Does someone have a Array2C() and a CtoArray() function that is real fast? Patrick i use a marshall() / unmarshall() functions to convert Array->String <> String->Array .... this functions are very fast in my cases .... i found this ...
Boris Pekic - NG's archive
AVI-------------------------------------------------------------------------------- How can i play an avi video with a continous loop ? can i transform a animated gif in an avi video ? With what software ? I have an answer to your first question.> How can i play an avi video with a continous loop ?cBuffer := SPACE(200)...
Boris Pekic - NG's archive
Barcode-------------------------------------------------------------------------------- How can I print Barcodes in Fivewin 1.9.5 without a spezially True Type Font. Try barlib.lib from Cayetano, attached you'll find it. ( BARLIB.LIB )-------------------------------------------------------------------------------- I pu...
Boris Pekic - NG's archive
BITMAPS-------------------------------------------------------------------------------- It is easy to use a bitmap in a listbox.Local Lbx2Bmp := {ReadBitMap(0,"Leeg.Bmp"),;ReadBitMap(0,"Gevuld.Bmp") }This can be used in a listbox.At this way the program directory contains a lot of files. If possible I want to store all...
Boris Pekic - NG's archive
Browsing - generaly-------------------------------------------------------------------------------- I have build some array and I wanted to display inside a window browse using TCColumn to add the individual column.ADD COLUMN TO oBrow ARRAY ELEM 1ADD COLUMN TO oBrow ARRAY ELEM 2ADD COLUMN TO oBrow ARRAY ELEM 3ADD COLUM...
Boris Pekic - NG's archive
Btrieve-------------------------------------------------------------------------------- Maybe someone can help me, For a new project I have to convert BTRIEVE-files (Windows 16 Bit version) to DBASE-Files. The only way to convert I found was some DOS-Tools. But they all need the DOS-Btrieve-drivers. But they are not in...
Boris Pekic - NG's archive
Button Bars-------------------------------------------------------------------------------- Is there anyway to manage button bars for mdi windows the same way you manage menus? I'd like to show a different button bar on the main window depending on which mdi child has focus. Fivewin automatically manages the menus why ...
Boris Pekic - NG's archive
Buttons and ButtonBmps-------------------------------------------------------------------------------- When I UPDATE() a Dialog, <Whenfunc> of a my Buttons is not updated; <Whenfunc> is controlled by an item of an array (empty or not empty) the array is evaluated every time I update my dialog. The item is rightly displ...
Boris Pekic - NG's archive
C code in FiveWin-------------------------------------------------------------------------------- Does anyone know what the TC.EXE command line parameters are for createing OBJ's that work with Fivewin? With my old TurboC++ 1.01 I use the following syntax that seems to work perfectly:tcc -2 -G -Iinclude -K -O -Z -c -d ...
Boris Pekic - NG's archive
Canal Five Utilities-------------------------------------------------------------------------------- I'd like to get some feedback from anyone using CanalFive Grid. Can you do Excel type editing? Is it stable? Yes, it is and work fine. I tested the 2.0 w demo version to edit like excel a array of 5 columns and 10 rows ...
Boris Pekic - NG's archive
SCREEN CAPTURE and ClipBoard-------------------------------------------------------------------------------- Is it possible to do a screen capture in Fivewin 2.2c and then print thecapture ??? You may use <oWnd>:HardCopy( <nZoomFactor> ), where oWnd it may be a window, a dialog, or a control.or save the image to disk:D...
Boris Pekic - NG's archive
CD ROM with FiveWin-------------------------------------------------------------------------------- Anybody got any routines that can open and then write to a CDR. Would be much appreciated. This is an old story.....a) Use easy cd creator with direct-cd tool .... direct cd is a tool who recognize the cd-rw (not cd-r) a...
Boris Pekic - NG's archive
Chart FX-------------------------------------------------------------------------------- Dear friends, I'm trying to use CHART2FX.VBX but I don't know how to set data. This is the code I tried:oVbx:OpenData( COD_VALUES, 1, 12 )oVbx:ThisSerie( 1 )FOR i = 1 TO 12oVbx:Value( i, i * 10 )NEXToVbx:CloseData( COD_VALUES )Any ...
Boris Pekic - NG's archive
Check Boxes-------------------------------------------------------------------------------- I'm use resource define CheckBox, But, I can't change CheckBox caption!! Please, How to change? First you do :DEFINE CHECKBOX oChkBox VAR lVariable ID 101 OF oDlgLater:oChkBox:SetText("New caption") Thank you, already solution!!...
Boris Pekic - NG's archive
Fivewin Classes-------------------------------------------------------------------------------- I first use CLASS code writing my source code.When I write about Button CLASS appear Error Info below:Method ReButton()Redefine Button ::oMainBut[1] ID 600 of ::oDlg ....Redefine Button ::oMainBut[2] ID 601 of ::oDlg ..........
Boris Pekic - NG's archive
Clipper Errors-------------------------------------------------------------------------------- This is the story,Long time ago we began to have error 667, for that reason we decided to change all STATIC variable for class DATA. We have 1 class for eachmdichild of our app and we have a general class oApp for all variabl...
Boris Pekic - NG's archive
Clipper Versions-------------------------------------------------------------------------------- I am busy converting our fivewin stuff from Clipper 5.2e to Clipper 5.3b. Surprisingly (to me) it only took about 1/2 hour and seems to be working fine, even though we use comix, clipmore, advantage and funcky. For those in...
Boris Pekic - NG's archive
Hi There, Our company had just bought xHarbour and I'm the one given the task to migrate all our clipper applications to xHarbour. I also noticed that our application is using Funcky 2.5 and Netlib 6.5 third-party libs. Would there be anybody here that had already created wrapper functions for funcky that could be us...
Borland 5.8 compiler
I have used Borland 5.5.1 compiler for many years. I noticed on the xHarbour.org website they have a version for Borland 5.8 compiler. is there any benefit from the 5.8 over the 5.5.1 compiler?
Borland 5.8 compiler
Nothing visible but it surely have many bug fixes. And, by the way, you have to use it with the new FWH releases. EMG
Borland 5.8 compiler
The visible difference maybe the linker (ilink32.exe). In some (rare) cases, BCC 5.5's linker failed to link an application, complaining something like "access violation" . BCC 5.8 has the "best" linker among 5.5 up to 6.2 because even the 6.2's version sometimes failed for no obvious reason.
Borland 5.8 compiler
[quote="andijahja":27ncgpn5]The visible difference maybe the linker (ilink32.exe). In some (rare) cases, BCC 5.5's linker failed to link an application, complaining something like "access violation" . BCC 5.8 has the "best" linker among 5.5 up to 6.2 because even the 6.2's version sometimes failed for no obvious reason...
Borland 5.8 compiler
Where can I download Borland 5.8 compiler?
Borland 5.8 compiler
Don, [url:1m75vrza]http&#58;//www&#46;fivetechsoft&#46;com/files/software/bcc582&#46;zip[/url:1m75vrza]
Borland 582
Buenas tardes. Quise cambiar la versión de Borland de la versión 5.55 a la 5.82 y en el momento de crear el ejecutable de mi aplicación, me arroja el siguiente error: [img]error.bmp[/img]
Borland 582
fmontepo no olvidar cambiar el path de ilink32.CFG que se encuentra dentro de BIN Saludos, Adhemar
Borland 582
Hola buen dia. ¿Alguien sabe los cambios, diferencias o mejoras que tiene borland 5.82 respecto al 5.55?. He buscado en internet y por ningun lado encuentro informacion al respecto. Saludos. Jose Rios
Borland 582
fmontepo: Sube la imagen o detalla el error. Esto es a lo que se refiere acuellar: (asi lo tengo, sin problemas) Fichero ILINK32.CFG: -L"c:\bcc582\lib" Fichero TLINK32.CFG: /LC:\Borland\BCC582\lib Fichero BCC32.CFG -I"c:\bcc582\include;c:\bcc582\include\dinkumware" -L"c:\bcc582\lib" Saludos
Borland 64 bits makefile for FWH 64
go.bat [code=fw:5zc5dxek]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">if</span> not exist obj md obj<br />c:\bcc7164\bin\make -fclinica.mak</div>[/code:5zc5dxek] clinica.mak [code=fw:5zc5dxek]<div class="fw" id="{CB}" style="font-family: monospace;">#Borland make <span style=...
Borland 64 bits makefile for FWH 64
Hi Antonio, How to Build LIB makefile for FWH64?
Borland 64 bits makefile for FWH 64
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=197008#p197008">viewtopic.php?p=197008#p197008</a><!-- l -->
Borland 64 bits makefile for FWH 64
Antonio, Veo que utilizas la versión 7.1 de Borland. Me pareció leer aquí que era mejor usar la 7.0; es así? Yo tengo la 7.0, tienes las instrucciones para obtener la 7.1? Gracias, <!-- e --><a href="mailto:siperono@gelbla.com">siperono@gelbla.com</a><!-- e -->
Borland 64 bits makefile for FWH 64
The best is the latest, BCC 7.20, of course. EMG
Borland 64 bits makefile for FWH 64
Carlos, Para 32 bits, 7.0 Para 64 bits, 7.1 Enrico, I agree that latest uses to be the best, but I prefer to keep settings stable for sometime so users don't need to change so constantly. Actual settings are stable and that is good for all <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile...
Borland 64 bits makefile for FWH 64
I'm using BCC 7.20 since 27/04/2016. No problems and no setting differences from 7.10. EMG
Borland 64 bits makefile for FWH 64
You can download it from Mel Smith website, that is the official xHarbour download page: [url:3l939tzq]http&#58;//www&#46;whosaway&#46;com[/url:3l939tzq] EMG
Borland 64 bits makefile for FWH 64
[quote="Enrico Maria Giordano":1f5dnb90]You can download it from Mel Smith website, that is the official xHarbour download page: [url:1f5dnb90]http&#58;//www&#46;whosaway&#46;com[/url:1f5dnb90] EMG[/quote:1f5dnb90] Hi EMG, Antonio I download xHarbour184-64bit-bcc72 How to build .mak file? Same as Harbour64 .mak file?
Borland 64 bits makefile for FWH 64
I have just sent an email to Enrico I have not used it in 64 bits
Borland 64 bits makefile for FWH 64
Sorry, I'm not familiar with mak files. Basically, the difference between BCC 32-bit and BCC 64-bit is only that libraries have the .A extension instead of .LIB. EMG
Borland 64 bits makefile for FWH 64
Mr Antonio, How about build 64 bits with xHarbour, we use Five64.a or FiveH64.lib ? FiveH64.a and FiveHC64.a not found in the folder lib. Best regards. Mulyadi
Borland 64 bits makefile for FWH 64
Mulyadi, We have not built FWH for xHarbour 64 bits yet We are going to build it and test it
Borland 64 bits makefile for FWH 64
My job at present at the company is conversion all application to 64 bits platform. Since version 13.07 ago, i built application use xharbour, That any data application interact with other applicatoin data. If i conversion into harbor rever all the source should be changed. I wish there were a solution to this. Th...
Borland 64 bits makefile for FWH 64
Mulyadi, Here you have xHarbour 64 bits for BCC72: <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=16&t=33886">viewtopic.php?f=16&t=33886</a><!-- l --> I am emailing you the libs for FWH 64 bits for xHarbour 64.
Borland 64 bits makefile for FWH 64
This is buildx64.bat buildx64.bat [code=fw:2edeq49n]<div class="fw" id="{CB}" style="font-family: monospace;">@ECHO OFF<br />CLS<br />ECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿<br />ECHO ³ FiveWin <span style="color: #000000;">17.03</span> <span style="color: #00C800;">for</spa...
Borland 64 bits makefile for FWH 64
[img:2p8fsmto]https&#58;//bitbucket&#46;org/fivetech/screenshots/downloads/fwh64_xharbour64&#46;JPG[/img:2p8fsmto]
Borland 64 bits makefile for FWH 64
Mr Antonio, I use OS windows 10 64 bit, This example just adopted at the top i built for 32 bit xharbour version. But i found error like this : [color=#FF0000:2slrlio8]clinica.res(1):'Invalid character in .DEF file' Fatal: Error processing .DEF file[/color:2slrlio8] go.bat : [code=fw:2slrlio8]<div class="fw" id="{C...
Borland 64 bits makefile for FWH 64
Mulyadi, Please modify this line this way: IF EXIST clinica.res echo ,clinica.res >> b32.bc and also change this line this way: test.exe : $(PRG:.prg=.obj) $(C:.c=.obj) clinica.res Please notice the use of lowercase
Borland 64 bits makefile for FWH 64
Mr Antonio, Adaptation my problem version 32 bits have reduced and thanks. Specific to the issue of building apps 64 bits with the xharbour, There are obstacles, example not all files exe can on the run, on the occasion of the next may I will ask you. Best regards Mulyadi
Borland 64 bits makefile for FWH 64
Mulyadi, Whatever issue may appear please let us know it, many thanks
Borland 64 bits makefile for FWH 64
Mr Antonio, Specifically to xharbour course. Just a sample little from \samples folder, i try to build file [color=#0040FF:36jwzgj8]xbrttl.prg[/color:36jwzgj8] or [color=#0040FF:36jwzgj8]xbrxls.prg[/color:36jwzgj8] and I found the results the program did not can displayed. If only example a simple small such as this:...
Borland 64 bits makefile for FWH 64
This works if built in fwh\samples folder Or ensure existence of the file xbrtest.xls in the exepath [code=fw:28hqksuv]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><span style="color: #00D7D7;">#include</s...
Borland 64 bits makefile for FWH 64
Mr Nages, Thank you for reply. Now i concentrate build an 64 bits, migration all application of old written in fwh 1307 32 bits with compiler xharbour. Code examples of you at the top was successfully run if in compile use Harbour and xHarbour, but if in a complex code, it cannot be run although only copy paste. I ...
Borland 64 bits makefile for FWH 64
Mulyadi, I added the dummy functions: function hb_getfilesinzip() return nil function hb_unzipfile() return nil and then: buildx64.bat xbsubtot and it worked fine [img:2kgpxv56]https&#58;//bitbucket&#46;org/fivetech/screenshots/downloads/xharbour64_1&#46;JPG[/img:2kgpxv56]
Borland 64 bits makefile for FWH 64
Please provide the complete modified PRG that you have tested, thanks
Borland 64 bits makefile for FWH 64
Mr Antonio, thank you for reply I will try again at other times and right now i was finishing migration to platform 64 bit for small module app with Harbor Could be a problem there are also in the os W10 which currently not all 64 bits driver. I also have gotten to the vendor hardware about driver version of all no...
Borland 7
Hola : Recompile el proyecto con borland 7 pero la funcion hb_compiler() me sigue mostrando Borland C++ 5.8.2 (32 Bit ) Sera un problema de la funcion... ? estoy usando harbour 3.2.0 Sdos Silvina
Borland 7
Silvina, Usa este Harbour: [url:15huczco]https&#58;//bitbucket&#46;org/fivetech/harbour-xharbour-builds/downloads/harbour_3&#46;2_32bits_Borland7_20160309&#46;zip[/url:15huczco]
Borland 7
gracias !! que tengan todos una feliz navidad y por compartir tantos conocimientos.. Sldos Silvina
Borland C setup files
c:\bcc582\bin\bcc32.cfg [code=fw:zhz5bwl3]<div class="fw" id="{CB}" style="font-family: monospace;"><br />-I<span style="color: #ff0000;">"c:<span style="color: #000000;">\b</span>cc582<span style="color: #000000;">\i</span>nclude;c:<span style="color: #000000;">\b</span>cc582<span style="color: #000000;">\i</span>nclu...
Borland C setup files
c:\bcc7\bin\bcc32.cfg -I "c:\bcc7\include";"c:\bcc7\include\windows\crtl";"c:\bcc7\include\dinkumware";"c:\bcc7\include\windows\rtl";"c:\bcc7\include\windows\sdk";"c:\bcc7\include\windows\sdk\atl" -L"c:\bcc7\lib";"c:\bcc7\lib\psdk" c:\bcc7\bin\ilink32.cfg -L"c:\bcc7\lib";"c:\bcc7\lib\psdk"
Borland C++
Colegas... Como le indico al Borland C++ que "lea" los archivos .CFG desde otra pasta que no sea \bcc55\bin o en todo caso.. con otros nombres? micfg.cfg por ejemplo...
Borland C++
Up!
Borland Make Utility Issues
I am having fits setting up a working Borland 7 make file. Right now my problem is that after editing a PRG, neither the OBJ or the C files are updated by the make file. So, until I solve this I am forced to delete the OBJ and C file manually. Then they are generated by the make file. Not a good solution. First, it i...
Borland Make Utility Issues
James, $(PRG:.PRG=.OBJ) The above line means: In the group of files specified by PRG replace ".PRG" with ".OBJ" but in the PRG group of files ".prg" is used and not ".PRG" PRG = \ arw.prg \ invpost.prg \ arjournl.prg \ log.prg\ project.prg\ reorder.prg\ rptproj.prg\ tcharge.prg\ tclient.prg\ texpense.prg\ tinvhist...
Borland Make Utility Issues
Antonio, I am not clear what you meant. Did you mean to replace this line: arw.exe : $(PRG:.PRG=.OBJ) $(C:.C=.OBJ) arw.res With this: arw.exe : $(OBJ:.prg=.OBJ) $(C:.C=.OBJ) arw.res If so, that didn't force the recompile either. James
Borland Make Utility Issues
Sorry to jump in, but I needed also a new makefile Should the list of .prg need to be in UPPER maybe. Maybe I can adjust this file to my purpose (see the topic just set by me) This way, there is only 1 file needed for compiling ?
Borland Make Utility Issues
Marc, >Should the list of .prg need to be in UPPER maybe. I already tried it both ways and it doesn't seem to make any difference. Originally I had the same problem as you--the EXE would run without error, but no screen would show, and it would immediately exit. I finally fixed that, but I don't know how (I tried so...
Borland Make Utility Issues
James, Please review FWH\makes\bor7make.zip and bormake.zip Try to use them as a skeleton for yours
Borland Make Utility Issues
Antonio, I started with the Test.mak file that came with FWH 16.02. And I have compared my current MAK file to that file, line by line, dozens of times. Still no luck. Unfortunately, I cannot actually test the Test.mak (unchanged) that came with FWH because I am using xHarbour and it was written for Harbour. So I had...
Borland Make Utility Issues
James, If you email me all your files then I can build the makefile here for you I can't try what you have posted here as I don't have all your files
Borland Make Utility Issues
Antonio, I have a simular situation (see other post) I have compiled and get a exe file from the FW16 to FWh build, but the exe file is not doing anything. Is this maybe also related to a build file ?
Borland Make Utility Issues
Marc, Please review the make samples provided at FWH\makes Check that they work for you. Then introduce your changes progresivelly and keep testing them Its the simplest way to get a working makefile
Borland Make Utility Issues
Ok, I have had some success and some failure. I started with the FWH test.mak file. It was dated 2009 so it is quite out of date. I had to copy the library list from the FWH 16.02 Buildx.bat file. I commented out any references to the Two.c file and the Alert.rc file which don’t exist in my sample. Here is the MAK fil...
Borland Make Utility Issues
[quote:33cxgbi2]Please review FWH\makes\bor7make.zip and bormake.zip[/quote:33cxgbi2] I see a bormake zip, no bor7make.zip Is the bormake.zip the right one ? I See and seem to use : FWH+BCC7 files Just that I look at the right sample.
Borland Make Utility Issues
James I noticed the same issue that you have, but when i change this in the makefile : If I also use this code : C = \ TEST1.C \ TEST2.C \ TCALEND.C and # echo $(OBJS), + >> b32.bc echo OBJ\TEST1.OBJ + >> b32.bc echo OBJ\TEST2.OBJ + >> b32.bc echo OBJ\TCALEND.OBJ, + >> b32.bc it works than....
Borland Make Utility Issues
Antonio, I have double checked all the lib files in my modified test.mak file and they are the same as those in the Buildx.bat file that came with FWH 16.2. So, the problem seems to be elsewhere. James
Borland Make Utility Issues
Marc, I have tried it with the C file designation before, and I tried it again and it makes no difference--my EXE still isn't working. If you look at the original test.mak file, the Alert.prg and One.prg are designated as PRGs and the Two.C is only designated as a C file. So, I think the C = designation is for files ...
Borland Make Utility Issues
James, I did some little changes in your files and it is working fine now. I just emailed them to you [code=fw:npt1es4k]<div class="fw" id="{CB}" style="font-family: monospace;">#Borland make sample, <span style="color: #000000;">&#40;</span>c<span style="color: #000000;">&#41;</span> FiveTech Software <span style="...
Borland Make Utility Issues
Antonio, Thanks for spotting the two Main() functions. I missed that because I was ignoring it in my main app. There a PRG was getting compiled into the app that wasn't supposed to be and the app was running fine, so I ignored it. It the test case it was significant. The only change you made to the make file I note i...
Borland Make Utility Issues
James, The paths are specified here (in the make file): #change these paths as needed .path.OBJ = .\obj .path.PRG = .\ .path.CH = $(FWDIR)\include;$(HBDIR)\include .path.C = .\ .path.rc = .\
Borland Make Utility Issues
Antonio, Yes, I know that. But the make file is not checking the dates and times of the OBJs and the Cs against the PRGs when a PRG is changed. So either it is trying and it can't find the files, or it is not checking at all. I am trying to figure out which and how to fix it. Try editing the One.prg file (just change...
Borland Make Utility Issues
Antonio, [quote:3sc6czgx]Try editing the One.prg file (just change the message displayed) and then try running the make file again. The old message will still be displayed and if you look at the date and time of the Alert.exe it will not have changed even though the One.prg was changed.[/quote:3sc6czgx] Actually, I s...
Borland Make Utility Issues
Please post here your current make file
Borland Make Utility Issues
Antonio, This is probably the same one I sent you in a zip file a couple of days ago. I don't think I have made any changes since then. Well, I may have made some changes then changed them back. Anyway this is the most current one. James [code=fw:o306qu25]<div class="fw" id="{CB}" style="font-family: monospace;">#B...
Borland Make Utility Issues
Hello James You should change in your mak-file! [code=fw:19632g94]<div class="fw" id="{CB}" style="font-family: monospace;">.path.OBJ = .\obj<br />.path.PRG = .\<br />.path.CH  = $<span style="color: #000000;">&#40;</span>FWDIR<span style="color: #000000;">&#41;</span>\include;$<span style="color: #000000;">&#40;</sp...
Borland Make Utility Issues
Anton, Putting the C files in or not makes no difference. If a PRG is edited and saved, the C and OBJs are not regenerated. It just relinks the EXE without the changes using the old OBJs. I can't figure out how to force the make file to check the date-time stamps and then recompile if needed. James
Borland Make Utility Issues
James, Please remove this: C = \ alert.c \ one.c #two.C and this also: Alert.exe : $(PRG:.PRG=.OBJ) [color=#FF0000:2dsvvxgu]$(C:.C=.OBJ) [/color:2dsvvxgu]
Borland Make Utility Issues
Antonio, I had already tried that, but I just did it again and there is no difference. I have tried each one of these variations: Alert.exe : $(OBJS) Alert.exe : $(PRG:.PRG=.OBJ) $(C:.C=.OBJ) Alert.exe : $(PRG:.PRG=.OBJ) And I tried it without any of the above and none of those tests force recompiling of the OJBs...
Borland Make Utility Issues
James, These are working perfectly fine: go.bat [code=fw:tudyp4yb]<div class="fw" id="{CB}" style="font-family: monospace;">@<span style="color: #00C800;">if</span> not exist obj mkdir obj<br />c:\bcc7\bin\make -f test.mak</div>[/code:tudyp4yb] test.mak [code=fw:tudyp4yb]<div class="fw" id="{CB}" style="font-family:...
Borland Make Utility Issues
Antonio, I had all kinds of trouble after copying all your files from your previous message. Mostly they were due to the fact that the forum replaces tabs with spaces. Now I am still getting this error: [code=fw:j2npyhiv]<div class="fw" id="{CB}" style="font-family: monospace;">C:\Users\James\Documents\Projects\Make\...
Borland Make Utility Issues
Antonio, Also, I keep getting this error: [code=fw:3hdm3mok]<div class="fw" id="{CB}" style="font-family: monospace;">Fatal: <span style="color: #000000;">Too</span> many DEF file names: <span style="color: #000000;">c</span>:\bcc7\lib\psdk\rasapi32.lib</div>[/code:3hdm3mok] I have never seen that before, and I don't...
Borland Make Utility Issues
Antonio, When you say: [quote:33t9djti]These are working perfectly fine:[/quote:33t9djti] Do you mean also that the OBJs and Cs are getting recompiled when any change is made to a PRG? Or, just that it compiles without error? James
Borland Make Utility Issues
James, > Do you mean also that the OBJs and Cs are getting recompiled when any change is made to a PRG? Yes