Displaying 3 results from an estimated 3 matches for "penv".
Did you mean:
env
2006 Jan 25
2
Using substitute from inside an S4 method
...at gives me the behavior I want
setGeneric("B", function(x, ...) {
x.name <- as.character(substitute(x))
standardGeneric("B")
})
setMethod("B", signature(x="character"),
function(x, y) {
penv <- sys.frames()
penv <- penv[[length(penv)-2]]
get("x.name", envir=penv)
})
Observation: Without an extra arg in the method, the appropriate
environment would be penv[[length(penv) - 1]], but the presence of the
extra arg results in...
2006 Oct 12
0
Jmeeting & Wine .22
...e - 0x1002c 0xb41e748 ): semi-stub
fixme:avicap:capCreateCaptureWindowW L"VfwCamDetect", 50000000,
00000000, 00000000, 00000140, 000000f0, 0x10040, 00022100
VFW Driver +Could not create capture window
JNIEXPORT void JNICALL
Java_com_jsyntax_directshow_CaptureDeviceManager_detect0(JNIEnv * pEnv,
jclass jCaptureDeviceManagerClass, jobject jDevicesList)
fixme:imm:ImmGetOpenStatus (0xb491f40): semi-stub
There are more similar errors, but that's the jist of it.
I'm sure avicap had been attended to - or is it just that function
that's not implemented? Anyone planning on anymore...
2010 Aug 12
59
[PATCH 00/15] RFC xen device model support
Hi all,
this is the long awaited patch series to add xen device model support in
qemu; the main author is Anthony Perard.
Developing this series we tried to come up with the cleanest possible
solution from the qemu point of view, limiting the amount of changes to
common code as much as possible. The end result still requires a couple
of hooks in piix_pci but overall the impact should be very