Displaying 16 results from an estimated 16 matches for "createinst".
2015 Dec 11
2
v2.2.21 released
http://dovecot.org/releases/2.2/dovecot-2.2.21.tar.gz
http://dovecot.org/releases/2.2/dovecot-2.2.21.tar.gz.sig
Due to a bit bad doveadm bugs in v2.2.20 here's a fixed v2.2.21. Also from this release forward we're finally using git with branches to make new releases. So new releases will have a bit more time to stabilize in the branch before they're being released (while still
2015 Dec 11
2
v2.2.21 released
http://dovecot.org/releases/2.2/dovecot-2.2.21.tar.gz
http://dovecot.org/releases/2.2/dovecot-2.2.21.tar.gz.sig
Due to a bit bad doveadm bugs in v2.2.20 here's a fixed v2.2.21. Also from this release forward we're finally using git with branches to make new releases. So new releases will have a bit more time to stabilize in the branch before they're being released (while still
2012 Nov 29
0
[LLVMdev] Support for bundles of MCInst?
...e this use case, analogous to what currently exists for
> MachineInstr. Has anyone given thought to this before? Is there already a
> way to create bundles in the MC layer that we've overlooked?
There should already be sufficient support for what you're trying to do. See MCOperand::CreateInst(). The concept is that you'll build a composite MCInst in your AsmPrinter::EmitInstruction() method, which uses Inst-type MCOperands to hold a list of sub-instructions. Then you call AsmStreamer::EmitInstruction() on the composite MCInst.
--Owen
2013 Nov 21
2
Running R embedded in an mpiexec spawned process - Fatal error: you must specify '--save', '--no-save' or '--vanilla'
...#39;--no-save' or '--vanilla'
-------------------------------------------------------------------------
The following is working:
mpiexec -n 1 R --no-save
However in my Sample1 application, I do set up R init options that should be suitable AFAIK:
rEngine = REngine.CreateInstance("RDotNet");
StartupParameter rStartParams = new StartupParameter
{
Quiet = true,
SaveAction = StartupSaveAction.NoSave,
Slave = false,
Interactive = true,
Verbose = false,...
2012 Nov 29
4
[LLVMdev] Support for bundles of MCInst?
Hello all,
We're developing an integrated assembler for a VLIW target, and some of the
optimizing our assembler needs to do must be done on a per-packet basis.
This requires us to be able to traverse instruction within a packet, and one
particular optimization requires traversal of previous packets as well.
We're considering adding support for MCInst bundles in the MC layer to
2009 Jul 16
2
[PATCH server] updated anyterm/ovirt integration
...+
+ try {
+ netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
+ } catch (err) {
+ return undefined;
+ }
+
+ var sel=window.getSelection();
+ var copytext=sel.toString();
+
+ var str=Components.classes["@mozilla.org/supports-string;1"]
+ .createInstance(Components.interfaces.nsISupportsString);
+ if (!str) return undefined;
+
+ str.data=copytext;
+
+ var trans=Components.classes["@mozilla.org/widget/transferable;1"]
+ .createInstance(Components.interfaces.nsITransferable);
+ if (!trans) return undefined;
+
+ trans.addDa...
2012 Nov 30
3
[LLVMdev] Support for bundles of MCInst?
Hello Owen,
> There should already be sufficient support for what you're trying to do.
See
> MCOperand::CreateInst(). The concept is that you'll build a composite
MCInst in
> your AsmPrinter::EmitInstruction() method, which uses Inst-type MCOperands
to
> hold a list of sub-instructions. Then you call
AsmStreamer::EmitInstruction() on the
> composite MCInst.
Thanks for your reply. This is actuall...
2012 Apr 18
0
Loudlink Explorer 3.0.0
...the form. See Exception.InnerException for details. The error
is: Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG) --->
System.Runtime.InteropServices.COMException (0x80040154): Exception from
HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)
at System.Windows.Forms.UnsafeNativeMethods.CoCreateInstance(Guid&
clsid, Object punkOuter, Int32 context, Guid& iid)
at System.Windows.Forms.AxHost.CreateWithoutLicense(Guid clsid)
at System.Windows.Forms.AxHost.CreateWithLicense(String license,
Guid clsid)
at System.Windows.Forms.AxHost.CreateInstanceCore(Guid clsid)
at System...
2019 Oct 18
0
Wine release 4.18
...ids.
vbscript: Get rid of no longer needed ITypeInfo in BuiltinDisp.
vbscript/tests: Added Err object IDispatch tests.
vbscript: Use global object property to expose Err object.
vbscript: Fix NULL IDispatch handling in get_disp_value.
vbscript: Create script context in CreateInstance.
vbscript: Store safety options only in script context.
vbscript: Store lcid only in script context.
vbscript: Store script site only in script context.
vbscript: Move create_script_disp call to SetScriptSite.
vbscript: Move init_global call to CreateInstance....
2010 Mar 10
2
[Bug 26992] New: Systemsettings crashes when I try to open desktop settings
...?? () from /usr/lib/libGL.so.1
#14 0x00007fc5c7eb6959 in glXQueryVersion () from /usr/lib/libGL.so.1
#15 0x00007fc5c8131cec in ?? () from /usr/lib/kde4/kcm_kwincompositing.so
#16 0x00007fc5c81264a0 in ?? () from /usr/lib/kde4/kcm_kwincompositing.so
#17 0x00007fc5c812d795 in QObject*
KPluginFactory::createInstance<KWin::KWinCompositingConfig, QWidget>(QWidget*,
QObject*, QList<QVariant> const&) () from /usr/lib/kde4/kcm_kwincompositing.so
#18 0x00007fc5e176d8ce in KPluginFactory::create(char const*, QWidget*,
QObject*, QList<QVariant> const&, QString const&) () from
/usr/lib...
2018 Sep 13
0
Wine release 3.0.3
...Windows but not Wine.
21404 winedbg does not support fixed host:port parameter
24374 Driller crashes in process PE entry point due to Wine's mis-align workaround for 32-bit entry point asm wrapper (MoleBox Ultra v4.x)
24641 ProPresenter 4.x (.NET 3.5 WPF app) fails on startup (devenum CreateInstance() doesn't support IID_IUnknown)
27497 Regedit mangles registry keys containing embedded NULLs
30713 Microsoft Visual C++ 64-bit redistributables get incorrectly installed into SysWOW64 (system directory for 32-bit files) when run under 64-bit Wine
32907 AMMYY Admin v3.0 crashes at...
2018 Jul 09
0
Wine release 3.12
...lls/iphlpapi/ifenum.c: compiler warnings on NetBSD
18560 No crosshairs in Starfleet Academy
20986 Euler fails to make a computation with maxima.exe: maxima.exe fails to start
23048 Unreal Tournament 3 fails and locks up
24641 ProPresenter 4.x (.NET 3.5 WPF app) fails on startup (devenum CreateInstance() doesn't support IID_IUnknown)
27497 Regedit mangles registry keys containing embedded NULLs
29325 Stranded II: laggy mouse pointer in the inventory screen
30910 Lighting incorrectly drawn in Alien Shooter
34365 Splinter Cell: Blacklist error with d3d_texture:wined3d_texture_ap...
2015 Oct 30
0
Wine release 1.7.54
...ting pointer when unmarshalling a NULL-ptr.
ole32: Fix ref counting in GetDataHere Proxy.
riched20: Rewrite the picture destination parser to handle embedded groups.
riched20: Add support for the \shppict destination.
Jacek Caban (14):
ole32: Pass requested interface IID to CreateInstance in CoCreateInstanceEx.
ole32: Call CoCreateInstanceEx from CoCreateInstance instead of the other way around.
winerror.h: Added DNS_REQUEST_PENDING error code.
windns.h: Added missing DNS_QUERY_* constants.
rpcrt4: Moved formatting pipe names to helper functions.
rp...
2007 Jan 25
0
Wine release 0.9.30
...mplement RtlDecodePointer and RtlEncodePointer.
kernel32: Forward EncodePointer and DecodePointer to their ntdll counterparts.
msi: Add a test for the IMsiServer interface.
msi: Implement IClassFactory->QueryInterface() for the msi server dll.
msi: Implement IDispatch->CreateInstance() for the msi server dll.
Miko?aj Zalewski (9):
wordpad: Add Polish translation.
wininet: Add Polish translation.
cmdlgtst: Add Polish translation.
msi: Add Polish translation.
mpr: Add Polish translation.
comctl32: listview: A CDRF_SKIPDEFAULT for an item s...
2009 Aug 07
0
Wine release 1.1.27
...d IWICBitmapDecoderInfo to headers.
windowscodecs: Add stub implementation of IWICBitmapDecoderInfo.
windowscodecs: Implement IWICBitmapDecoderInfo::GetComponentType.
windowscodecs: Implement IWICBitmapDecoderInfo::GetPatterns.
windowscodecs: Implement IWICBitmapDecoderInfo::CreateInstance.
windowscodecs: Implement IWICBitmapDecoderInfo::MatchesPattern.
windowscodecs: Add tests for IWICBitmapDecoderInfo.
windowscodecs: Implement GetDecoderInfo for BMP decoder.
windowscodecs: Implement IWICImagingFactory::CreateComponentEnumerator.
include: Add defini...
2009 Oct 23
0
Wine release 1.1.32
..._DDE_ACK reply.
kernel32: Return the appropriate binary type for 64-bit PE files.
kernel32: Make sure the 32/64-bit state of the wineprefix matches the binary we are running.
widl: Fix the prototype of generated exception filters.
ole32/tests: Set returned pointer to NULL in CreateInstance (Valgrind).
advapi32: Fix lookup of the current user SID in SetEntriesInAclW.
ntdll: Always set the I/O status information on ioctl completion (Valgrind).
kernel32: Store the symlink target directly into the correct buffer in GetVolumeNameForVolumeMountPointW.
rpcrt4/tes...