Displaying 2 results from an estimated 2 matches for "405c405".
2005 Feb 07
2
*HOWTO* : using mime-construct with outlook - send fax to email recipient
...ces are shown below in case anyone is interested.
left is the original mime-construct, right is our modified version
332c332
< $part_header .= "Content-Disposition: attachment; filename="
---
> $part_header .= "Content-Disposition: inline; filename="
405c405
< $p .= cont "Content-Type: $type\n"
---
> $p .= cont "Content-Type: $type;\n name=" .
token_quote($arg) . "\n"
Outlook now names the attachment correctly, and Thunderbird also seems
to work just as well with the changes.
Hope som...
2006 May 26
1
Building V2.3.0 on Tru64 V5.1B
Hi,
I am going to be attempting a build of R for the alphas (our
main need is to collate and present graphically, performance metrics we
gather on our applications).
We have:
CC=cc, CXX=cxx, Fortran V5.51 (f77, f95), GNU make 3.80, Perl 5.8.4
I am hesitant to rebuild GCC on this platform, and would like to know if
others have success in building R with native C, C++ and Fortran. I plan
on