logo       

Re: Lack of software abstractions: msg#00258

lang.j.general

Subject: Re: Lack of software abstractions

Chris Burke wrote:

Joe had found a bug when plot was included in standalone applications run without the profile, see:
http://www.jsoftware.com/pipermail/programming/2006-November/004005.html . This is fixed in the current library scripts (i.e. the JAL scripts).

I have 2 minor questions on JAL scripts, base library 6.1.19
1) in PM library tab, it offers "sysenv" to choose, but does PM already always include it when building scripts?

2) in regex, there is code
NB. rxdll should be in same directory as binaries
3 : 0''
select. UNAME
case. 'Win' do. t=. 'jpcre.dll'
case. 'Darwin' do. t=. 'libjpcre.dylib'
case. do. t=. 'libjpcre.so'
end.
rxdll=: '"',(_11 }. 1!:45''),t,'" '
)

1!:45 is the path of profile, may not be the same as the j.exe for standalone script if user starts it like
\myutil\j.exe -jprofile \myapp\foo.ijs

will it just ok to write
rxdll=: t,' '

this works if dll is in the same directory with j.exe or dll in the search path.

--
regards,
bill


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise