Displaying 3 results from an estimated 3 matches for "strfilename".
Did you mean:
pstrfilename
2009 Nov 03
1
Can't pass file name as parameter to Corpus function
...the file name as parameter to the Corpus function to build a corpus of only
one document. I can build the corpus using the code below interactively in
R. But calling the function with a file name as the parameter I got the
error message saying "Error in eval(expr, envir, enclos) : object
'strFileName' not found"
test<-function(strFileName) {
src <- URISource(strFileName)
cor <- Corpus(src, readerControl = list(reader = readPDF, language =
"en_US", load = TRUE))
}
After running the following code in R I checked the docURISource$URI and the
value is "strFileNa...
2004 Aug 06
2
Speex API for use with .Net applications
...have the API (again as .dll):
- I use the System.Runtime.Interop services namespace
- Add a reference to it using this code:
--- Begin Code Snip ---
Public Class SpeexDecoder
Public Declare Funtion (FunctionName) Lib "speex.dll" Alias
"DecodeFile" (ByVal strFileName as String) as (return type)
End Class
--- End Code Snip ---
... so this is used to add a reference to the function in the
API that would allow me to decode (as I don't need to encode files) and
play audio files.
Any help would be much appreciated.
Regards,
Ossama Khayat
New Horizons...
2013 Mar 06
22
Windows Remote Desktop Services (Could not find a suitable provider for dism)
Hello all
Was wondering if someone could help or advise where i''m going wrong
i''m trying to install Windows 2008 R2 Remote Desktop Services via Puppet
using either DISM or Powershell modules from the forge and getting the same
error
When using DISM
class roles::trm::remote_desktop_services {
dism { ''AppServer'':
ensure => present,
}
dism {