Displaying 2 results from an estimated 2 matches for "nimi".
Did you mean:
niki
2001 Dec 19
2
R strings from C
Hi,
I am trying to study R internal behaviour. So long, I have not
succeeded to access the value of R strings from C.
I use:
void salvesta_tabel(
SEXP data_frame,
SEXP file
)
{
printf( "nimi %d\n", (R_CHAR)( file));
}
and from the R side:
salvesta.tabel <-
function (x, file = "") {
.Call( "salvesta_tabel", x, file)
}
When calling from R as
salvesta.tabel( x, "file")
R always crashes while printing the %d part. So I assume that the
fun...
1998 Oct 15
0
Help URGENT : Password for IPC$ and public shares - more info
yesterday i saked for help because :
- I set a valid guest account (suid to it permit me to use printer)
- I defined a printer share publicly accessible
- my server is in secutity = user and I need to stay it like that
when trying to access to the server from an account not existing on the
Unix part, Samba asks for a password for IPC$
what is wrong in my configuration?
[global]
...
printing