Re: [Lazarus] Test this please

2018-03-31 Thread Milan Baša via Lazarus

Fedora 27 + Firefox, Qupzilla works fine.

pdf is not associated.

Dňa 26.03.2018 o 06:22 Anthony Walter via Lazarus napísal(a):


Any feedback would be appreciated.



--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Test this please

2018-03-31 Thread Anthony Walter via Lazarus
> pdf is not associated.

I am not sure if pdf is previewable in a browser except maybe through a
frame?
-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Test this please

2018-03-31 Thread Kostas Michalopoulos via Lazarus
Is this written in Lazarus/FreePascal? If it is a single-bin program (CGI?)
i can drop somewhere in my VPS it would be awesome because i was trying to
make something like that a while ago (but got bored :-P).

It seems to work fine, but my only request is to allow for "untyped" URLs,
ie instead of /texts/, /images/, etc use /files/ or something generic so i
can - for example - upload an HTML file that refers to other files. For
example i uploaded foo.html that tries to refer to foo.png (which i also
uploaded) but it doesn't work:

https://storage.codebot.org/tester/texts/foo.html

This could be an option. Also for bonus credits, add an option to upload a
zip file and have it being decompressed in a (sub)directory.



On Sat, Mar 31, 2018 at 3:17 PM, Anthony Walter via Lazarus <
lazarus@lists.lazarus-ide.org> wrote:

> > pdf is not associated.
>
> I am not sure if pdf is previewable in a browser except maybe through a
> frame?
>
> --
> ___
> Lazarus mailing list
> Lazarus@lists.lazarus-ide.org
> https://lists.lazarus-ide.org/listinfo/lazarus
>
>
-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Test this please

2018-03-31 Thread Anthony Walter via Lazarus
Kostas,

It's written in C# and an ASP.NET application. It's easy enough to setup on
Windows, Linux, or even on a Raspberry Pi. The instance I linked originally
is actually running on an Amazon micro EC2 instance.

For those using Debian based Linux, getting ASP.NET running on Apache is as
simple as:

sudo apt install apache2 mono-complete libapache2-mod-mono
mono-apache-server4
sudo a2enmod mod_mono_auto
sudo service apache2 restart

After than you simply drop my project into your public /var/www/html/,
navigate to http://localhost, and everything will work.

I am adding a few more nice features like a graph of user activity for
administrators and some installation/usage guides to explain what the
project is and is not, and then I'll be posting the project plus all its
source to my gihhub account. Regarding enhancements, yes I am open to
anything, but I want get it published with features and documentation I
mentioned it first before I start adding more enhancements such as the ones
you were suggested (which were great btw).

And finally, to all about the source code and implementation:

This project is based on my existing C# library
 and Typescript library
 already on github. No
Webforms, no MVC, no Bootstrap, no jQuery, or other frameworks are used.

Here is the source code to the actual home page of the application:

https://pastebin.com/qrXz3t2S
-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] devmgmt.msc

2018-03-31 Thread José Mejuto via Lazarus

El 30/03/2018 a las 22:45, duilio foschi escribió:

Hi Jose',

doubting a configuration error, I uninstalled Lazarus, then installed
it again (current version is 1.8.2).

Unfortunately I could not get rid of the error on TLibHandle.

Then I found out that this type (TLibHandle) is not declared in
system.pas but in rtl/dynlibs.pas



Hello,

You have a somehow corrupted Lazarus/fpc installation. Ensure that your 
Lazarus configuration points to the right fpc executable, or start a 
configuration from scratch using the "--pcp" executable parameter. 
Something like "Lazarus.exe --pcp C:\Lazarus\CleanConfig"


TLibHandle is defined in "sysdlh.inc" which is included by "dynlibh.inc" 
which is included by "system" unit in Windows platform.


Also you get a compilation error in the dwarf support which has been 
included long time ago, so your Lazarus configuration is pointing to an 
old fpc 2.2 or something like that.


--

--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus