Paul Ishenin | 1 Feb 03:47
Picon
Favicon
Gravatar

Re: Unable to create file jcfsettings.cfg

31.01.2010 23:23, Marcelo B de Paula wrote:
> Ok, Paul.
>
> I confirm that the error was solved.
> But still have no info in environment options, JCF format settings.
> Nothing is displayed. (just "file not found").

Strange, in my test with russian characters it worked fine.

Best regards,
Paul Ishenin.

--
_______________________________________________
Lazarus mailing list
Lazarus <at> lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

dayat | 1 Feb 06:10
Picon

How to encrypt/decrypt with OpenSSL unit

Hi all,
Anyone know how to encrypt/decrypt PWideChar or String with OpenSSL unit in freepascal.

thanks before,
Hidayat
--
_______________________________________________
Lazarus mailing list
Lazarus <at> lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
waldo kitty | 1 Feb 06:24
X-Face
Favicon
Gravatar

Re: Unable to create file jcfsettings.cfg

On 1/31/2010 21:47, Paul Ishenin wrote:
> 31.01.2010 23:23, Marcelo B de Paula wrote:
>> Ok, Paul.
>>
>> I confirm that the error was solved.
>> But still have no info in environment options, JCF format settings.
>> Nothing is displayed. (just "file not found").
>
> Strange, in my test with russian characters it worked fine.

my question is *where* is the OP seeing this "file not found" report... in the 
cfg file or somewhere else???

--
_______________________________________________
Lazarus mailing list
Lazarus <at> lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Paul Ishenin | 1 Feb 07:50
Picon
Favicon
Gravatar

Re: Unable to create file jcfsettings.cfg

01.02.2010 12:24, waldo kitty wrote:

>> Strange, in my test with russian characters it worked fine.
>
> my question is *where* is the OP seeing this "file not found" report...
> in the cfg file or somewhere else???

Environment options -> JCF format settings -> "Format file is ..." field.

Best regards,
Paul Ishenin.

--
_______________________________________________
Lazarus mailing list
Lazarus <at> lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Graeme Geldenhuys | 1 Feb 08:26
Picon
Gravatar

Re: [Fwd: Re: Is Lazarus a Delphi plagiat?]

Lee Jenkins wrote:
> 
> Personally, I've come to like Adobe's LiveDocs format which seems to be a hybrid 
> of Wiki and TOC oriented format and its indexed by google making searches easy 
> and fast.
> 
> Anyone else care for this kind of format?

No. :-)
I would much prefer a off-line documentation format. I find it *extremely*
annoying when I sit at home with my laptop and can't get help on a dialog
or product because such help is only available online (and I don't always
have internet access). This is why I spent a considerable amount of time
researching documentation formats and ended up choosing the IBM INF format
(used for OS/2 help files and other OS/2 documentation/books) as my
starting point.

INF is extremely fast and efficient (a magnitude of 15+ times faster than
CHM), the output INF files are small and compact, the tagging language
(IPF) is easy to learn - the 45 tags are mnemonic making it easy to
associate them with their functions. IPF tagging language was specifically
designed for documentation, so it is well suited for generating good
looking output.

DocView (The INF viewer I wrote) supports a Table of Content, a Index view
and generates one at runtime if the INF document doesn't include one, full
text search, search algorithm that rates search results so you get more
relevant results, keyword highlighting of search text, annotations,
bookmarks, topic browse history, font substitution, Library mode (opening
multiple INF documents and combining there TOCs at runtime) and the list
goes on.

I am almost finished with translating the FPC Language Reference to INF so
others can use it with DocView from inside Lazarus IDE or stand-alone. This
should be a good example of what INF can do and how it looks, plus the new
fpdoc IPF output writer that can build class documentation in INF format.

Regards,
  - Graeme -

--

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://opensoft.homeip.net/fpgui/

--
_______________________________________________
Lazarus mailing list
Lazarus <at> lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Graeme Geldenhuys | 1 Feb 08:33
Picon
Gravatar

Re: Sourceforge and Cuba

svaa wrote:
> I don't intend to start a flame about USA's foreign policy. But perhaps
> you could think an alternative. Not necessarily to move away from
> Sourceforge, but maybe to have a mirror in an alternative repository
> without such restrictions and link it in Lazarus' site

I maintain the FPC and Lazarus git [http://git-scm.com/] mirrors on GitHub.
I don't think they block any countries, so you can always get it from there.

GitHub also allows you to download archives (generated on the fly) of any
branch or revision of the repository.

For more information on the mirrors:

   http://wiki.freepascal.org/git_mirrors

I know there are nightly builds of Lazarus too, but I'm not sure where they
are hosted, but I don't think it's a SourceForge download (as far as I
remember).

Regards,
  - Graeme -

--

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://opensoft.homeip.net/fpgui/

--
_______________________________________________
Lazarus mailing list
Lazarus <at> lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Paul Ishenin | 1 Feb 08:38
Picon
Favicon
Gravatar

Re: Sourceforge and Cuba

01.02.2010 14:33, Graeme Geldenhuys wrote:

> I maintain the FPC and Lazarus git [http://git-scm.com/] mirrors on GitHub.
> I don't think they block any countries, so you can always get it from there.

Do you think we will block our svn repository? No matter what 
sourceforge do - it has only a mirror of the main fpc and lazarus code 
repositories.

Best regards,
Paul Ishenin.

--
_______________________________________________
Lazarus mailing list
Lazarus <at> lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Graeme Geldenhuys | 1 Feb 08:53
Picon
Gravatar

Re: Sourceforge and Cuba

Paul Ishenin wrote:
> 
> Do you think we will block our svn repository? No matter what 

Only after posting my message I realized that the original poster might
have been talking about binary setups instead of source code archives. But
at least I mentioned the daily build (binary) downloads in my previous
reply, though I am not sure where they are located.

Regards,
  - Graeme -

--

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://opensoft.homeip.net/fpgui/

--
_______________________________________________
Lazarus mailing list
Lazarus <at> lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Antonio Sanguigni | 1 Feb 09:24
Picon

Lazarus Video Tutorials

Hi guys,

I just found this video tutorials series:
http://video.tiscali.it/canali/truveo/601984616.html .

Maybe that can be useful for newbies.

Antonio

--

-- 
Antonio Sanguigni alias slapshot
----------------------------------------------------------------------
GioveLUG (Linux User Group) - http://www.giovelug.org
Edupup (Educational distro) - http://www.pieroni.biz/edupup

--
_______________________________________________
Lazarus mailing list
Lazarus <at> lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Bee Jay | 1 Feb 09:37
Picon
Gravatar

Re: Reconstructing Lazarus Website 1: the appearance

> - ... anything else? ...

Can anybody help me provide pictures and icons about cheetah? Or can  
anybody point me to good resources of it? I need it for the new  
Lazarus website design. TIA.

--

-- 

-Bee-

...making buzzes at http://twitter.com/beezing
...writing stories at http://beeography.wordpress.com

--
_______________________________________________
Lazarus mailing list
Lazarus <at> lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Gmane