Displaying 20 results from an estimated 85 matches for "bstr".
Did you mean:
bst
2003 Apr 24
3
Keyboar problems
...nstructor/destructor memid
fixme:ole:MSFT_DoTypeInfo Assign constructor/destructor memid
fixme:ole:MSFT_DoTypeInfo Assign constructor/destructor memid
fixme:ole:MSFT_DoTypeInfo Assign constructor/destructor memid
fixme:ole:MSFT_DoTypeInfo Assign constructor/destructor memid
fixme:ole:MSFT_ReadValue BSTR length = -1?
fixme:ole:MSFT_DoTypeInfo Assign constructor/destructor memid
fixme:ole:MSFT_DoTypeInfo Assign constructor/destructor memid
fixme:ole:MSFT_DoTypeInfo Assign constructor/destructor memid
fixme:ole:MSFT_DoTypeInfo Assign constructor/destructor memid
fixme:ole:MSFT_DoTypeInfo Assign const...
2006 Jun 04
1
EZNEC
...rmitted)
libGL error: reverting to (slow) indirect rendering
libGL error: open DRM failed (Operation not permitted)
libGL error: reverting to (slow) indirect rendering
libGL error: open DRM failed (Operation not permitted)
libGL error: reverting to (slow) indirect rendering
fixme:ole:MSFT_ReadValue BSTR length = -1?
fixme:ole:MSFT_ReadValue BSTR length = -1?
fixme:ole:ITypeInfo_fnRelease destroy child objects
libGL error: open DRM failed (Operation not permitted)
libGL error: reverting to (slow) indirect rendering
libGL error: open DRM failed (Operation not permitted)
libGL error: reverting to (sl...
2003 Nov 27
1
Winword keeps on running Configuration Setup
...mpl. only)
fixme:advapi:SetThreadToken ((nil), (nil)): stub (NT impl. only)
fixme:advapi:SetThreadToken ((nil), 0xc0): stub (NT impl. only)
fixme:powermgnt:SetThreadExecutionState (0x80000000): stub, harmless.
fixme:advapi:SetThreadToken ((nil), (nil)): stub (NT impl. only)
fixme:ole:MSFT_ReadValue BSTR length = 0?
fixme:ole:MSFT_ReadValue BSTR length = 0?
fixme:ole:MSFT_ReadValue BSTR length = 0?
fixme:ole:MSFT_ReadValue BSTR length = -1?
fixme:ole:MSFT_ReadValue BSTR length = 0?
fixme:ole:MSFT_ReadValue BSTR length = 0?
fixme:ole:MSFT_ReadValue BSTR length = 0?
err:x11drv:X11DRV_CreateWindow inv...
2006 Jun 20
1
DAO 3.5 and OLEAUT32.DLL troubles...
...nch a query that uses some expressions (ie: "SELECT
Format(...) FROM Customers") the query fails, lamenting that the
function doesn't exist...
(A note that can help: Dao uses VBAR332.DLL or Expsrv.dll module to
evaluate expressions)
The console log says:
----
fixme:ole:MSFT_ReadValue BSTR length = -1?
fixme:ole:MSFT_ReadValue BSTR length = -1?
----
Replacing the builtin OLEAUT32.DLL with the native DLL everything works
ok.
Is this a known bug or should I post it in the Bugzilla?
bye!
Paolo
This is an extract of the procedure that causes the problem:
procedure TForm1.Button1Cl...
2008 May 11
3
converting a RSTRING to an OLESTR
Hi,
I was going to modify the TaskScheduler#save method to take an optional
file name. But, I need to convert a Ruby string to an OLE string. I
thought I could use this:
http://msdn.microsoft.com/en-us/library/ms692615(VS.85).aspx
But, it only appears to accept literal string constants.
Any other suggestions?
Thanks,
Dan
2006 Aug 20
1
jstrip installs fine, but errors when trying to run.
...p.exe.manifest") stub
fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Program
Files\\jStrip\\jstrip.chm") stub
fixme:shell:IPersistFile_fnGetCurFile (0x7fd6fce0)
fixme:shell:IPersistFile_fnGetCurFile (0x7fd6fcf0)
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:MSFT_ReadValue BSTR length = -1?
fixme:ole:MSFT_ReadValue BSTR length = -1?
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:DllRegisterServer not implemented (olepro32.dll)
fixme:ole:ITypeInfo_fnRelease destroy child objects
running it after installation, did not go well, here is the output:
elw@magnet...
2004 Oct 09
1
wine blocks my CPU
...he PC slows down
?fixme:shell:Stream_WriteLocationInfo?writing?empty?location?info
?fixme:ole:OLEPRO32_DllRegisterServer?not?implemented?(olepro32.dll)
?fixme:ole:RegisterTypeLib?Registering?non-oleautomation?interface!
?fixme:ole:ITypeInfo_fnRelease?destroy?child?objects
?fixme:ole:MSFT_ReadValue?BSTR?length?=?-1?
What is the reason?
My be a missing driver OLEPRO32_Dll ? I had downloaded this driver into the
folder ~/.wine/drive_c/windows/system
where I found many other .dll-files but nevertheles the following errors came:
fixme:shell:Stream_WriteLocationInfo writing empty location info
fixm...
2010 Jul 31
2
getElementsByName
static HRESULT WINAPI HTMLDocument3_getElementsByName(IHTMLDocument3 *iface, BSTR v,
IHTMLElementCollection **ppelColl)
{
HTMLDocument *This = HTMLDOC3_THIS(iface);
FIXME("(%p)->(%s %p)\n", This, debugstr_w(v), ppelColl);
return E_NOTIMPL;
}
I'm trying to use an application that has an embedded I...
2005 Dec 12
0
Real time in ARM - please help
...ttings? FIXED_POINT is already defined in all relevant
files. My source code is patterned after sampleenc and I haven't tried using
Ogg.. my source code is attached below in case anyone's interested. I
wonder what I'm doing wrong.. Appreciate any help, thanks a lot.
Mon
int PCMToSpx (BSTR FileOpen, BSTR FileSave, bool VAD, short BitRateChoice)
{
__int8 Speex [6];
__int16 SamplingRate = 8000;
__int8 BitsPerSampleX8 = 2 /* ie 2*8=16-bit */, NumBytes /*aka nBytes or
nbBytes */;
FILE *fin, *fout;
void *state;
int FrameSize, NumFrames = 0;
int BitRate, temp;...
2015 Jun 03
2
Problem with shared library and lapack under windows
Hi all,
I have a C function, say Cfun, that calls Lapack's DGEMM routine and I need
to create a shared library to use Cfun inside R. The C file is the following
#include<stdio.h>
#include<R.h>
#include<R_ext/Lapack.h>
void Cfun(double *res, double *X, int *n, int *q)
{
char *ptr_TRANSA, TRANSA='T', *ptr_TRANSB, TRANSB='N';
ptr_TRANSA=&TRANSA;
2005 Jan 05
1
many fixme errors
...:TIME_GetTZAsStr Can't match system time zone name "CET"
to an entry in TZ_INFO
2 fixme:ntdll:TIME_GetTZAsStr Please add appropriate entry to TZ_INFO
and submit as patch to wine-patches
986 fixme:ole:ITypeInfo_fnRelease destroy child objects
4 fixme:ole:MSFT_ReadValue BSTR length = -1?
1 fixme:ole:OLEPRO32_DllRegisterServer not implemented (olepro32.dll)
76 fixme:ole:RegisterTypeLib Registering non-oleautomation interface!
1 fixme:ole:SLTG_ProcessDispatch memh.cbExtra is 552
1 fixme:ole:SLTG_ProcessDispatch memh.cbExtra is 982
2 fixme:ol...
2016 Nov 25
0
Wine release 1.9.24
...casting a COM object to an interface.
mshtml: Avoid a cast from a COM object to an interface.
Mingcong Bai (1):
po: Update Simplified Chinese translation.
Nikolay Sivov (26):
include: Add d3dx11 error codes.
d3dx11: Implement async data loader interfaces.
mshtml: Fix BSTR leak in SetReferrerWithPolicy() (Valgrind).
mshtml: Fix some IUri leaks (Valgrind).
mshtml: Fix outer window url leak (Valgrind).
mshtml: Fix uri builder leak on nsIFileURL release (Valgrind).
mshtml/tests: Fix some BSTR leaks in various tests (Valgrind).
ieframe/tests...
2013 Mar 15
0
Wine release 1.5.26
...user32: Add a stub implementation of UserHandleGrantAccess.
dnsapi: Increase maximum packet size.
winhttp: Implement WINHTTP_OPTION_CONNECTION_INFO.
Huw Davies (1):
usp10: Don't read past the end of the context_type array.
Jacek Caban (38):
jscript: Added jsstr_substr helper and use it in String object implementation.
jscript: Use jsstr_substr in jsregexp.c where possible.
wininet: Use secure variable instead of ssl_s handle in a few more places.
jscript: Added jsstr_flush helper and use it in array_join.
jscript: Use jsstr_flush in Error...
2015 Mar 25
4
F77_CALL/NAME problem
Dear R-devel,
I am trying to use Fortran DGESV subroutine into C. Here it is the relevant
part of the C file I am currently writing
#include<stdio.h>
#include<R.h>
#include<Rmath.h>
#include<math.h>
void F77_NAME(DGESV)( int*, int*, double*, int*, int*, double*, int*, int*);
void solve( int *p, double *A, double *Ainv)
{
...
F77_CALL(DGESV)(p, p, Ain, p, ipiv,
2006 Mar 02
1
Some progress with solidworks...
...-00c04fb6bfc4} could be created for for context
0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID
{7b8a2d94-0ac9-11d1-896c-00c04fb6bfc4}, hres is 0x80040154
fixme:storage:StgCreateDocfile Transacted mode not implemented.
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:MSFT_ReadValue BSTR length = -1?
fixme:ole:MSFT_ReadValue BSTR length = -1?
fixme:storage:StorageImpl_Commit (0): stub!
fixme:ole:ItemMonikerImpl_Construct lpszDelim is NULL. Using empty
string which is possibly wrong.
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!
err:ole:ITypeInfo_fnInvoke did no...
2012 May 11
0
Wine release 1.5.4
...list.
----------------------------------------------------------------
Bugs fixed in 1.5.4:
5253 Starcraft/Diablo/Battle.net crashes from font metrics problem
5703 SpartanDemo crashes
6775 Sony CD Architect 5.2 crashes on startup (msxml domdoc_createTextNode should access/treat input BSTR data as wide-character string)
9665 Kings Quest 8 "Mask of eternity" crashes at startup
12623 yBook: doesn't display page textures
14717 resampled sound is horrible
15508 Risk II crash while loading the game
17306 GTA2 Menu Discoloured and Unresponsive
17443 Launchp...
2010 Mar 19
0
Wine release 1.1.41
...ion of VB6 string comparison bug 14703
----------------------------------------------------------------
Changes since 1.1.40:
Alexandre Julliard (17):
krnl386.exe: Preload gdi and user when thunks are being used.
makefiles: Don't recurse for the testclean target.
kernel32: Abstract the key creation routine and move the key existence check to the top-level function.
makedep: Append the separator if not found in an existing makefile.
makedep: Output source dependency for bison files needed for parallel makes.
makefiles: Remove the no longer needed explicit...
2005 Feb 04
1
Microsoft RTC Client SDK with Asterisk
I'm using the the Microsoft Real-Time Communications Client API SDK
using Visual Studio 6 and . NET 2003 SE to make SIP calls. Using the
examples provided I can make unregistered SIP calls fine, however I am
having trouble registering with Asterisk.
I have to produce an XML Profile to use when registering with a
registrar. The one I use is...
<provision
2016 Jan 09
0
Wine release 1.9.1
...(2):
ole32: Remove a no longer used constant.
Update copyright info for 2016.
Alistair Leslie-Hughes (2):
d3dx9: Add D3DXConvertMeshSubsetToSingleStrip stub.
d3dx9/tests: Add D3DXSaveSurfaceToFileInMemory DDS header tests.
Andrew Eikum (1):
oleaut32: Don't clear BSTR size.
Andrey Gusev (1):
wine.inf: Fix LanguagePack entry.
Andr? Hentschel (4):
winebuild: Detect armv* toolchains.
winegcc: Sync toolchain detection with winebuild.
configure: Get rid of the prog parameter in WINE_CHECK_MINGW_PROG.
configure: Detect MinGW-w64 Clang c...
2006 Jan 30
1
Failure to install ComfyWare
...t object doesn't expose interface
{be6115a1-7de5-48dc-ad2a-25060e00fce2}, failing with error 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
fixme:ole:DllRegisterServer not implemented (olepro32.dll)
fixme:ole:MSFT_ReadValue BSTR length = -1?
fixme:ole:MSFT_ReadValue BSTR length = -1?
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fc9ef84,0x7fc9ef88), stub!
wine: Unhandled page fault on read access to 0xbff70000 at address 0x402321
(thread 003c), starting debugger...
err:seh:start_debugger Couldn't start debugger ("win...