rejetto forum

Compiling HFS - Recap (information only no sucess)

0 Members and 1 Guest are viewing this topic.

Offline bmartino1

  • Tireless poster
  • ****
    • Posts: 910
  • I'm only trying to help i mean no offense.
    • View Profile
    • My HFS Google Drive Shared Link
Although i was unsuccessful at setup and configure the latest source build to compile here are some helpful informations...

from post:
http://www.rejetto.com/forum/hfs-~-http-file-server/hfs-and-phpmysql/
-----
Probally should be its own post...

Quote from: Mars on May 18, 2014, 04:44:44 PM
turbo delphi 2006 portable
http://freecache31-free.uloz.to/Ps;Hs;fid=5895582;cid=764436158;rid=587271319;up=0;uip=86.213.250.162;tm=1400625243;ut=f;aff=ulozto.net;did=ulozto-net;He;ch=b9e0140b7da50f6051a959914a5e6516;Pe/5895582/turbo-delphi-portable.rar?bD&c=764436158&De&redirs=2

launch tdrun.exe

Thank you again!
To whom it may concern i though that other users may want the terminal comand line version along with this portable version...

Befeore you continue to ensure that you don't corupt youyr system PLEASE DO A SYSTEM RESTORE!
CREATE A SYSTEM RESTOR POINT!

as we/ you will need to add files to your windows system32 folder!

----------
these files are needed in system32 to sucessfuly use the source batch script comand line:
brcc32 data.rc
dcc32 hfs.dpr
pause
---(which is used and the process to compile and make it an excutable!)---
(esentail the entire bin except 2 files [dcc32.cfg and dcc32])

you will need to edit 1 of thoses files and added it to system32 (this is the esentilaconfig file for dcc32 which puts the paths and directiories...

downlaod the required files:
https://drive.google.com/file/d/0B9u5dgydfOEudmc5UnN0M19oOVE/edit?usp=sharing

wokring config file(for me atleast):
--------------CFG File (dcc32.CFG)
-$A8
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J-
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE
-B
-CG
-GP
-H+
-W+
-M
-$M16384,1048576
-K$00400000

//Use package
-LU vclx100

//Unit directories
-U"C:\Windows\System32\Turbo Delphi Portable\lib";"C:\Windows\System32\Turbo Delphi Portable\lib\Obj";"C:\Windows\System32\Turbo Delphi Portable\Imports"

//Package DPL output directory
-LE"C:\Windows\System32\Turbo Delphi Portable\Projects\Bpl"

//Package DCP output directory
-LN"C:\Windows\System32\Turbo Delphi Portable\Projects\Bpl"

//EXE and DLL output directory
-E "C:\Users\User\compiled"

//Resource directories
-R ""

//Object directories
-O""

//Include directories
-I""

-w-UNSAFE_TYPE
-w-UNSAFE_CODE
-w-UNSAFE_CAST

-------------

You will also need this (the program that mars has shared in the quoted text - nothing changed just another download link if needed...)

download file:
https://drive.google.com/file/d/0B9u5dgydfOEuaU1La2tnZ2FfWmM/edit?usp=sharing

Now you have delphi 6 command live compiler via cmd dcc32 version 18....

will add all the lib when i have them to make it easyer to downlaod and program and edit the soure!
(still having isues on that...)
Modify message
------

i later sent up my libs folder...
redid my windows and cleaned up my paths where my files are (same issues and recompiling issue...

Eventualy help and found this:

http://www.rejetto.com/forum/rq/sources/
----
Quote from: "alkimiya"
Libs used
- TWsocket, by François Piette
- VirtualTreeview and ColorPickerButton, by Mike Lischke
- RegExpr, by Andrey V. Sorokin
- JVCL, by Project JEDI
- MD5, by Matthias Fichtner
- PNGunit, by Jack Goman and Edmund H. Hand

from &RQ:s about box :)

Oh !  ;)
Links, for programmers:
TWsocket: http://www.overbyte.be/
VirtualTreeview and ColorPickerButton: http://www.delphi-gems.com/
RegExpr: http://regexpstudio.com/
JVCL: http://jvcl.sourceforge.net/

But where to find PNGunit ? The page http://sharepower.virtualave.net/png.html
is no longer exist...
-----

Which was okay, i took the longer way around and/or used these sites upon eventauly finding them...

Issue trying to compile it:

all goes fin until jclntfs:
[Pascal Fatal Error] JclNTFS.pas(50): F1026 File not found: 'jcl.inc'

simple code issue not finding fileas at paths:
---
unit JclNTFS;

{$I jcl.inc}
{$I windowsonly.inc}
----

changed line 50

{$I jcl.inc}

to

{$I C:\Windows\System32\Turbo Delphi Portable\lib\jcl.inc}

(which is wehre the libs and jcl files are)

which then turned into error this:

[Pascal Fatal Error] JclNTFS.pas(50): F1026 File not found: 'C:\Windows\System32\Turbo.pas'

Upon searching turbo.pascal is a compile program by itself  and as such i gave up on tryign to compile it...

Either i did wrong by trying to correct the pascal file and messed up my entire resource that may or may not have pointed to turbo.pas

or there is an issue within the jedi sourcforge package that may finish the ability to compile it...

Either or this is just information nothing more
Files I have snagged and share can be found on my google drive:

https://drive.google.com/drive/folders/1qb4INX2pzsjmMT06YEIQk9Nv5jMu33tC?usp=sharing


Offline LeoNeeson

  • Tireless poster
  • ****
    • Posts: 842
  • Status: On hiatus (sporadically here)
    • View Profile
    • twitter.com/LeoNeeson
Thank you for sharing all this. I'm barely having free time to build/compile HFS, but one day I promise I'll be testing all this.
Greetings! :)
Leo.
« Last Edit: July 20, 2014, 11:43:18 PM by LeoNeeson »
HFS in Spanish (HFS en Español) / How to compile HFS (Tutorial)
» Currently taking a break, until HFS v2.4 get his stable version.


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile