To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.cadOpen lugnet.cad in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 CAD / *41550 (-20)
  Re: Save the 10183 trains!
 
(...) I must be missing something here--I mean you can go out and buy a really cheap Windows machine or a Mac mini that will run LDD. Money is obviously not a problem--since you state that 5 sets is just a "fair amount of money". To me that is a (...) (18 years ago, 7-Apr-07, to lugnet.trains, lugnet.cad.ldd)
 
  Re: how does a line end?
 
(...) Slight correction - "0x0D 0x0A" And this is kind of my point. The string you pass to printf() has \n only, which is only one byte. Offhand I don't remember if this is because of the Borland libraries, the operating system, or the fact that (...) (18 years ago, 7-Apr-07, to lugnet.cad, FTX)
 
  Re: how does a line end?
 
(...) (For some unknown reason, all my backslashes disappeared in previous message.) /Tore (18 years ago, 7-Apr-07, to lugnet.cad)
 
  Re: how does a line end?
 
(...) 1. I always use alt. b. "printf("Hello, world!n");" But as a self-made hobby programmer not knowing all the tweeks and geeks, I wouldn't be surprised if the interpretation of this may vary from one IDE to another, or if there is an .ini file (...) (18 years ago, 7-Apr-07, to lugnet.cad, FTX)
 
  Re: Save the 10183 trains!
 
(...) Hi Chris, (...) I believe quite a few people have managed to get LDD running under WINE. Since the code was most likely designed from the ground up to work on PCs and Macs it might be emulatable than older versions. --snip-- Tim (18 years ago, 7-Apr-07, to lugnet.trains, lugnet.cad.ldd)
 
  Re: how does a line ends?
 
(...) I've been writing text parsing programs for over 20 years, and have found that the approach I've suggested works very well at detecting line ends in a consistent manner. Counting lines in a file by this method agrees with every compiler and (...) (18 years ago, 7-Apr-07, to lugnet.cad, FTX)
 
  Re: how does a line ends?
 
Travis Cobbs schrieb: (...) It seems that all of you are programming in C. As I am always programming in VB it is much work to implement a new 'Line Input' as VB assume a CRLF at the end of each line. I have just run a little prog against the parts (...) (18 years ago, 7-Apr-07, to lugnet.cad)
 
  Re: Save the 10183 trains!
 
(...) Unfortunately, that won't work for me. My computer (typing on it now) is running 64 bit Ubuntu Linux. I've managed to get MLCad and TrackDesigner running under 32 bit Wine (Windows emulator), since 64 bit Linux is happy to run 32 bit programs. (...) (18 years ago, 7-Apr-07, to lugnet.trains, lugnet.cad.ldd)
 
  Re: how does a line ends?
 
(...) I don't fully agree with this. In the nearly seven years since I released LDView 0.1, I've never once run into an LDraw file that LDView couldn't handle due to line terminations, and it requires the newline character to be present at the end (...) (18 years ago, 7-Apr-07, to lugnet.cad, FTX)
 
  Re: how does a line ends?
 
(...) There was some discussion about this issue recently. Unfortunately, this is not the kind of problem that can be solved by tightening up the spec. The problem is that people use different text editors on different operating systems to create (...) (18 years ago, 6-Apr-07, to lugnet.cad, FTX)
 
  Re: how does a line ends?
 
(...) Hi Mike, This thread ((URL) contains various bits of discussion about the issue. Given that all software works with DOS newlines (cr+lf) and some doesn't work with the other varieties I personally think that cr+lf should be forced on all (...) (18 years ago, 6-Apr-07, to lugnet.cad)
 
  how does a line ends?
 
In the LDraw File Format ((URL) it is written that "LDraw files are plain text." and "Each line in the file is a single command.". Also in the LDraw.org File Format Version 1.0.0 ((URL) there is no more specification. I found some parts that do not (...) (18 years ago, 6-Apr-07, to lugnet.cad)
 
  Re: A question about an animation scene
 
(...) You are not specifying a custom clock value so your spline lasts from frames 1 to 121. You actually want to specify a custom clock value. Something like this: animate_by_spline (east_to_south, auto_banking (0) + spline_clock ( ..... ) )} The (...) (18 years ago, 6-Apr-07, to lugnet.cad.ray)
 
  Re: LDRAW Export Broken?
 
(...) I believe the functionality is there but the mapping isn't. As I posted (URL) here a fortnight ago> you can get it working a bit (very little bit) better using the converted conversion file from LDD 1.6 that I made. Tim (18 years ago, 6-Apr-07, to lugnet.cad.ldd, FTX)
 
  Re: 3D scanning of Lego
 
(...) back, so I've seen firsthand the output from their older-generation machines. He showed me a nut and bolt that were fabricated already assembled. He said the company had demos where they could "print" a 3-D model of a ship inside a bottle, or (...) (18 years ago, 6-Apr-07, to lugnet.cad)
 
  3D scanning of Lego
 
Slashdot readers have probably already seen this, but for the rest of you, there is an article in the New York Times about using a 3d scanner and rapid prototype machine to reproduce LEGO: (URL) (18 years ago, 6-Apr-07, to lugnet.cad, lugnet.mediawatch)
 
  Re: LDRAW Export Broken?
 
(...) Jordan, As I believe it was explained to me the functionallity to import and export LDraw files in LDD 2.0 is not there "Yet". I think there was a timeing conflict between getting the Hobby Train released and its requirement of having LDD 2.0 (...) (18 years ago, 6-Apr-07, to lugnet.cad.ldd)
 
  LDRAW Export Broken?
 
Hello all, I think there may have been some prior discussion on this issue, but I can't recall the answer. I would like to export files from LDD 2.0 to LDRAW using the File -> Export option. But the resulting LDR files only contain a few bricks, not (...) (18 years ago, 6-Apr-07, to lugnet.cad.ldd)
 
  Re: Save the 10183 trains!
 
In lugnet.trains, Reinhard "Ben" Beneke wrote: --snip-- (...) Of course one thing which we have been told does _not_ break the NDA is to release our[1] own instructions in LDraw format or as LDraw generated PDFs. Once people start making (...) (18 years ago, 6-Apr-07, to lugnet.trains, lugnet.cad.ldd)
 
  Re: Save the 10183 trains!
 
(...) Dear Jeroen, all the points you have mentioned are true. We UTB builders have beta tested the LDD and came up with nearly all these wishes as well... (I myself asked basically for LDraw-export/import). In the end I could live with using LDD (...) (18 years ago, 6-Apr-07, to lugnet.trains, lugnet.cad.ldd)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR