[NTG-context] right align (flushright) bibliography list labels

2015-04-29 Thread Csikos Bela
Hello list members:

I would like to align the labels (numbers) of the bibliography list to the 
right to look like this:

...1
...2
..
..11
..
.121.

I tried to use the numbercommand=  like this:

% start code
\def\numcom#1{\startalignment[flushright] #1.\stopalignment}

\setupbibtex[database={bibfile}]

\setuppublications[alternative=apa,refcommand=num,sorttype=cite,numbering=yes,autohang=no,numbercommand=\numcom]

\starttext

\completepublications[criterium=all]

\stoptext
% end code

But this has no effect on label alignment.

I also tried,  based on this post, 
http://www.ntg.nl/pipermail/ntg-context/2015/080696.html, this code:

% start code
\setupbibtex[database={bibfile}]

\setuppublications[alternative=apa,refcommand=num,sorttype=cite,numbering=yes,autohang=no,numbercommand=\numcom]

\setupbtxlist[align={flushright}]

\starttext

\completepublications[criterium=all]

\stoptext
% end code

In this case compilation stopped with error, it choked on \setupbtxlist 
(Undefined control sequence).

How could I solve this?

Thanks,

bcsikos


___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] ConTeXt installation problem with Windows 8.1

2015-04-29 Thread Akira Kakuto

Dear Mojca,


Please try again (you need to download
http://distribution.contextgarden.net/setup/context-setup-mswin.zip
again). I added the missing dll. If any other file is still missing,
please say which file exactly.


That is a mixup of 32bit and 64bit binaries. Note that
dlls and exes are different for 32bit and 64bit versions, even if
names are the same. I uploaded temporarily
http://members2.jcom.home.ne.jp/wt1357ak/context-mswin.zip

I don't know installers, so context-mswin.zip is only for Mojca,
not for general users.
I'll remove it if Mojca download it.

Complete set of 32bit luatex and luajittex are in
context/bin/win32,
and
complete set of 64bit luatex and luajittex are in
context/bin/win64.

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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] ConTeXt installation problem with Windows 8.1

2015-04-29 Thread Jaroslav Hajtmar
Thanx Mojca.When I downloaded Your ZIP file, then the installation has been 
completed without any problems and everything works as it should. Thanks again.
Jaroslav Hajtmar



Od: "ntg-context" ntg-context-boun...@ntg.nl
Komu: "mailing list for ConTeXt users" ntg-context@ntg.nl
Kopie: 
Datum: Wed, 29 Apr 2015 19:09:58 +0200
Předmet: Re: [NTG-context] ConTeXt installation problem with Windows 8.1


> On Wed, Apr 29, 2015 at 4:28 PM, Jaroslav Hajtmar wrote:
> > Thanks to Lukas and Mojca too for the reply.
> > The problem may be elsewhere. At my working computer (at work) I have
> > Windows 8.1, and there I ConTeXt standalone installed ok and everything
> > works as it should. On my own laptop I install Windows 8.1 Enterprise (ie. I
> > think the top product) and even ConTeXt not installed because the
> > installation procedure did not find DLL. At the moment I do not know what it
> > could be. Maybe when I install the drivers (I had trouble installing the
> > graphics driver) something screwed up. Perhaps it wanted a broader
> > discussion of Windows 8 users, respectively. 8.1 and probably even different
> > versions (Home, Professional, Enterprise ???).
> 
> Please try again (you need to download
> http://distribution.contextgarden.net/setup/context-setup-mswin.zip
> again). I added the missing dll. If any other file is still missing,
> please say which file exactly.
> 
> Mojca
> ___
> 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://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki : http://contextgarden.net
> __
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] ConTeXt installation problem with Windows 8.1

