rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bmartino1

Pages: 1 ... 53 54 55 56 57 ... 61
811
HFS ~ HTTP File Server / Re: hfs and php/mysql
« on: May 23, 2014, 05:25:29 AM »
i think it is an issue with the jvcl pascal files, but i'm haveing isues compiling have fetched a lot of code... now i'm stuck trying to find a pascla source code called turbo.pas

error while compiling:
C:\Windows\System32\Turbo Delphi Portable\lib\JCL.INC(41) Fatal: F1026 File not found: '"C:\Windows\System32\Turbo.pas'

attached is the compile log via comand line



812
Silentplz, if it is not too much toruble can i get some of the pascal files form you as shown in your soucre code

-------------line 52 main.pas----
// SilentPliz & 3rd part libs.
  JvComponentBase, JvBitBtn, JvExButtons, JvAppAnimatedIcon, JvDesktopAlert, JvBaseDlg, JvGIF,
  JvHint, StdActns, ActnList, XPStyleActnCtrls, ActnMan, InputQueryFrm_F, gnugettext;
------------------

As when i go to compile i'm stoped at "JvBitBtn" and i'm unable to find a downlaod for it nor its actual use in the code.

thank you


813
May 21 2014

hfs 286c SSL FR is online.

New:

Stunnel 5.00b1 
.
For users of a previous BUILD, update Stunnel with the "S" button

hfs 286c SSL FR is online.

Update from previous releases or use the links below:

http://silentpliz.perso.sfr.fr/hfs/HFS_286c_SSL_FR.exe


sources:

http://silentpliz.perso.sfr.fr/hfs/Sources_hfs/Sources_hfs_286c_FR_SSL.zip



Replies to messages and other builds soon.


I believe it is attended, for your code base to do that but this beta version is using openssl 1.0.1e-fips just thought i post this to let usres know...
(This is fine as stunnel 5 has updated there program to fix openssl issue!)

Thank you again for programing this!

814
FHFS / Re: modifying files for mobile viewing?
« on: May 21, 2014, 08:33:42 PM »
then you need to use html to set the width and height of thepage:
http://stackoverflow.com/questions/5965007/how-can-i-set-a-fixed-height-for-my-entire-webpage

which uses css in html:

html {
  min-width: 100%;
  min-height: 100%;
  background-image: url(http://www.example.com/somelargeimage.jpg);
  background-position: top center;
  background-color: #000;
}

body {
  width: 1054px;
  height: 1054px;
  background-color: #FFF;
}

815
HFS ~ HTTP File Server / Re: hfs and php/mysql
« on: May 21, 2014, 04:02:29 AM »
Probally should be its own post...

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...)

816
HFS ~ HTTP File Server / Re: hfs and php/mysql
« on: May 21, 2014, 02:52:08 AM »
Theres a lot of old post that had users facing some of theese same issue, and mentiuon of a wiki somewhere to "programing notes" Can some one lasea post a link to that area for me?

--------Example---
I guess i have the same issue i have that the user silentplz did. except i'm using a protable edition.:
see forum post:
http://www.rejetto.com/forum/programmers-corner/last-beta-sources/30/

the user silentplz also goes over some of the exact files i'm looking for, so if posible need thoese "etc"pascal files and or compiled .dcu files if possible to continue...

any help would be apprecaited including a possible path to the programing notes
--------

I'm using a ariety of places to get the codes i need to recompile this suchas but not limited to googles code base:
http://code.google.com/p/dm-rc-server/source/browse/trunk/dm-rc-server/trunk/DM_RC_Client+%28Miranda%29/ICS/?r=12


----

as of now i'm facin isues with pascal files to run (need to search them and find them...)

jclfileutils
jvcomponentbase

I've downlaoded and had to find these to make it work so far:

---cmd dir of path that will be uploaded for other users...---
C:\Users\User>cd C:\Users\User\Desktop\Libary files

