similar to: enumerating shared printers to the print browse master

Displaying 20 results from an estimated 120 matches similar to: "enumerating shared printers to the print browse master"

2010 Mar 23
0
[LLVMdev] Cygwin llvm-gcc-4.2 regression
Hi, I don't seem to be able to solve this regression with llvm-gcc-4.2 on Cygwin. It is weird as I thought I had checked SVN TOT and had a good build just before the branch was corrected, so am confused. If someone more experienced with debugging could have a look at this, its like a syntax error. I have tried whittling the error down but it just moves. Trying to bisect between r98185 and
2004 Feb 25
5
Wide strings and LPCTSTR types
All, I was experimenting with converting LPCTSTR strings to wide strings with something like this: // Converts a Ruby string to a LPWSTR LPCTSTR AllocWideLString(VALUE rbString){ char* str = STR2CSTR(rbString); int length = (strlen(str)+1) * sizeof(WCHAR); LPCTSTR lpStr = (LPCTSTR)malloc(length); MultiByteToWideChar( CP_ACP, 0, str, strlen(str)+1,
2008 Apr 22
1
HeapAlloc vs. malloc. How does HeapAlloc work?
Hi, I am little bit interested in Wine source code. There is one thing I don't understand. How does HeapAlloc() work? Is it the same behavior as Winapi HeapAlloc()? If so then I have to check NULL value after each calling of this function, don't I? I have found this code in Wine 0.9.57: In dlls/dbghelp/stabs.c function 'static int stabs_new_include(const char* file, unsigned long
2004 Feb 25
1
More on etc and other stuff
I seem to have gotten the bugs worked out of win32-etc. It seems it had to do with using WCHAR vs LPWSTR. Once I used AllocWideLString() vs AllocWideString() everything seemed to work ok. One question I have now is this - should I always use AllocWideLString() instead of casting like (LPCWSTR)STR2CSTR(rbVal); ? It would seem so, but I''m not sure. Also, I''ve committed the
2008 Dec 18
5
how to fix consistent crash if mouse is not contained?
First time trying Wine. Host is Ubuntu 8.10; I installed Wine 1.0.1 from Synaptic. I'm impressed! My wife has a set of "Nancy Drew" games she'd like to play. They install fine, and seem to play, but if the mouse ever goes outside the Wine virtual desktop window, the game crashes and the following Windows-style dialog box is displayed: Code: FastBltNoTrans() - err ret =
2009 Jul 09
3
Re: Install LiveZilla In wine
OK thanks - I see how to do that now. I'm still unable to compile the patched wine. I think the problem is that I'm not sure exactly what the patch should contain. I have tried the below patch but the compile barfs: > > diff --git a/dlls/iphlpapi/iphlpapi_main.c b/dlls/iphlpapi/iphlpapi_main.c > index 547b666..d19bff7 100644 > --- a/dlls/iphlpapi/iphlpapi_main.c > +++
2010 Jun 04
0
How I improved wininet for SSL through a proxy...
I'm trying to get my app to use WinInet to connect to a https url through a proxy. I found that the following patch (my code in bold) to http.c improved wininet.dll.so (based on the 2.1-rc2 code) so that my app can talk to some servers. It still doesn't work if the server returns with a CONTINUE. But not all servers are using this. Thankfully the one server my app really depends on
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
2016 Jul 08
0
Wine release 1.9.14
The Wine development release 1.9.14 is now available. What's new in this release (see below for details): - More Shader Model 5 support in Direct3D. - Some more write support in WebServices. - Performance improvements in GDI. - Some more progress towards the Direct3D command stream. - Various bug fixes. The source is available from the following locations:
2013 Sep 13
0
Wine release 1.7.2
The Wine development release 1.7.2 is now available. What's new in this release (see below for details): - Right-to-left text layout improvements. - NTLM and Negotiate authentication for RPC over HTTP. - More glyphs in the built-in Wingdings font. - Better system tray support in the Mac driver. - Activation context improvements. - Various bug fixes. The source is available from
2012 Mar 30
0
Wine release 1.5.1
The Wine development release 1.5.1 is now available. What's new in this release (see below for details): - Built-in JavaScript now preferred over Gecko in most cases. - Support for scalable font resources. - Fixes for audio and video playback. - Support for script decoding in JScript. - Various bug fixes. The source is available from the following locations:
2017 Mar 31
0
Wine release 2.5
The Wine development release 2.5 is now available. What's new in this release (see below for details): - Support for message-mode named pipes. - Translation of version resources through po files. - Transform feedback support in Direct3D. - Scheduler classes in C++ runtime. - Better scrolling in popup menus. - More improvements to the XML reader. - Various bug fixes. The source
2012 Jun 15
0
Wine release 1.4.1
The Wine maintenance release 1.4.1 is now available. What's new in this release (see below for details): - Translation updates. - Various bug fixes. The source is available from the following locations: http://prdownloads.sourceforge.net/wine/wine-1.4.1.tar.bz2 http://mirrors.ibiblio.org/wine/source/1.4/wine-1.4.1.tar.bz2 Binary packages for various distributions will be available
2007 Jun 01
0
Wine release 0.9.38
This is release 0.9.38 of Wine, a free implementation of Windows on Unix. What's new in this release: - Beginnings of support for copy protection kernel drivers. - More MSI automation support. - Many 64-bit compilation fixes. - A number of OLE fixes. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release is available at the
2002 Sep 06
2
samba domeinlogon
Hi, I'm using Unix now for the last 2 years, so I'm learning everyday new things. Now I'm trying to configure Samba 2.2.5 (on Freebsd 4.4) so that w2k machines can logon to the domain. I added several users to smbpasswd (which are real users on the server. I would like to have "virtual users" which don't have a real account but that's an other problem) In several
2011 May 27
0
Wine release 1.3.21
The Wine development release 1.3.21 is now available. What's new in this release (see below for details): - Support for installation rollbacks in MSI. - 8- and 16-bit bitmap formats in the DIB engine. - Fixes in the XInput2 mouse support. - Better support for text shaping in Uniscribe. - Improvements to the Item common dialog. - More MSVC runtime functions. - Various bug fixes.
2006 Feb 25
3
Enumerating over a Tree by Depth
I have a model using acts_as_tree which is working fine. Being new to Ruby I''m don''t know what enumerator is best to use for traversing a tree by depth. I can write one, but before I do I wanted to know if there is there an enumerator for traversing trees available that the community recommends? Thank you, Jose -- Posted via http://www.ruby-forum.com/.
2006 Sep 06
2
Enumerating all models
Hi, Does anybody know how to enumerate all models (from a controller) ? Thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To
2007 Jan 02
1
enumerating UPSes with upsc (was Re: [Nut-upsuser] SNMP/management front-ends)
On 1/2/07, Eric A. Hall <ehall@ehsco.com> wrote: > I can hack up a Cacti PHP script to monitor UPS state via the upsc client > in the meantime. I'll have to manually enumerate the UPS names associated > with a host target (is there a way to probe for them with upsc now?), but > otherwise it ought to be pretty straightforward scripting. NUT developers, The NUT protocol
2011 Apr 02
0
[LLVMdev] Enumerating machine functions
Hi Lorenzo, > I have a doubt about running passes on machine code. We are > implementing a transformation on machine code that consists in > analyzing a series of functions, extracting some aggregate properties, > and then using the extracted information to optimize each functions. > > I am not familiar with LLVM internals, so I am not sure how to > implement each step. From