2015-04-29 Thread Mojca Miklavec
On Wed, Apr 29, 2015 at 8:58 PM, Jan Tosovsky wrote:
> On 2015-04-29 Mojca Miklavec wrote:
>> On Wed, Apr 29, 2015 at 4:28 PM, Jaroslav Hajtmar wrote:
>> >
>> > The problem may be elsewhere. At my working computer (at work)
>> > I have  Windows 8.1, and there I ConTeXt standalone installed ok
>> > everything works as it should.
>> >
>> > On my own laptop I install Windows 8.1 Enterprise (ie. I
>> > think the top product) and even ConTeXt not installed because
>> > the installation procedure did not find DLL.
>>
>> Please try again (you need to download
>> http://distribution.contextgarden.net/setup/context-setup-mswin.zip
>> again). I added the missing dll. If any other file is still missing,
>> please say which file exactly.
>
> Btw, there is a handy utility for analysing dependency problems:
> http://www.dependencywalker.com/
>
> You can browse for any exe file and inspect if all referenced libraries are
> available on your system.

I probably already tried that tool, but I would need one that works on
Mac or Linux ;)

Mojca
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] ConTeXt installation problem with Windows 8.1

2015-04-29 Thread Jan Tosovsky
On 2015-04-29 Mojca Miklavec wrote:
> On Wed, Apr 29, 2015 at 4:28 PM, Jaroslav Hajtmar wrote:
> >
> > The problem may be elsewhere. At my working computer (at work) 
> > I have  Windows 8.1, and there I ConTeXt standalone installed ok 
> > everything works as it should. 
> > 
> > On my own laptop I install Windows 8.1 Enterprise (ie. I
> > think the top product) and even ConTeXt not installed because 
> > the installation procedure did not find DLL.
> 
> Please try again (you need to download
> http://distribution.contextgarden.net/setup/context-setup-mswin.zip
> again). I added the missing dll. If any other file is still missing,
> please say which file exactly.

Btw, there is a handy utility for analysing dependency problems:
http://www.dependencywalker.com/

You can browse for any exe file and inspect if all referenced libraries are
available on your system. 

Jan
<>___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] ConTeXt installation problem with Windows 8.1

2015-04-29 Thread Mojca Miklavec
On Wed, Apr 29, 2015 at 4:28 PM, Jaroslav Hajtmar wrote:
> Thanks to Lukas and Mojca too for the reply.
> The problem may be elsewhere. At my working computer (at work) I have
> Windows 8.1, and there I ConTeXt standalone installed ok and everything
> works as it should. On my own laptop I install Windows 8.1 Enterprise (ie. I
> think the top product) and even ConTeXt not installed because the
> installation procedure did not find DLL. At the moment I do not know what it
> could be. Maybe when I install the drivers (I had trouble installing the
> graphics driver) something screwed up. Perhaps it wanted a broader
> discussion of Windows 8 users, respectively. 8.1 and probably even different
> versions (Home, Professional, Enterprise ???).

Please try again (you need to download
http://distribution.contextgarden.net/setup/context-setup-mswin.zip
again). I added the missing dll. If any other file is still missing,
please say which file exactly.

Mojca
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] line number overwriting

2015-04-29 Thread Wolfgang Schuster

> Am 29.04.2015 um 17:00 schrieb Pierre-François Bonnefoi :
> 
> Thank you very much for your solution.
> 
> When using it into a paragraph, the line number disappears :
> 
> \defineframed[numeroLigneCode][location=low,width=fit,strut=yes,frame=off,rightframe=on]
> 
> \definetyping[code][numbering=line,page=yes,bodyfont=9pt,tab=2]   
>
> 
> \setuplinenumbering[code][location=text,align=left,style={\switchtobodyfont[9pt,tt]},command=\numeroLigneCode,distance=-.5em,width=2em]
> 
> \defineparagraphs[TwoCols][n=2,before=,after=]
> 
> \starttext
> \startTwoCols
> \startcode
> one
> two
> three
> \stopcode
> \TwoCols
> hum
> \stopTwoCols
> \stoptext
> 
> I've tried to use the command "\definelinenumbering" without success.
> 
> I don't know what happened…

To add line numbers to text in a box some kind of post processing is necessary 
and the paragraphs
environment doesn’t perform this yet but it can be added with a single line in 
the code. I don’t if there
are side effect from this change and if this is the right place for the line 
but it works in the following example.

\unprotect