C:\Users\User\Desktop\Libary files>dir
 Volume in drive C has no label.
 Volume Serial Number is 7CC9-2BE0

 Directory of C:\Users\User\Desktop\Libary files

05/22/2014  12:09 PM    <DIR>          .
05/22/2014  12:09 PM    <DIR>          ..
05/20/2014  09:58 PM           164,482 DelphiZLib.123.2009.zip
05/22/2014  11:26 AM           526,201 fastmm-pascal.7z
05/20/2014  09:59 PM           205,452 gifimaged2010b.zip
05/22/2014  11:50 AM         4,476,016 icsv8w.zip
05/22/2014  11:58 AM           288,740 jcl.zip
05/22/2014  12:01 PM            10,054 JclNTFS.7z
05/22/2014  11:49 AM           181,720 overbyte-gogle.7z
05/20/2014  09:59 PM            43,867 RegExpE.zip
05/22/2014  12:09 PM            37,459 Unicode.7z
               9 File(s)      5,933,991 bytes
               2 Dir(s)  283,508,559,872 bytes free
--------------------

any help is appreciated!

817
HFS ~ HTTP File Server / Re: hfs and php/mysql
« on: May 20, 2014, 07:48:15 PM »
Okay, i think i understand the directories a bit more, thank you for setting me on the right path mars, as (thx to silent plz for adding the dcu form of it in his source, i was able to put them in the directory %your path to the portable version%\Turbo Delphi Portable\lib"

I'm now facing issues with the file i haven't searched up yet. Thank you again for your help!



818
FHFS / Re: modifying files for mobile viewing?
« on: May 20, 2014, 07:12:59 PM »
developing web pages can be diffucults:

html (good source to use)
http://www.w3schools.com/html/DEFAULT.asp

Css (good source to use):
http://www.w3schools.com/css/DEFAULT.asp

as for your question. I'm not aware of any developed template ment to fit in the 240 px by 240 px range for phone dispaly
not he standard 720 by 1024 range for tablets....

rarw template might have something but no guarantess.

you would have to develope to webpages with in the html text that chaecks browser and operating system(which is using jquery a java based code....
(use googel webs for development help, using chrome web source you can copy it right from them....)- might save you ahve the time and work, other wise your html will need:
http://www.w3schools.com/jquerymobile/jquerymobile_intro.asp

819
HFS ~ HTTP File Server / Re: hfs and php/mysql
« on: May 20, 2014, 06:57:10 PM »
If there are errors, generaly it is missing some units for the compilation, in your case you can find them by doing a search on google of fastmm4

Thank you for this information:

which i have done, but i don't know how nor where to place it..
https://groups.google.com/forum/#!msg/borland.public.delphi.commandlinetools/B_QXveJUEYI/xtYB5U6t3qkJ

in the portable edition where do i put these missing pascla sources?

-----
I have downloaded it(fastmm) form source forge...
anyways:

on silent plz source (which i would be using to add the programs as he has already incorpated a programs source area to pool programs and add to the interface....) i recive a different error all together as it has already found and uses fastmm4....
but now i need a pascal source: 'OverbyteIcsWSocket.dcu'

This is the first time i'm using delphi and i don't know where to add these packages to the projects nor where the should be in the directories. so the "tdrun.exe" knows and has them.

once i have a good complete source that compiles corectly i can then dive into the code and edit and add what i want and possilby fix some things (this openssl and stunel...)

Again i want to thank you for your help on this and i appreciate your time and effort

----
I have siletplz beta source and the latest hfs source

laste build:
fastmm4 error

beta source:
OverbyteIcsWSocket.dcu
(which i haven't stareted to search and look into yet.

820
As i have said before, i have issues compiling hfs source code, see picture (alli  did was add/replace the openssl files int he resource folde (which is what the program ios diggin from to get the files...) "I have not touched his code!, but i have erros compiling hfs.dpr as found via his comand to compile it to hfs.exe ....


(would like to be able to comile it to use this source to add feature i want ie add mysql and php capabilities...)

after adding/chaning the needed files to add open ssl 1.0.1g (doens't suport fips nor zlib compression!)
went to compile it and recieved this error:
*see picture

821
HFS ~ HTTP File Server / Re: hfs and php/mysql
« on: May 20, 2014, 04:10:43 PM »
turbo delphi 2006 portable
---etc---

Thank you again for this programing tool...
I have sucessfule setup the programs need to run the batch file as now when i open the progmra and try to compile the program i get a fastmm4.dcu error... (still can't seem to find how to fix it....)

and when i run the batch script, i recieve the same error which leads me to believe that:
 1. this program is lacking something i need to make it work and i don't gaave the knowlegde to fix it since it is protable
 2. there is an issue with the source fil in which (in scriptlib) this fastmm4 file is not zipping and or downlaoding...
 3. there is someting on my end i'm doing wrong... (i doubt but it could be !)

Thank you again for all your help so far!
bmartino1

p.s. if it heps, runing the batch sccript:
-----recompile data----
brcc32 data.rc
dcc32 hfs.dpr
pause
------
*I adeed the pause to make sure and see what is going on: picture show output...

822
HFS ~ HTTP File Server / Re: hfs and php/mysql
« on: May 20, 2014, 03:21:25 PM »
okay, i'm stuck at trying to compile the source which can lead me to debug(form the file menu {projects}) to make the exe file...

Ive downloaded the latest soucre build "hfs2.3a_289.src" opened hfs.dpr wen tto file menu projects compile / build/ run and i'm still getting an error with the scripts lib in whihc a forum of the debuger says it can't find the fastMM4.dcu...

i'm on a windows 7 machine (don't know if that might be the issue...) Is there an older "complete source in which i open the project file and using the progmra the mars has provided that will open up the source and compile it? or do i need to look at different ways/programs to compile it.

and or is it a setting in turbo delphie that i'm needing to turn off or on?

or is there some scripting i need to do to fix it?

attached 1 phont at compiler setting wiht the only info i have that gives 1 error ...etc...

any help appreciated!

823
HFS ~ HTTP File Server / Re: hfs and php/mysql
« on: May 19, 2014, 05:14:50 AM »
thank you Mars, i appreciate the portable edition of this programming tool. Unfortunaley i'm stillhaving compiling issues with  the program you provided and with a fress downlaod of the curect builds source code...

see picture

824
well, i got tired of trying to compile it, so i went the other direction... lolz

here is a link of a new downlaod, as brought on tformt he ida so the progam deosnt overwirte, these files need to be "read only:
>stunnel:
openssl.exe
libeasy32
ssleay32.dll
stunnel.exe
stunel.cfg (after you have a fixed working version!)- this one works...

http://oreilly.com/openbook/samba/book/figs/sam.0506.gif

http://oreilly.com/openbook/samba/book/ch05_03.html
http://en.wikipedia.org/wiki/File_attribute

-----
Downlaod link of a sucessfulky pathed working version, thanks agin for bring this to my attention i5c0r3
*by the way, stune crashes due to the compression of zlib aswell (which is why i think you had issues), so uses using the beta and needing the pathed, please compile your keys before downlaoding to copy them to the corect place... as fips and any form of compresion needs to be uncheced....
----

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

825
HFS ~ HTTP File Server / Re: hfs and php/mysql
« on: May 17, 2014, 11:50:46 PM »
i'm haveing issues comiling your source. I've started with the current source, (nothing changed) ran the bath "compile ...etc....bat"

didn't have thoese programs, went after them, and recieve the same issue as i do with siletplz editions...
see png pic...

Is there a specila probram i need to compile it to an excutable? as dcc32.exe is not working atleast not for me...

Pages: 1 ... 53 54 55 56 57 ... 61