search for: workaday

Displaying 2 results from an estimated 2 matches for "workaday".

Did you mean: workably
2009 Mar 01
0
Java crashes in wined3d.dll
I'm trying to run a Java program in Wine on 2 different machines, and on one it crashes when it tries to draw the main window. The crash is in native code called from wined3d.dll. I'm not sure why it needs to use wined3d as it's just displaying an ordinary workaday application window, nothing fancy, but it seems that awt.dll calls d3d9.dll anyway, which then calls wined3d. The machine it fails on uses an Nvidia graphics card (5200 GPU), the one that works uses Intel graphics (Asus Eee netbook). I've tried disabling the Nvidia accelerated driver and it ma...
2008 Mar 15
3
empty array
Hi the list Is it possible to create an empty matrix ? I do not mean an matrix with a single value that is NA (which is not empty) but a real empty one, with length=0. I do not understand why we have length(numeric()), length(factor()) and length(character()) to zero, and length(array()) to one... Any rason for that ? Thanks Christophe