Re: Alternate file types for RUN ?



Stephen Hoffman wrote:
Once the executable (main) image is activated, I would assume you
want everything else downstream to select that same architecture, right?

OK, point taken. While statically linked images would be fine
(chocolate.EXE_ALPHA be no different from chocolate.exe running on an
alpha and invoke normal alpha shareable images without problem, BUT
there would be an issue with LIB$FIND_IMAGE_SYMBOL since the application
would then need to be aware that the shareable images might not be all
..EXE since you may have directories containing both alpha and vax
shareable images with same filename and different extension.

Or ask nicely for the source code, and port it all to x86-64 and fix
it or extend it for yourself for your specific needs.

Is this an official announcement that VMS is being retired and open
sourced so we can continue its development ?

:-)

The file extensions are, well, an ugly
and weak and primitive solution to the basic problem of identifying the
particular file contents, after all.


File extensions may be an old concept, but they make things much
simpler. If you remove the file extension, you need to change the
dirtectory listing to also list the file type stored in some metadata.
So is there really a difference ?
.



Relevant Pages

  • Re: are (*.JPG; *.JPEG; *.JPE) the same exact file types
    ... The file format is either JPEG or JFIF, where the JFIF format is a ... The JPG and JPE file extensions ... as THM files which are really JPEG images. ...
    (microsoft.public.dotnet.framework.drawing)
  • Re: Question on html command
    ... Nico Schuyt wrote: ... Hmm.. ... everybody uses file extensions on their webpages. ... Usually links point to pages or images or files, ...
    (alt.html)
  • Re: Alternate file types for RUN ?
    ... want everything else downstream to select that same architecture, ... alpha and invoke normal alpha shareable images without problem, BUT there would be an issue with LIB$FIND_IMAGE_SYMBOL since the application ... File extensions may be an old concept, ...
    (comp.os.vms)
  • Re: IDirect3DSurface9 and alpha channels
    ... textures rendering, then rest assured it doesn't support alpha blending at ... > Now as far as your question about the images and their alpha channel, ...
    (microsoft.public.win32.programmer.directx.graphics)
  • Re: Two CBitmap questions
    ... The GDI+ Image/Bitmap classes will load png images. ... There's direct support ... format with alpha that CBitmap does support? ...
    (microsoft.public.win32.programmer.gdi)