\def\typo_paragraphs_stop_cell_yes
  {\ifvmode
 \removelastskip
   \else
 \removeunwantedspaces
 \endstrut
 \endgraf
   \fi
   \paragraphsparameter\c!bottom
   \egroup % (2)
   % The following is necessary to show line numbers in a paragraphs environment
   \page_postprocessors_linenumbers_box\scratchbox
   \dontleavehmode\hbox{\raise\strutheight\box\scratchbox}%
   \endgroup}

\protect

\defineparagraphs[Test][n=2]

\setuptyping[numbering=line,tab=no]

\starttext

\startparagraphs[Test]

\startparagraphscell

\input ward

\starttyping
One
Two
Three
\stoptyping

\stopparagraphscell

\startparagraphscell
Second column
\stopparagraphscell

\stopparagraphs

\stoptext

Wolfgang

___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] line number overwriting

2015-04-29 Thread Pierre-François Bonnefoi
Thank you very much for your solution.

When using it into a paragraph, the line number disappears :

\defineframed[numeroLigneCode][location=low,width=fit,strut=yes,frame=off,rightframe=on]

\definetyping[code][numbering=line,page=yes,bodyfont=9pt,tab=2] 
 

\setuplinenumbering[code][location=text,align=left,style={\switchtobodyfont[9pt,tt]},command=\numeroLigneCode,distance=-.5em,width=2em]

\defineparagraphs[TwoCols][n=2,before=,after=]

\starttext
\startTwoCols
\startcode
one
two
three
\stopcode
\TwoCols
hum
\stopTwoCols
\stoptext

I've tried to use the command "\definelinenumbering" without success.

I don't know what happened...

> On 29 Apr 2015, at 16:40, Wolfgang Schuster  
> wrote:
> 
> \defineframed[numeroLigneCode][location=low,width=fit,strut=yes,frame=off,rightframe=on]
> 
> \definetyping[code][numbering=line,page=yes,bodyfont=9pt,tab=2]   
>
> 
> \setuplinenumbering[code][location=text,align=left,style={\switchtobodyfont[9pt,tt]},command=\numeroLigneCode,distance=-.5em,width=2em]

-- 
Bonnefoi Pierre-Francois|E-mail : bonne...@unilim.fr 
http://libpfb.so/
Universite de Limoges, Laboratoire XLIM |   Tel : 06 28 18 03 38
123 av Albert Thomas|  Mrs. Peel, we're needed...
87060 Limoges CEDEX - FRANCE| The Avengers.

___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] line number overwriting

2015-04-29 Thread Wolfgang Schuster

> Am 29.04.2015 um 15:05 schrieb Pierre-François Bonnefoi :
> 
> Hello,
> 
> I've tracked down the problem :
> 
> \def\numeroLigneCode#1{\inframed[width=fit,strut=yes,frame=off,rightframe=on]{\switchtobodyfont[9pt]#1}}
> 
> \definetyping[code][numbering=line,page=yes,bodyfont=9pt,before={%
>\begingroup%
>
> \setuplinenumbering[location=text,align=left,style=\tt,command=\numeroLigneCode,distance=-.5em,width=2em]%
>},after={\endgroup},tab=2] 
>  
> \starttext
> \startcode
> one
> two
> three
> \stopcode
> 
> \stoptext
> 
> The result is that the option "command=\numeroLigneCode" is oddly ignored.
> 
> If I put the command 
> "\setuplinenumbering[location=text,align=left,style=\tt,command=\numeroLigneCode,distance=-.5em,width=2em]"
>  outside of the definition of the verbatim zone "code", it works.
> 
> This behavior seems rather strange and when it collides with using verbatim 
> zone enclosed in "framedtext", it leads to two line numbering overwriting 
> each other.

\defineframed[numeroLigneCode][location=low,width=fit,strut=yes,frame=off,rightframe=on]

\definetyping[code][numbering=line,page=yes,bodyfont=9pt,tab=2] 
 

\setuplinenumbering[code][location=text,align=left,style={\switchtobodyfont[9pt,tt]},command=\numeroLigneCode,distance=-.5em,width=2em]

\starttext

\startcode
one
two
three
\stopcode

