To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.cad.devOpen lugnet.cad.dev in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 CAD / Development / *9750 (-20)
  Re: Post-processing huge [POV] text files in Delphi
 
(...) WinScript? POV??? /Tore (For very simple stuff like unconditionally adding a line in the beginning or end of a file, I use the 'Copy' command in DOS.) (22 years ago, 7-Sep-02, to lugnet.cad.dev)
 
  Re: Post-processing huge [POV] text files in Delphi
 
Thanks Roland! I think that's exactly what I was looking for. Sometimes I wish there were a dictionary or cross-reference for people that know what a keyword is named in one programming language. Pressing F1 is a good thing - but only when you know (...) (22 years ago, 7-Sep-02, to lugnet.cad.dev)
 
  Re: Post-processing huge [POV] text files in Delphi
 
(...) Have you considered using `diff` and `patch` to handle this? l3p ... model.pov cp model.pov model-modified.pov $EDITOR model-modified.pov diff -u model.pov model-modified.pov model.patch ... l3p ... model.pov cp model.pov model-modified.pov (...) (22 years ago, 7-Sep-02, to lugnet.cad.dev)
 
  New tool for making minifigs
 
I made a preview of a minifig maker called Ldraw Minifig Factory here (URL) the screenshot I want to know what you all think of it before I code it. Just forgot to let you know all that I just got a laptop an IBM 770z the only problem is that it (...) (22 years ago, 7-Sep-02, to lugnet.cad.dev)
 
  Re: Post-processing huge [POV] text files in Delphi
 
You could use the 'text' type and process the reading and writing line by line manly insteat by using tstringlist, I asume. quick code for quick copy: var infile, outfile: text; line: string; assignfile(infile, 'bigfile.pov'); reset(infile); (...) (22 years ago, 7-Sep-02, to lugnet.cad.dev)
 
  Post-processing huge [POV] text files in Delphi
 
Very often, I have just changed a little detail in a model converted to POV by L3P. Then after I run the model through L3P again, I have to manually set all the modifications not handled by L3P arguments again. I try to make a utility program to fix (...) (22 years ago, 7-Sep-02, to lugnet.cad.dev)
 
  [ANN] LdGLite Launcher .82
 
I have released LdGLite Launcher .82. What is new: The all important ICON! You can now specify the ldglite binary path. The filenames are displayed instead of the paths. LdGLite .95f. (URL) (22 years ago, 7-Sep-02, to lugnet.cad.dev.mac)
 
  LDMC site moved AGAIN. :-)
 
It is official and live: (URL) skippy! If no one cares, I am going to change the name to LDMC -- LDraw Mac Community. I'll slowly redo the site to reflect that it is a community now instead of a campaign. We're a community, right?.... right?..... (...) (22 years ago, 7-Sep-02, to lugnet.cad.dev.mac, lugnet.cad.dev.org.ldraw)  
 
  Re: Delphi and ldraw
 
"Eduardo Vazquez Harte" <eduvazhar@terra.es> skrev i meddelandet news:H1yu3w.AKw@lugnet.com... (...) You can't. Period. Windows doesn't virtualize DOS graphics, only the DOS text screen. (It was possible in OS/2, but there are many other things (...) (22 years ago, 5-Sep-02, to lugnet.cad.dev)
 
  Re: Delphi and ldraw
 
I try 2 ways more I can't do it. (...) (22 years ago, 5-Sep-02, to lugnet.cad.dev)
 
  Re: Delphi and ldraw
 
(...) I don't think you can avoid the full screen with LDRAW. It's a fullscreen DOS program, which means Windows turns over the entire VGA hardware to LDRAW when it's running. If you don't want to use the fullscreen, you'll have to use a program (...) (22 years ago, 5-Sep-02, to lugnet.cad.dev)
 
  Delphi and ldraw
 
How can't I run avoiding ldraw to run in full screen? I'm using delphi 6 this is what I use to test WinExec(pchar('C:\le...draw\ldraw car.dat -MS '), SW_SHOW); (22 years ago, 5-Sep-02, to lugnet.cad.dev)
 
  Re: ldraw.org MOTM & SOTM Winners for August 2002
 
(...) guy who rendered that in LDraw should get a prize or something! Just kidding, Jon; I love the scene. The purple zapper effect is very nice, as is the background and overall composition. Bravo! (And thanks for the nod in the credits). Dave! (22 years ago, 4-Sep-02, to lugnet.cad.dev.org.ldraw)
 
  ldraw.org MOTM & SOTM Winners for August 2002
 
Wow. Another summer gone... And the winners of the August MOTM and SOTM are: Anshul Sirur's chess model "Checkmate" and Jon Palmer's Spiff-inspired scene "THE SCUM BEINGS CLOSE IN!". Vote on the September entries here: (URL) Terry K -- (22 years ago, 3-Sep-02, to lugnet.announce, lugnet.cad, lugnet.cad.dev.org.ldraw)
 
  Re: LDMC site moved.
 
(...) Um, ok. Can I get mac@ldraw.org as a forwarding email too?... I like mac.ldraw.org. That way I dont' have to revamp the entire site before I can put it up. I do want to redo the site. I believe Matt G. wanted to also, and almost got it all (...) (22 years ago, 1-Sep-02, to lugnet.cad.dev.mac, lugnet.cad.dev.org.ldraw)
 
  Re: LDMC site moved.
 
(...) Yeah, it sounds like a good idea to me. For a totally separate site, it could be mac.ldraw.org, or we could stuff it in the current nav layout under www.ldraw.org/community/mac/ -Tim (22 years ago, 1-Sep-02, to lugnet.cad.dev.mac, lugnet.cad.dev.org.ldraw)
 
  Re: LDMC site moved.
 
(...) Why don't you ask about moving the content to ldraw.org? Seems like a reasonable place for it... Don (22 years ago, 1-Sep-02, to lugnet.cad.dev.mac, lugnet.cad.dev.org.ldraw)
 
  What about another Ldraw CAD tool but in delphi?
 
I whould like if possible to make my own CAD software like Ledit but for windows3.x/9x/NT/2K/XP but without using openGL or any hardware or direct X something like the way Ledit draws them and without using mouse but for windows small no power (...) (22 years ago, 1-Sep-02, to lugnet.cad.dev)
 
  Re: L3P like utility for Mac / Mac OS X
 
(...) Hey, I'll give it a look. When I was using MLCad, I wrote an AppleScritpt that alowed me to open a ".dat" file in MLCad from the Finder. Since the it wasn't a portable scrtipt (I have almost no idea what I am doing when I write scripts, but I (...) (22 years ago, 1-Sep-02, to lugnet.cad.dev.mac)
 
  LDMC site moved.
 
LDMC has the .mac fatal disease (curable only with money). Unfortunately, I am not going to fork out the money to pay for .mac (Apple is retarded sometimes......). If anyone else is willing to fork out money, instead of paying for .mac, I would like (...) (22 years ago, 1-Sep-02, to lugnet.cad.dev.mac)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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