search for: clsctx_inproc_server

Displaying 11 results from an estimated 11 matches for "clsctx_inproc_server".

2004 Jun 26
8
getting started
I am giving serious consideration to abandoning waveOut multimedia and the wav format, for most of the audio in my C++/MFC project. However, I've never done any programming with a codec, and I still can't see how to step into Ogg Vorbis. If I convert all my wav files to ogg, there seem to be two major issues I'm facing: 1) What exactly will I replace my waveOut functions with? 2)
2004 Jun 26
8
getting started
I am giving serious consideration to abandoning waveOut multimedia and the wav format, for most of the audio in my C++/MFC project. However, I've never done any programming with a codec, and I still can't see how to step into Ogg Vorbis. If I convert all my wav files to ogg, there seem to be two major issues I'm facing: 1) What exactly will I replace my waveOut functions with? 2)
2012 Mar 17
4
Help me patch wine
Ok, Im following this tutorial: http://ace-client.net/viewtopic.php?f=26&t=34 But when I try to apply patch I get this: > [jan at janpc Games]$ patch -p1 <'/home/jan/Games/wine-1.3.36/winepatch.patch' > can't find file to patch at input line 11 > Perhaps you used the wrong -p or --strip option? > The text leading up to this was: > --------------------------
2008 Jun 04
2
Win32-ole start
...SIDFromString(multi_to_wide(server, CP_UTF8), clsid) if FAILED(hr) raise Error, "unknown OLE server ''#{server}''" end end # Fails here hr = CoCreateInstance( clsid, nil, CLSCTX_INPROC_SERVER | CLSCTX_LOCAL_SERVER, IID_IDispatch, dispatch ) if FAILED(hr) raise Error, "failed to create OLE object from ''#{server}''" end end end end if $0 == __FILE__ include Win32 excel = OLE.new(...
2004 Sep 21
1
win32-shortcut problems
Hi all, I''ve started porting the Win32::Shortcut Perl module over to Ruby. I''ve done some initial work and committed it to CVS (look under win32utils - I goofed and made a toplevel dir as well - it''s empty). Anyway, everything compiles fine, but when I do "s = Shortcut.new" I get a weird error: test.rb:11:in `initialize'': undefined method
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
2007 Mar 16
0
Wine release 0.9.33
...UIPromptForCredentials is optional. wininet: Always make copies of strings passed to INTERNET_SendCallback. kernel32: Implement CallNamedPipeW. credui: Fix a missing ":" in the credential dialog domain name text box. ole32: OleLoad should call CoCreateInstance with CLSCTX_INPROC_SERVER as well as CLSCTX_INPROC_HANDLER. ole32: Compare the class contexts in COM_GetRegisteredClassObject. secur32: NTLM - don't copy more data from User, Domain and Password secur32: NTLM - don't bother nul terminating the password string as nothing relies on it being nul termi...
2004 Jul 31
3
Bug in new_work_item
Hi all, Windows 2000 Ruby 1.8.2 R7 VC++ 6.0 I noticed that if I try to call new_work_item and give the task a name that already exists, I get a segfault: C:\eclipse\workspace\win32-taskscheduler>ruby test.rb "0.1.0" test.rb:22:in `new_work_item'': NewWorkItem() function failed (Win32::TaskSchedul erError) from test.rb:22 test.rb:22: [BUG] Segmentation fault ruby
2013 Mar 01
0
Wine release 1.5.25
...fore year 1600. hlink: Call BindToObject with IID_IUnknown in IHlink_fnNavigate. hlink: Return value returned by IHlinkTarget_Navigate in IHlink_fnNavigate. hlink: Added basic Hlink::Navigate tests. ole32: Added more OleCreateDefaultHandler tests. ole32: Don't pass CLSCTX_INPROC_SERVER and CLSCTX_INPROC_HANDLER flags to CoCreateInstance in DefaultHandler_Run. cmd: Fixed memory leak in WCMD_run_program. msvcrt: Fixed closing of FindFirstFile handle in build_expanded_argv. Rico Sch?ller (2): d3d9/tests: Use lower base hexadecimal values. d3dx9: Fix typos....
2012 Mar 30
0
Wine release 1.5.1
...ent IHTMLSyle::fontSize property. mshtml: Use proper helpers in IHTMLStyle::color implementation. mshtml: Use proper helpers in IHTMLStyle::backgroundColor implementation. mshtml: Use better helper in IHTMLStyle::get_width implementation. J?zef Kucia (7): dinput8/tests: Use CLSCTX_INPROC_SERVER instead of a magic number. d3dx9/tests: Test the DDS support in the D3DXGetImageInfo functions. d3dx9: Forward D3DXCreateCubeTextureFromFileInMemory to D3DXCreateCubeTextureFromFileInMemoryEx. d3dx9: Add stubs for D3DXCreateVolumeTextureFromFileInMemory functions. d3dx9/test...
2009 Dec 04
0
Wine release 1.1.34
...Caban (73): mshtml: Added IHTMLElement::put_outerHTML implementation. mshtml: Don't use nselem in InsertAdjacentNode implementation. mshtml: Improved IHTMLStyle3::put_zoom stub. urlmon: Don't post notif message if we're in task processing loop. jscript: Use CLSCTX_INPROC_SERVER|CLSCTX_LOCAL_SERVER to create ActiveX object. shdocvw: Check QueryInterface return codes before using its result. mshtml: Check for CATID_SafeForScripting in GUID_CUSTOM_CONFIRMOBJECTSAFETY implementation if IObjectSafety is not available. mshtml: Get rid of no longer needed Gecko...