ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Procházka Lukáš Ing." <LPr@pontex.cz>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Re: Problem loading a DLL with the latest Ctx beta
Date: Tue, 18 Apr 2017 15:52:18 +0200	[thread overview]
Message-ID: <op.yyv8tgyy62epfj@lprx> (raw)
In-Reply-To: <68C6DA0351914D63B4FC2B55CB68B9EB@CJ3001517A>

Hello Akira,

I tested ConTeXt run with my DLL module and all works fine.

Thank you again!

Best regards,

Lukas


On Sun, 09 Apr 2017 00:23:48 +0200, Akira Kakuto <kakuto@fuk.kindai.ac.jp> wrote:

>> Any way to re-enable user DLL loading into ConTeXt, even
>> in the future, would be appreciated...
>
> I have just uploaded dynamically linked luatex and luajittex.
> I hope that you can again load your lua DLL modules in a few days.
> Further, standard C functions can be used in ffi without
> loading a C DLL. For example, my previous example can
> be changed as follows:
>
> %
> % context test.tex
> %
> \starttext
> \placeformula
> \startformula
> j_1(2.387) =
> \startluacode
>   local ffi = require("ffi")
>   ffi.cdef[[
>     double _j1(double x);
>   ]]
>   tex.print(ffi.C._j1(2.387))
> \stopluacode
> \stopformula
> \stoptext
>
> Best,
> Akira
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
>
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________


-- 
Ing. Lukáš Procházka | mailto:LPr@pontex.cz
Pontex s. r. o.      | mailto:pontex@pontex.cz | http://www.pontex.cz | IDDS:nrpt3sn
Bezová 1658
147 14 Praha 4

Tel: +420 241 096 751 (+420 720 951 172)
Fax: +420 244 461 038

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  parent reply	other threads:[~2017-04-18 13:52 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-08 22:23 Akira Kakuto
2017-04-11  7:04 ` Procházka Lukáš Ing.
2017-04-18 13:52 ` Procházka Lukáš Ing. [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-04-06 10:47 Akira Kakuto
2017-04-05 22:05 Akira Kakuto
2017-04-06  9:03 ` Procházka Lukáš Ing.
2017-04-06 11:54   ` Hans Hagen
2017-04-05 12:29 Procházka Lukáš Ing.
2017-04-05 13:06 ` Hans Hagen
2017-04-05 14:12   ` Procházka Lukáš Ing.
2017-04-05 15:02     ` Hans Hagen
2017-04-05 15:49       ` Procházka Lukáš Ing.
2017-04-05 19:42         ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=op.yyv8tgyy62epfj@lprx \
    --to=lpr@pontex.cz \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).