\stoptext

Wolfgang

___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] ConTeXt installation problem with Windows 8.1

2015-04-29 Thread Jaroslav Hajtmar
Thanks to Lukas and Mojca too for the reply. 
The problem may be elsewhere. At my working computer (at work) I have Windows 
8.1, and there I ConTeXt standalone installed ok and everything works as it 
should. On my own laptop I install Windows 8.1 Enterprise (ie. I think the top 
product) and even ConTeXt not installed because the installation procedure did 
not find DLL. At the moment I do not know what it could be. Maybe when I 
install the drivers (I had trouble installing the graphics driver) something 
screwed up. Perhaps it wanted a broader discussion of Windows 8 users, 
respectively. 8.1 and probably even different versions (Home, Professional, 
Enterprise ???).
Thanx
Jaroslav Hajtmar


Od: "ntg-context" ntg-context-boun...@ntg.nl
Komu: "mailing list for ConTeXt users" ntg-context@ntg.nl
Kopie: 
Datum: Wed, 29 Apr 2015 11:30:18 +0200
Předmet: Re: [NTG-context] ConTeXt installation problem with Windows 8.1


> On Wed, Apr 29, 2015 at 11:18 AM, Procházka Lukáš Ing. - Pontex s. r. o. 
> wrote:
> > On Tue, 28 Apr 2015 18:07:58 +0200, Jaroslav Hajtmar 
> > wrote:
> >
> >> Hello ConTeXist.
> >> I tried to install standalone ConTeXt (64 bit. Version) into the new
> >> installation of Windows 8.1 During installation, I encounter a message 
> >> about
> >> missing DLL library (at first MSVCR100.DLL, after insert this library next
> >> error message.). Does anyone have a similar experience? respectively. How 
> >> do
> >> I install Windows ConTeXt to 8.1
> >> Thanks. Jaroslav Hajtmar
> >
> >
> > although the following solution for Ctx installation is "ad-hoc", not
> > systematic, it should solve your problem:
> > add the missing MSVC libraries from "MS Redistributable Package":
> >
> > https://msdn.microsoft.com/en-us/library/8kche8ah(v=vs.100).aspx
> >
> > The problem appears time-to-time to end users and not to program developers,
> > as MS Visual Studio includes/installs the required DLLs (which are part of
> > "Redist. Pack.") automatically (so it works for developers).
> >
> > And then, an end user may need to install the missing DLLs manually.
> > (When a SW has an installer, it often handles this step automatically.)
> 
> If our ConTeXt distribution is missing those files, then *I* need to
> add them to the distribution. This problem usually happens when Akira
> switches to a newer MSVC and unless someone complains, I never know
> that new files have to be added as I never use Windows.
> 
> We can discuss the fix off-list.
> 
> Mojca
> ___
> 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://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki : http://contextgarden.net
> __
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] line number overwriting

2015-04-29 Thread Pierre-François Bonnefoi
Hello,

I've tracked down the problem :

\def\numeroLigneCode#1{\inframed[width=fit,strut=yes,frame=off,rightframe=on]{\switchtobodyfont[9pt]#1}}

\definetyping[code][numbering=line,page=yes,bodyfont=9pt,before={%
   \begingroup%
   
\setuplinenumbering[location=text,align=left,style=\tt,command=\numeroLigneCode,distance=-.5em,width=2em]%
   },after={\endgroup},tab=2]   
   
\starttext
\startcode
one
two
three
\stopcode

\stoptext

The result is that the option "command=\numeroLigneCode" is oddly ignored.

If I put the command 
"\setuplinenumbering[location=text,align=left,style=\tt,command=\numeroLigneCode,distance=-.5em,width=2em]"
 outside of the definition of the verbatim zone "code", it works.

This behavior seems rather strange and when it collides with using verbatim 
zone enclosed in "framedtext", it leads to two line numbering overwriting each 
other.

regards,
Pierre-François.

