Displaying 3 results from an estimated 3 matches for "nted".
Did you mean:
need
2006 Dec 28
0
Trying to run Mechwarrior3
...0,0,0x5098fac,0x3e
b2fb4,0x5098f88): stub
fixme:wave:DSD_CreateSecondaryBuffer (0x1300548,0x507227c,80,0,0x50992c4,0x50
7333c,0x50992a0): stub
fixme:d3d_surface:IWineGDISurfaceImpl_Blt DDBLT_DEPTHFILL needs to be impleme
nted!
fixme:d3d_surface:IWineGDISurfaceImpl_Blt Unsupported flags: 02000000
fixme:d3d_surface:IWineGDISurfaceImpl_Blt DDBLT_DEPTHFILL needs to be impleme
nted!
fixme:d3d_surface:IWineGDISurfaceImpl_Blt Unsupported f...
2000 May 11
1
AW: Problem: permissions for removing a file in a file system mou nted by smbmount
Hi,
thanks for your prompt reply.
Peter Samuelson wrote:
> [Heribert Sch?tz <Heribert.Schuetz@gsi-office.de>]
> > Consider the following case: I mount a share from an NT server on a
> > Linux box, which I then use at the Linux box. I create a file on that
> > partition and remove its write permissions. This happens whithin a
> > directory which does have write
2006 Aug 11
5
Unit tests - NilClass problem
Hi!
Yesterday I started to write my unit tests for the fist time using
rails. I''m using this method:
http://blog.codahale.com/2005/12/23/a-rails-howto-simplify-your-unit-tests/
My customer_test.rb looks like this:
require File.dirname(__FILE__) + ''/../test_helper''
class CustomerTest < Test::Unit::TestCase
fixtures :customers
# Replace this with your real