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 / *14821 (-20)
  Re: Testing long filenames was Re: Unofficial directory (with non-standard name lenght)?
 
(...) (URL) on Win2000 SP4 w. (18 years ago, 2-Mar-07, to lugnet.cad.dev, FTX)
 
  Re: Testing long filenames was Re: Unofficial directory (with non-standard name lenght)?
 
(...) My best guess is at that time MS was trying to make things safe for old programs (although it seems senseless for them to have done this with Win32 apps). If you call the Win32 function GetLongPathName on the short path, it will give you the (...) (18 years ago, 2-Mar-07, to lugnet.cad.dev, FTX)
 
  Re: Testing long filenames was Re: Unofficial directory (with non-standard name lenght)?
 
(...) That was command line, (URL) the result with drag n drop> is similar. ROSCO (18 years ago, 2-Mar-07, to lugnet.cad.dev, FTX)
 
  Re: Request for votes in LDraw polls
 
(...) No. Submissions must be made before the contest. So voting on the 1st and 31st will be the same. Tim (18 years ago, 2-Mar-07, to lugnet.cad.dev.org.ldraw)
 
  Re: Request for votes in LDraw polls
 
Is it possible to submit to the sotm/motm contests when voting starts? I am always afraid to vote because there might be a better submission later on. James (18 years ago, 2-Mar-07, to lugnet.cad.dev.org.ldraw)
 
  Re: Request for votes in LDraw polls
 
(...) Hi Mike, Unfortunately with the system used by LDraw it is very hard for the webmasters (Willy, Orion and I) to do anything much like that so the answer is probably no I'm afraid. Of course it does have a de facto check... if you click to a (...) (18 years ago, 2-Mar-07, to lugnet.cad.dev.org.ldraw)
 
  Re: Request for votes in LDraw polls
 
Tim Gould schrieb: (...) Hi Tim, I like the new -centered- position for all polls very, very much. But I have one question, is it possible to set a cookie on the client that would be read from the side, so I can see for which poll I have already (...) (18 years ago, 1-Mar-07, to lugnet.cad.dev.org.ldraw)
 
  Re: txt2dat on Mac OS X (was Re: Announcing Bitsticker)
 
(...) Here is my rudimentary makefile for building txt2dat on my Mac and a linux machine. No guarantees it will work for anyone else but hopefully it could be helpful. Also a copy of txt2dat.c containing my quick checks to get around the lack of (...) (18 years ago, 2-Mar-07, to lugnet.cad, lugnet.cad.dev.mac, FTX)
 
  Re: txt2dat on Mac OS X (was Re: Announcing Bitsticker)
 
(...) I believe it is freetype 2.1.4 (based on the major/minor/patch definitions in freetype.h). The headers are last dated 2002, and a look at more recent freetype changelogs suggests that predates the introduction of "FTOrientation." It's annoying (...) (18 years ago, 2-Mar-07, to lugnet.cad, lugnet.cad.dev.mac, FTX)
 
  Re: Unofficial directory (with non-standard name lenght)? (Was: LDView 3.1 on Mac OS X!)
 
(...) Yeah I know they can be included but it's usually a safe idea not to. When setting a standard I'd be wary of allowing anything that is commonly poorly interpreted (which I suspect the escaped characters are). Tim (18 years ago, 2-Mar-07, to lugnet.cad.dev, FTX)
 
  Re: Testing long filenames was Re: Unofficial directory (with non-standard name lenght)?
 
(...) Thanks, Well well, first advantage of downgrading to XP, I guess. Just to be sure, you did drag and drop into the "application", or did you write it in a command line? /Tore (18 years ago, 2-Mar-07, to lugnet.cad.dev, FTX)
 
  Re: txt2dat on Mac OS X (was Re: Announcing Bitsticker)
 
(...) Hmmm, interesting. txt2dat is currently compiled against 2.1.9, I haven't tried upgrading since txt2dat is the only thing I use it for. But the API doc at the freetype site still documents (URL) FTOrientation API>. Also, version 2.3.1 (which I (...) (18 years ago, 2-Mar-07, to lugnet.cad, lugnet.cad.dev.mac, FTX)
 
  txt2dat on Mac OS X (was Re: Announcing Bitsticker)
 
(...) Hi Ross, It works! I just built it by hand, so I'll write a simple makefile for it tomorrow. Only issue is that the version of Freetype 2 that comes with OS X doesn't seem to know about FTOrientation, so I just ifdeffed out the few bits that (...) (18 years ago, 2-Mar-07, to lugnet.cad, lugnet.cad.dev.mac, FTX)
 
  Mac MPD Utility obsolescence
 
Man, I just realized that my old (URL) MPD Utility> is still listed on LDraw.org. Frankly, I don't think there's still a need for it, and I wouldn't really trust it to "do the right thing" with any given MPD. It was sort of cobbled together as a (...) (18 years ago, 2-Mar-07, to lugnet.cad.dev.mac, FTX)
 
  Re: Testing long filenames was Re: Unofficial directory (with non-standard name lenght)?
 
(...) (URL) Here's> the output on XP. ROSCO (18 years ago, 2-Mar-07, to lugnet.cad.dev, FTX)
 
  Re: Testing long filenames was Re: Unofficial directory (with non-standard name lenght)?
 
(...) Well, I made a small program in Delphi 7 that lists the command line parameters, drag and dropped a file named "LongFileName.dat" in it, and here is the surprising result: (URL) (Running on a Win98SE PC.) So I think long file names still has (...) (18 years ago, 2-Mar-07, to lugnet.cad.dev, FTX)
 
  Re: LDView 3.1 on Mac OS X!
 
(...) Sure, but as I said, you can't be 100% certain that the contents of the standard LDraw directory are all official and vice versa, so the best way to manage them (in my opinion) is lump them all together, and have a program that helps you (...) (18 years ago, 2-Mar-07, to lugnet.cad.dev.mac, FTX)
 
  Re: Unofficial directory (with non-standard name lenght)? (Was: LDView 3.1 on Mac OS X!)
 
(...) The only character either Linux or Mac OS X is allergic to is '/'. Spaces are perfectly acceptable under both. One need only take care that any paths fed to the shell are properly escaped. Ideally anybody writing shell scripts or system() (...) (18 years ago, 2-Mar-07, to lugnet.cad.dev, FTX)
 
  Re: LDView 3.1 on Mac OS X!
 
It's me the user that wants to know which unofficial parts I've downloaded and am using, and thus which may require updating, deleting, or something. For me it is purely a user-management issue. My program doesn't really care if a part is Official (...) (18 years ago, 2-Mar-07, to lugnet.cad.dev.mac, FTX)
 
  Re: Unofficial directory (with non-standard name lenght)? (Was: LDView 3.1 on Mac OS X!)
 
(...) With tongue slightly in cheek, I believe it is time to accept the technological advancements of 1984. If DOS wasn't obsolete the day it was written, it definitely was within a few years. DOS filenames tend to be inscrutable, and there just (...) (18 years ago, 2-Mar-07, to lugnet.cad.dev, FTX)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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