search for: mswin

Displaying 20 results from an estimated 77 matches for "mswin".

Did you mean: swin
2008 Dec 23
1
server won't start!
...''script/server webrick'' to force WEBrick) => Rails 2.1.0 application starting on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server ** Starting Mongrel listening at 0.0.0.0:3000 Exiting C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mon grel/tcphack.rb:12:in `initialize_without_backlog'': Bad file descriptor - bind(2 ) (Errno::EBADF) from C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin 32-60/lib/mongrel/tcphack.rb:12:in `initialize'' from C:/InstantRails/ruby/lib/rub...
2001 Dec 20
2
Any interest in ATLAS-enabled R-1.4.0 for MSWin?
Hi all, I've compiled R-1.4.0 on my NT box with link against ATLAS. It has passed all the Rcmd CHECK that I could run. If there's sufficient interest, I can make the SetupR.exe available (on CRAN?). Just drop me a note if you're interested. Note the following: o I can only connect thru 56K dial-up until Jan. 2, 2002, so unless there's overwhelming demand, I won't attempt
2004 Jul 26
4
app state persistence. text size
...when it''s restarted i''d like it to remember the contents and state (eg line pos in a TextCtrl) of the MDI Children. Any tips on how to easily marshal this sort of thing? Also, the default text size for the contents of controls (ComboBox, Text etc) is quite small on my monitor (MSWIN) - any suggestions on how to adjust this in a fairly portable, general way? good news about msvc-swig. when it''s stable enough i''d be interested in trying to swig some classes. cheers alex
2004 Oct 01
14
wxruby-swig on Windows & possible release
...o you think? Are we far enough along to contemplate a release? Building wxruby-swig on windows is actually going pretty smoothly, but I want to build it with vc++ 7.1 to match the one-click ruby installer (which is also built with vc++ 7.1). But in order to do so I need to make some changes to rakemswin.rb. The main problem I need to correct is the way debug symbols are picked up (the linker option /PDBTYPE no longer exists in vc++ 7). There might be more but I don''t know yet. Anyway, is there any objection to my modifying and checking in rakemswin.rb for vc++ 7.1.? Or, should I leave it...
2008 Apr 19
1
Problem with Active Web Service on InstantRails
...om E:/InstantRails/ruby/lib/ruby/site_ruby/1.8/ action_web_service.rb:3 9 from E:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/ custom_require .rb:27:in `gem_original_require'' ... 22 levels... from E:/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.2- x86-mswin 32/bin/../lib/mongrel/command.rb:212:in `run'' from E:/InstantRails/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.2- x86-mswin 32/bin/mongrel_rails:281 from E:/InstantRails/ruby/bin/mongrel_rails:19:in `load'' from E:/InstantRails/ruby/bin/mongrel_rails:19 does an...
2011 Dec 19
2
wine source code, Bug6971, suse 12.1,kde
Hello all... If should be for another message board, tell me. http://wiki.winehq.org/Bug6971 I'v tried wine 1.3.34, wine 1.3.34_rawinput2, and wine1.3.35. They all have the same bad mouse behavior in Empire Earth I. The effect is this(about for x or y): 12" mouse movement-> 1" on screen Wine changes absolute movement to relative. So, changing the scaling should be the
2004 Jan 04
4
wxRuby Windows installer available for testing
I have a first cut of a windows installer for wxRuby available for testing. It can be downloaded with this URL: http://curthibbs.us/wxruby-mswin-0.2_debug.zip This installer currently assumes that you have installed Ruby from Andy Hunt''s one-click Ruby Installer for Windows, *and* that you have installed it in the default directory (C:\ruby). I still need to figure out how to read the windows registry from the NSIS installer scrip...
2009 Feb 15
4
Compatibility Issues?
I''m running Ruby 1.9.1 (Win32) and I installed the wxruby-1.9.10-x86-mswin32-60 gem. But when I try to run a script with it, I get an error, "This application has failed to start because msvcrt-ruby18.dll was not found." I also get this output: C:/Program Files/Ruby/lib/ruby/gems/1.9.1/gems/wxruby-1.9.10-x86-mswin32-60/lib/wx.rb:12:in `require'': 126:...
2007 Apr 08
3
[LLVMdev] C++ -> C translation problems
Hi All, I am trying to use llvm compiler to translate a non-trivial piece of code from C++ to C. I need this because I need to use part of the code as lib for another project that is strictly C. I am working under MSWin and I have choice to use either BCC or MSVC. After a good deal of tries I found out I had to somewhat massage llc -march=c output to make it *almost* compilable. I have one residual problem I'm unable to overcome :( I reduced the test program to real minimal version: ========================...
2006 Apr 26
8
script/server lighttpd on Windows
Has anyone been able to get script/server to successfully use lighttpd on a Windows box? When I try to start the server I get: PROBLEM: Lighttpd is not available on your system (or not in your path) So then I add "C:\lighttpd\sbin" to the path for the console session, and it still fails with the same error. If anyone has some success with this I sure would like to know. Webrick
2005 Mar 12
1
FW: Watir needs a Win32GUI library
...ild a peice of it ourselves. Perl has a really good Win32-GuiTest library. http://cpan.uwinnipeg.ca/htdocs/Win32-GuiTest/ There is also a Ruby port of this, but it uses Cygwin and appears to have been abandoned. http://raa.ruby-lang.org/project/win32-guitest/ We need something that works with MSWIN. Can you help us? So far we have had some suggestions. One person suggested that we just use the Perl library. Another has suggested that we use AutoIt. But personally i would prefer a Ruby solution. Surely i''m not the only Ruby programmer left on the Windows platform. Do we want to le...
2011 Apr 16
1
far cry 2 current info
Hello all. Suse(11.4) forums referred me here. PC MSwin XP is crashing on almost every loading screen, causing reboots. Tech support says drivers are fault, blah blah blah. [Rolling Eyes] So, I want to install it through wine. I'v not done it before with any mswin game. So, I will doing my reading on the subject. Does anyone have current info on...
2006 Oct 19
1
fixplatform patch
This patch implements a fix that gets rid of a spurious warning on MSVC. This should only affect mswin builds but I figured someone could at least try compiling and making sure it doesn''t affect anything else. Roy -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: fixplatform.rb.patch Url: http://rubyforge.org/pipermail/wxruby-developmen...
2004 Jan 06
2
Debug and Release builds of the wxRuby Windows Installer
...version 1.8.0). In the start menu I create a wxRuby group with shortcuts to run the sample apps and to display "wxRuby Help" (which is just a freshly updated version of the "Poor man''s doc of wxRuby"). The links to these installers are: http://curthibbs.us/wxruby-mswin-0.2_debug.zip http://curthibbs.us/wxruby-mswin-0.2_release.zip Please let me know if you find any problems so I can fix them before these are posted to RubyForge as part of our official 0.2 release. Thanks, Curt
2003 Oct 16
0
Is wins.dat supposed to list all LMB, or just the DMB?
My network looks like this: internet 192.168.0.0/24 router ----+----+----+----- internal 192.168.5.0/24 | | | router ----+-----+------+- LNB--->mswin | | (also a | | | client | | samba | | .... | | server) | | samba | | samba LNB---->linux samba | linux WINS linux mswin...
2007 Oct 05
2
Mongrel PID file permissions
...r/group, but their permissions is 0666. Is that normal ? Shouldn''t it be something like 0664 ? Just curious to know if I''m wrong. Configurator has this (line 77): # Writes the PID file but only if we''re on windows. def write_pid_file if RUBY_PLATFORM !~ /mswin/ log "Writing PID file to #{@pid_file}" open(@pid_file,"w") {|f| f.write(Process.pid) } end end The comment''s wrong, and we probably need a File.chmod call there somewhere. Should I submit a patch ? Thanks ! -- Fran?ois Beausoleil http://bl...
2003 Oct 21
1
Why doesn't my wins.dat list all the LMBs?
My network looks like this: internet 192.168.0.0/24 router ----+----+----+----- internal 192.168.5.0/24 | | | router ----+-----+------+- LNB--->mswin | | (also a | | | client | | samba | | .... | | server) | | samba | | samba LNB---->linux samba | linux WINS linux mswin...
2006 Dec 03
3
tag and release 0.0.38
...people to use GC.disable for the time being if that avoids the problem. After all, it''s not meant for production use yet. This would make other recent bugfixes and enhancements available. Plus having a binary build out there might help isolate where the crasher bug is being trigger on mswin by getting more eyes on it. The main things I''d want to get in before tagging: - exception handling in html sample - htmlhelpcontroller sample - TreeCtrl#traverse method Thoughts? alex
2013 May 06
1
Is it possible to make Samba4 use an external LDAP server for authN, and its own internal LDAP server for all other LDAP purposes?
My company uses 389-ds for its LDAP service, and all services are configured to use that LDAP for authentication. I'd like to start using Samba4 as an AD DC, in order to control/manage MsWin computers. It was simplest to me to install Samba4 configured to use its own internal LDAP server, rather than make it use my existing 389-ds LDAP server. However, I want Samba4 to authenticate to the 389-ds, since that is where the user passwords are, and: a) I don't know how to extract the...
2006 Jan 18
1
ADS valid users can't map a share to 3.0.21
I've got samba v3.0.21 on server 'RELIANT' with security=ADS I want MsWin XP clients, that have logged into Microsoft AD domain 'MYDOMAIN' to be able to map a drive to 'RELIANT', and to do so without having to authenticate again. I haven't been able to do so. Here's what happens: the XP client doesn't prompt for authentication (whic...