similar to: Microstation files read only

Displaying 20 results from an estimated 90000 matches similar to: "Microstation files read only"

2008 May 25
3
Any good cad program?
So far i've only got a9cad to work.I tried progecad which is supposed to work,but by launcinh the exe,i get the wine console error.I also tried the edrawings viewer but same thing,and then i hear about the read-only bug of microstation 8. Is there any good choice for cad applications as far as wine is concerned?
2001 Mar 21
1
AutoCAD 14 with wine... anyone have any luck with this?
It looks bad from the (possibly outdated) list on the winehq web site. I am also extremely interested in running r14 on Wine or possibly some other emulator. Any suggestions other than WINE??? Hahn Rossman Alki Foundry The Spectre wrote: > > All my CAD software is windows based, i would like to try it in Linux, > but from my initial research it doesn't look good. > > I have
2004 May 26
0
setting files read-only form right click windows properties dialog
Hi all, hope this has not been asked and answered, I can not seem to set the read-only flag when I right click on a file and select properties from in Windows XP. It look like it work but if I go back in it is unchecked. I have the same issue weather I am the owner of the file or not. I am using Fedora Core 1 with Samba 3.0.2 ( the one from the care install with all updates applied) I am using
2005 Mar 23
2
FXListBox size behavior?
The default behavior of FXListBox seems to be to grow and shrink in width depending on the length of the selected entry in the list. This is a problem when the list contains items of varying width, because if a short item is picked then the longer entries are obscured in the drop-down list. Is this deliberate, an oversight, or a bug? Its certainly not how I''d choose it to act. Is
2002 Nov 13
0
problems with read.ssd in foreign
I'm trying to read in a sas system file (.sas7bdat) created under SAS 8.2 using read.ssd as follows: > library(foreign) > libname <- "c:/sasuser/consult/" > sascmd <- "c:/Program\ Files/SAS\ Institute/SAS/V8/sas.exe" > subset <- read.ssd(libname, "subset", sascmd=sascmd) SAS failed. SAS program at c:\windows\TEMP\Rtmp6673\file24544.sas a
2005 Feb 18
5
FXTable segfaults after multiple setTableSize calls
When I empty and refill an FXTable multiple times with a large data set (10,000 rows x 1 column in the example below, around 1000 rows x 6 columns in a more complicated app), the application eventually fails with a segmentation fault. The number of repetitions required to produce the segfault is rather random, ranging from just a couple reps to 15 or 20 in some trials. The program disappears
2006 Oct 31
0
6409296 cpu microstate accounting is innacurate owing to incorrect interrupt accounting
Author: jhaslam Repository: /hg/zfs-crypto/gate Revision: d3829b51394c8f722802846515e729e8e7528562 Log message: 6409296 cpu microstate accounting is innacurate owing to incorrect interrupt accounting Files: update: usr/src/uts/i86pc/ml/interrupt.s update: usr/src/uts/i86pc/os/intr.c
2004 Apr 23
1
Viewing Properties of file marks it Read-Only?
I've got CIFS/9000 (rebadged SAMBA 2.2.3a) running under HP-UX 11.11 using the below configuration. If I use Windows Explorer to right-click on any file (in the SAMBA Share) and view its Properties, the Unix privileges get changed from "-rwxrwxr-x" to "-rwxr--r--" essentially making it Read-Only!! Even if I don't change anything and click CANCEL on the dialogue box?
2024 Jan 30
0
chrome/chromium crashing on CS9
Is anyone else seeing Chrome/Chromium crash on on CS9? It's unusable for me, crashes on loading any web page. Most coredumps seem corrupted. The most usable I've seen is this: Core was generated by `/usr/lib64/chromium-browser/chromium-browser --type=renderer --crashpad-handler'. Program terminated with signal SIGSEGV, Segmentation fault. warning: Section `.reg-xstate/3' in
2005 Feb 18
2
Fixed column widths in FXTable?
Is there a way to make an FXTable''s column widths (and row heights) unchangeable by the user? By experimentation it looks to me like leaving out TABLE_COL_SIZABLE and TABLE_ROW_SIZABLE from the options field in FXTable.new() has no effect. I can still drag the intersection between two column heading buttons to change the column width. The code I''m using to test this is
2003 Oct 03
3
openoffice port build on FreeBSD 4.9
I am very new to FreeBSD and Unix in general. I may have more problems than I think, but here goes. I am trying to make depend && install WITH_BSD_JDK=TRUE clean with openoffice. Everything works fine until I get to the jvm section (seen below). I have tried looking for this on the net, but I have not been to successful in finding a solution. Thanks for your help. Stephen
2004 Sep 10
1
altivec lpc_restore_signal
I've had this a long time but haven't submitted it yet. I've tried to mirror the ia32 setup, so there should be a new subdirectory src/libFLAC/ppc . The first two attachments go there. The third is a context diff for src/libFLAC/Makefile.am . I have some more modified files, which I figured I'd submit after the above are checked in and working for somebody other than me. If you
2015 Jan 20
0
Problem with Cisco Phones
Apparently this is a known problem past v8 firmware: http://kaa.kiev.ua/blog/asterisk-and-cisco-7945g-after-sip-firmware-update-version-9/ On Tue, Jan 20, 2015 at 11:16 AM, Jordan Cook - Gyron Networks < jordan.cook at gyron.net> wrote: > > Next step is packet capture to see if there is a clue as to the cause of > the > > failure in the SIP signalling. > > Right, I
2006 Jun 15
4
linux_set_kernel_oplock: Refused oplock on file. F_SETLEASE semantic problem ?
(Samba 3.0.21c / kernel 2.4.27 / Debian Sarge) Hello, One of my user open a file (located on a SAMBA server) in its application, and when he tries to save it, he gets a "share violation" error. (other people have this problem too). This error happens since I upgraded the SAMBA server from 3.0.14a to 3.0.21c. smbstatus for this file: 32613 DENY_WRITE 0x20089 RDONLY
2010 Aug 17
1
replace loops with matrix
Hey, R users I am using?numerical method for my research paper and the computation burden is very heavy. first I tried to do it with loops, example code as following, and it take hours to converge for only 200 obs. and my real data has 4000 obs. and the optimization command that I use is: optim(guess,myfunc1,data=mydata, method="BFGS",hessian=T)) then I tried matrix
2012 Nov 17
1
Strange problem with reading a pipe delimited file
I am trying to read in a pipe delimited file that has rows with varying number of columns, here is my sample data: A|B|C|D A|B|C|D|E|F A|B|C|D|E A|B|C|D|E|F|G|H|I A|B|C|D A|B|C|D|E|F|G|H|I|J You can see line 6 has 10 columns. Yet, I can't explain why R does like so: > test <- read.delim("mypaths4.txt", sep="|", quote=NULL, header=F,
2005 May 11
0
Failure at "request for second install disk"
I've been trying to install a CAD program called MicroStation that can install to either Win95, NT or DOS. I had recently established a config file that allowed Half-Life to run on my machine, so I thought this program could run with the same config. Nevertheless, with or without the config file the first disk happily copies all its files to its destination. At the point were I expect
2015 Aug 25
0
sprintf error: "only 100 arguments allowed"
From the sources: #define MAXNARGS 100 /* ^^^ not entirely arbitrary, but strongly linked to allowing %$1 to %$99 !*/ On 22/08/2015 04:21, Martin Bel wrote: > I'm trying to apply a function defined in the VW R docs, that attemps to > convert a data.table object to Vowpal Wabbit format. In the process i'm > getting the error in printf mentioned in the subject.
2011 Jan 18
2
help with read.table.ffdf parameters
Hello fellow R users, I am trying to read a 6.9 million row text file with 26 columns separated by spaces into R using ff. When I specify a small number for first.rows, next.rows and nrows it is read with no issue. However, when I try to specify larger next.rows values and no nrows parameter to read the entire file, I keep getting errors. Please see code below. I am trying to this on a m1.large
2009 Nov 08
1
Summary methods
I've defined the following for objects of a class called jml summary.jml <- function(object, ...){ tab <- cbind(Estimate = coef(object), StdError = object$se, Infit = object$Infit, Outfit = object$Outfit) res <- list(call = object$call, coefficients = tab, N = nrow(object$Data), iter = object$Iterations) class(res) <- "summary.jml" res }