On Sunday, 26 October 2014 at 06:20:45 UTC, Suliman wrote:
Unfortunately that library has no dub package.
But you can include it in your project.
See info here http://code.dlang.org/package-format
I can't understand how to set in dub that I need to to include
in compilation process other file
On Saturday, 25 October 2014 at 19:44:25 UTC, Suliman wrote:
I found only https://github.com/Bystroushaak/DHTMLParser
But I can't get it work:
C:\Users\Dima\Downloads\DHTMLParser-master\DHTMLParser-master>dmd
find_links.d
OPTLINK (R) for Win32 Release 8.00.15
Copyright (C) Digital Mars 1989-2
Unfortunately that library has no dub package.
But you can include it in your project.
See info here http://code.dlang.org/package-format
I can't understand how to set in dub that I need to to include in
compilation process other files... Could you help me?
Another option for html is my dom.d
https://github.com/adamdruppe/arsd
get dom.d and characterencodings.d in your project directory.
compile with dmd yourfile.d dom.d characterencodings.d
here's an example:
import arsd.dom;
void main() {
auto document = new Document();
// The example
On Saturday, 25 October 2014 at 19:55:10 UTC, Suliman wrote:
How I can build such App with DUB?
Unfortunately that library has no dub package.
But you can include it in your project.
See info here http://code.dlang.org/package-format
How I can build such App with DUB?
You need to pass a library to compiler as well (all its files
or .lib/.a file) if it is compiled as static library
You can try
dmd find_links.d dhtmlparser.d quote_escaper.d
C:\Users\Dima\Downloads\DHTMLParser-master\DHTMLParser-master>dmd
find_links.d quote_escaper.d
OPTLINK (R) for Win3
On Saturday, 25 October 2014 at 19:51:48 UTC, Suliman wrote:
You need to pass a library to compiler as well (all its files
or .lib/.a file) if it is compiled as static library
You can try
dmd find_links.d dhtmlparser.d quote_escaper.d
C:\Users\Dima\Downloads\DHTMLParser-master\DHTMLParser-
On Saturday, 25 October 2014 at 19:46:01 UTC, MrSmith wrote:
On Saturday, 25 October 2014 at 19:44:25 UTC, Suliman wrote:
I found only https://github.com/Bystroushaak/DHTMLParser
But I can't get it work:
C:\Users\Dima\Downloads\DHTMLParser-master\DHTMLParser-master>dmd
find_links.d
OPTLINK (R
On Saturday, 25 October 2014 at 19:44:25 UTC, Suliman wrote:
I found only https://github.com/Bystroushaak/DHTMLParser
But I can't get it work:
C:\Users\Dima\Downloads\DHTMLParser-master\DHTMLParser-master>dmd
find_links.d
OPTLINK (R) for Win32 Release 8.00.15
Copyright (C) Digital Mars 1989-2
10 matches
Mail list logo