> On 28 Apr 2015, at 23:43, Pierre-François Bonnefoi  wrote:
> 
> Hello,
> 
> I've got some strange behavior with verbatim text :
> 
> 
> The lines of the verbatim text got two different numbering that overwrite 
> each other.
> 
> I think that I've read something about this but I don't find it in the mail 
> archive.
> 
> If I remember correctly, there is a bug into the line number routine when you 
> use a verbatim text into a column set with the paragraph command and when the 
> verbatim text is enclosed into a frame.
> 
> Regards,
> Pierre-François.
> 
> -- 
> Bonnefoi Pierre-Francois|E-mail : bonne...@unilim.fr 
>  http://libpfb.so/ 
> Universite de Limoges, Laboratoire XLIM |   Tel : 06 28 18 03 38
> 123 av Albert Thomas|  Mrs. Peel, we're needed...
> 87060 Limoges CEDEX - FRANCE| The Avengers.
> 
> ___
> 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://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki : http://contextgarden.net
> ___

-- 
Bonnefoi Pierre-Francois|E-mail : bonne...@unilim.fr 
http://libpfb.so/
Universite de Limoges, Laboratoire XLIM |   Tel : 06 28 18 03 38
123 av Albert Thomas|  Mrs. Peel, we're needed...
87060 Limoges CEDEX - FRANCE| The Avengers.

___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] ConTeXt installation problem with Windows 8.1

2015-04-29 Thread Mojca Miklavec
On Wed, Apr 29, 2015 at 11:18 AM, Procházka Lukáš Ing. - Pontex s. r. o. wrote:
> On Tue, 28 Apr 2015 18:07:58 +0200, Jaroslav Hajtmar 
> wrote:
>
>> Hello ConTeXist.
>> I tried to install standalone ConTeXt (64 bit. Version) into the new
>> installation of Windows 8.1 During installation, I encounter a message about
>> missing DLL library (at first MSVCR100.DLL, after insert this library next
>> error message.). Does anyone have a similar experience? respectively. How do
>> I install Windows ConTeXt to 8.1
>> Thanks. Jaroslav Hajtmar
>
>
> although the following solution for Ctx installation is "ad-hoc", not
> systematic, it should solve your problem:
> add the missing MSVC libraries from "MS Redistributable Package":
>
> https://msdn.microsoft.com/en-us/library/8kche8ah(v=vs.100).aspx
>
> The problem appears time-to-time to end users and not to program developers,
> as MS Visual Studio includes/installs the required DLLs (which are part of
> "Redist. Pack.") automatically (so it works for developers).
>
> And then, an end user may need to install the missing DLLs manually.
> (When a SW has an installer, it often handles this step automatically.)

If our ConTeXt distribution is missing those files, then *I* need to
add them to the distribution. This problem usually happens when Akira
switches to a newer MSVC and unless someone complains, I never know
that new files have to be added as I never use Windows.

We can discuss the fix off-list.

Mojca
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] ConTeXt installation problem with Windows 8.1

2015-04-29 Thread Procházka Lukáš Ing . - Pontex s . r . o .

Hello,

On Tue, 28 Apr 2015 18:07:58 +0200, Jaroslav Hajtmar  wrote:


Hello ConTeXist.
I tried to install standalone ConTeXt (64 bit. Version) into the new 
installation of Windows 8.1 During installation, I encounter a message about 
missing DLL library (at first MSVCR100.DLL, after insert this library next 
error message.). Does anyone have a similar experience? respectively. How do I 
install Windows ConTeXt to 8.1
Thanks. Jaroslav Hajtmar


although the following solution for Ctx installation is "ad-hoc", not 
systematic, it should solve your problem:
add the missing MSVC libraries from "MS Redistributable Package":

https://msdn.microsoft.com/en-us/library/8kche8ah(v=vs.100).aspx

The problem appears time-to-time to end users and not to program developers, as MS Visual 
Studio includes/installs the required DLLs (which are part of "Redist. Pack.") 
automatically (so it works for developers).

And then, an end user may need to install the missing DLLs manually.
(When a SW has an installer, it often handles this step automatically.)

So, try do download & install the proper "MS Redistributable Package"; it's 
free (download and install, both).

Cheers,

Lukas


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

Tel: +420 241 096 751
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___