similar to: win32-mmap test suite

Displaying 20 results from an estimated 2000 matches similar to: "win32-mmap test suite"

2008 Apr 25
4
win32-mmap test failures
Hi all, This is odd. It looks to me like we have all 4 variations of memcpy set in Windows::MSVCRT::Buffer but somehow this one creeps up. I actually noticed it in a few cases with that earlier mmap sub/replace example, but I wasn''t sure what was happening. Note that windows-api 0.2.3 and windows-pr-0.8.3 are the latest versions in CVS, but this happens with windows-api-0.2.2 and
2007 Oct 21
0
Taking a stab at a pure Ruby Dir.glob
Hi all, Here''s what I''ve come up with so far for a pure Ruby Dir.glob for MS Windows. It almost works. The problem right now is the [] notation, which I''m not translating properly into a regex. I haven''t started on the ''**'' notation yet either, but I figure that''s more of a control flow issue. Feel free to disagree with me and/or
2004 Feb 01
2
test_services test case
While working on win32-service-0.3.0 I got hung up trying to resolve that "RPC server is unavailable" error message that was popping up on some systems. I couldn''t duplicate this on my XP Pro box, but it does show up on my Win2k box. Quick review - this is the test case from tc_service.rb def test_services assert_nothing_raised{ Service.services{ } }
2004 Aug 06
1
everything is running, no source
I do that from the local box...it asks me what application to use to open it, i select xmms from within linux (same box the server is running) and it takes FOR EVER to buffer only 32kb....took about 5 minutes to get up there and when it did, i didn't hear anything. I'm sending it a .cda playing from a cd on the computer next to it. could that be a problem? If i try to connect to
2005 Feb 14
8
DONT_RESOLVE_DLL_REFERENCES info
For future reference, it looks like we should avoid DONT_RESOLVE_DLL_REFERENCES in any extensions. http://weblogs.asp.net/oldnewthing/archive/2005/02/14/372266.aspx Regards, Dan
2005 Feb 28
3
test/unit error report for win32-service
Dan, I am assuming that the version in CVS is the most current one. Report follows. -- shanko ------------------------------------------------------ C:\win32utils\win32-service\test>ruby tc_service.rb This test will stop and start your Clipboard service, as well as pause and resume your Schedule service. This is harmless unless you are actually using these services at the moment you
2006 Apr 13
0
Globalize not with Rails 1.1.2
Does anybody have the latest Globalize (r184) working with Rails 1.1.2? I can''t seem to get a very simple example to work: ----- ruby test/unit/news_item_test.rb Loaded suite test/unit/news_item_test Started F. Finished in 0.10109 seconds. 1) Failure: test_add_content_translations(NewsItemTest) [test/unit/news_item_test.rb:49]: <"US Title"> expected but was
2009 Jun 19
2
Winedevice.exe has caused a serious problem and Flash 8
The program winedevice.exe has caused a serious problem and needs to close. We are sorry for the inconvience. I'm running Macromedia Flash 8 when this error occurs. I'm also unable to run the "Uninstall Wine Software" program. When I click it, nothing happens. This happens with wine 1.1.22 and 1.1.23. Any ideas? Thx! [Image:
2004 Jan 19
3
configuration to Grandstream via tftp
Hi, Anyone know how to set up tftp server for grandstream. I gues it should be somethink like <tftpserver-dir> <mac-address> firmware.bin config.txt Is this correct ? And how should the config-file look like. ? I had search sipphone.com but did'nt find anything. /HHA _________________________________________________________________ Rethink your
2008 Oct 29
2
Getting a new app added to the AppDB?
Hi, Have looked at all the FAQ's, searched here on the Forums, etc., and can't seem to find out how you actually get in touch with any of the App Maintainers, (if you're not one yourself) to start getting a new app, (in this case, Fallout 3, which just came out yesterday and I'm trying to start to futz with, so really would appreciate a location where folks might be able to
2004 Feb 26
2
Trivial API question
I know - I like to futz. I''m thinking of changing the way I pass optional arguments. This is from EventLog: # Write an event to the event log # Current way el.report_event( "source" => "foo", "category" => 0x2, "event_id" => 0x3, "data" => "Warning! Danger Will Robinson!", "type"
2004 Mar 01
0
RE: win32etc test failure
Yep, I agree. Well, what would you prefer? I handle it for you or you handle it yourself? I''m tempted to go with the former because, well, it''s been there for a while now. I can even use strtok to detect if ''\\\\'' is at the beginning of the string and add them only if not found. I''ll have to take a look at delete user - it worked for add_user,
2004 Mar 01
0
RE: win32etc test failure
Ok - time for me to patch and update the docs! Thanks for the testing! Dan -----Original Message----- From: Date, Shashank [Non-Employee] [mailto:Shashank.Date@mail.sprint.com] Sent: Monday, March 01, 2004 10:02 AM To: Berger, Daniel Subject: RE: win32etc test failure I like your approach better: allow me to be lazy (so I am not _forced_ to give it) but forgive me if I do ;-) It worked
2004 Mar 01
0
RE: win32etc test failure
For delete_user, try this patch: etc.c, line 639: - lpHost = (LPCWSTR)STR2CSTR(rbHost); +lpHost = AllocWideLString(rbHost); Lemme know how it goes. Dan -----Original Message----- From: win32utils-devel-bounces@rubyforge.org [mailto:win32utils-devel-bounces@rubyforge.org] On Behalf Of win32utils-devel@rubyforge.org Sent: Monday, March 01, 2004 10:02 AM To: Date, Shashank [Non-Employee] Cc:
2006 Sep 20
2
Flac metadata at end?
On Wednesday 20 September 8:56 pm, Alex Jones wrote: > I think the consequences outweigh the benefits. Having metadata at the > beginning of the file serves as metadata and gives you important > information such as expected stream length. Pushing this to the back for > the sake of making tag updates quicker seems a bit of a bad move to me - > how often do you re-tag your files?
2004 Mar 01
0
RE: win32etc test failure
Excellent! Like I said, I really need to do some code cleanup. I''ll also be adding the config_group and config_user methods :) Dan -----Original Message----- From: Date, Shashank [Non-Employee] [mailto:Shashank.Date@mail.sprint.com] Sent: Monday, March 01, 2004 10:19 AM To: Berger, Daniel Subject: RE: [Win32utils-devel] RE: win32etc test failure That worked ! Now everything is
2004 Nov 04
2
0.5.1 release?
A while back there was some discussion of a wxRuby 0.5.1 release that would have the XRC fixes. Any ideas of when that might become available, or what the current status is? Thanks! Marshall
2006 Mar 06
6
rails app in professional development environment
I''ve been working on my rails app which will be a web app that i want to launch as a business. Being new to rails i''m wondering what professional web app developers do for their development environment. Right now i''m developing and testing on my laptop. I think i''ve gotten far enough along where i want to put it up on a hosting machine to develop further,
2003 Dec 09
0
JP's new online golf store
JP's Golf is a independent golf retail outlet servicing the United States. We opened our doors in 1981 in Parsons Kansas. With this sort of experience, you can be sure that looking after our customers is our primary concern. As specialist golf retailers we offer customers the chance to buy the widest selection of golf equipment under one roof. www.jpgolf.com With a choice of golf's top
2004 Aug 19
0
JP's Golf Online
Year end blowout sales on all products. www.jpgolf.com All major manufacturers of clubs, balls, and bags. www.jpgolf.com _______________________________________________________________________ Powered by List Builder To unsubscribe follow the link: http://lb.bcentral.com/ex/sp?c=18568&s=44F0949D7D16C947&m=10