For Programmers: Free Programming Magazines  


Home > Archive > Fortran > February 2005 > icons in Digital FORTRAN









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author icons in Digital FORTRAN
George Hester

2005-02-17, 4:01 am

When I installed Compaq's Digital Fortran none of my fortran programs =
have an associated icon. In the Developer Studio there is an icon seen =
on thhe top left which is for f90 files. I'd like to use that icon to =
associate to my fortran source code. Does anyone know where it is. =
Somebody told me once a long time ago but I have forgotten. Thanks.

--=20
George Hester
_________________________________

Tom Micevski

2005-02-17, 4:05 pm

George Hester wrote:

> When I installed Compaq's Digital Fortran none of my fortran programs have an associated icon. In the Developer Studio there is an icon seen on thhe top left which is for f90 files. I'd like to use that icon to associate to my fortran source code. Do

es anyone know where it is. Somebody told me once a long time ago but I have forgotten. Thanks.
>

i made my own (basing the icon on the supplied f90 icon) using the icon
editor in the dev studio. then change the icon for f90 files to your
new f90 icon using windows explorer.
Gerald F. Thomas

2005-02-17, 4:05 pm

Control Panel/Folder Options/File Types

--
HTH,
Gerry T.

"George Hester" <hesterloli@hotmail.com> wrote in message
news:vbTQd.15323$H05.5138@twister.nyroc.rr.com...
When I installed Compaq's Digital Fortran none of my fortran programs have
an associated icon. In the Developer Studio there is an icon seen on thhe
top left which is for f90 files. I'd like to use that icon to associate to
my fortran source code. Does anyone know where it is. Somebody told me
once a long time ago but I have forgotten. Thanks.

--
George Hester
_________________________________


George Hester

2005-02-18, 3:59 am

Yes I know that is an option. But that f90 icon does exist. You can =
see it when you add a new Fortran Console
Application in the Developer Studio to the project. Look in the upper =
left side you'll see it. It is in a file comes from the
install of Compaq Digital Fortran. Someone told me where it was once a =
long time ago but I've forgotten. Thanks.

--=20
George Hester
_________________________________
"Tom Micevski" <none@none.au> wrote in message =
news:42149d10$0$27873$61c65585@un-2park-reader-01.sydney.pipenetworks.com=
..au...
> George Hester wrote:
>=20
programs have an associated icon. In the Developer Studio there is an =
icon seen on thhe top left which is for f90 files. I'd like to use that =
icon to associate to my fortran source code. Does anyone know where it =
is. Somebody told me once a long time ago but I have forgotten. =
Thanks.[color=darkred]
> i made my own (basing the icon on the supplied f90 icon) using the =

icon=20
> editor in the dev studio. then change the icon for f90 files to your=20
> new f90 icon using windows explorer.


George Hester

2005-02-18, 3:59 am

No the F90 does not have any icon association. None at all. That area =
shows the Fortran source icon as the Default
Generic Windows icon. If yours DOES show the f90 icon then please tell =
me where it is pointing to. Windows
Explorerr | Tools | Folder Options... | File Types | F90 | Advanced | =
Change Icon. What is the file it is pointing to.=20
Cancel this once you know it and can you please tell me what you have? =
Thanks.

--=20
George Hester
_________________________________
"Gerald F. Thomas" <gfthomas@sympatico.ca> wrote in message =
news:sW2Rd.20193$4I5.994455@news20.bellglobal.com...
> Control Panel/Folder Options/File Types
>=20
> --=20
> HTH,
> Gerry T.
>=20
> "George Hester" <hesterloli@hotmail.com> wrote in message
> news:vbTQd.15323$H05.5138@twister.nyroc.rr.com...
> When I installed Compaq's Digital Fortran none of my fortran programs =

have
> an associated icon. In the Developer Studio there is an icon seen on =

thhe
> top left which is for f90 files. I'd like to use that icon to =

associate to
> my fortran source code. Does anyone know where it is. Somebody told =

me
> once a long time ago but I have forgotten. Thanks.
>=20
> --=20
> George Hester
> _________________________________
>=20
>=20


Gerald F. Thomas

2005-02-18, 3:59 am


"George Hester" <hesterloli@hotmail.com> wrote in message
news:7QdRd.17310$vK5.9267@twister.nyroc.rr.com...

>No the F90 does not have any icon association. None at all.
>That area shows the Fortran source icon as the Default
>Generic Windows icon. If yours DOES show the f90 icon then please tell me

where it is pointing >to.

By my choice, .f, .f90, .f95 all point to Notepad and have its standard
icon. I use numerous Fortran compilers so I don't want any in particular to
launch if I double click an arbitrary Fortran source file.

If your .f90 has no icon association (other than the Default Generic
Windows icon), delete it, recreate a new registered .f90 association, and
assign to it the icon of your choice.

It's a no brainer.

--
You're Welcome,
Gerry T.
______
"There's man all over for you, blaming on his boots the fault of his
feet." -- Samuel Beckett.






David Jones

2005-02-18, 8:57 am

George Hester wrote:
> No the F90 does not have any icon association. None at all. That
> area shows the Fortran source icon as the Default
> Generic Windows icon. If yours DOES show the f90 icon then please
> tell me where it is pointing to. Windows
> Explorerr | Tools | Folder Options... | File Types | F90 | Advanced

|
> Change Icon. What is the file it is pointing to.
> Cancel this once you know it and can you please tell me what you
> have? Thanks.
>


Some fortran-trargetted icons are in:

C:\Program Files\Microsoft Visual Studio\DF98\BIN\DF.EXE

and the same ones are in other similar exe's in the same directory.
Another possibility is in:

C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin\MODWIZ.EXE


However, you may mean one of the icons in

C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin\DFDEV.EXE

which I think are the standard ones which come with VS.


George Hester

2005-02-19, 8:58 pm

I know. I am trying to find the icon you see in the Developer Studio =
upper left corner when you start a New Console FORTRAN program. =
Somebody showed me where it was a long time ago but I have forgotten. =
Comes from files installed when Digital FORTRAN is installed. Thanks.

--=20
George Hester
_________________________________
"Gerald F. Thomas" <gfthomas@sympatico.ca> wrote in message =
news:CefRd.12050$dZ.654424@news20.bellglobal.com...
>=20
> "George Hester" <hesterloli@hotmail.com> wrote in message
> news:7QdRd.17310$vK5.9267@twister.nyroc.rr.com...
>=20
tell me[color=darkred]
> where it is pointing >to.
>=20
> By my choice, .f, .f90, .f95 all point to Notepad and have its =

standard
> icon. I use numerous Fortran compilers so I don't want any in =

particular to
> launch if I double click an arbitrary Fortran source file.
>=20
> If your .f90 has no icon association (other than the Default Generic
> Windows icon), delete it, recreate a new registered .f90 association, =

and
> assign to it the icon of your choice.
>=20
> It's a no brainer.
>=20
> --=20
> You're Welcome,
> Gerry T.
> ______
> "There's man all over for you, blaming on his boots the fault of his
> feet." -- Samuel Beckett.
>=20
>=20
>=20
>=20
>=20
>=20


George Hester

2005-02-19, 8:58 pm

Thanks David. Believe it or not none of those files contain the icon I =
am looking for. You see it in the upper left corner
when starting a New FORTRAN console program in Visual Studio.

--=20
George Hester
_________________________________
"David Jones" <dajxxx@ceh.ac.uk> wrote in message =
news:4215c224@news.nwl.ac.uk...
> George Hester wrote:
> |
>=20
> Some fortran-trargetted icons are in:
>=20
> C:\Program Files\Microsoft Visual Studio\DF98\BIN\DF.EXE
>=20
> and the same ones are in other similar exe's in the same directory.
> Another possibility is in:
>=20
> C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin\MODWIZ.EXE
>=20
>=20
> However, you may mean one of the icons in
>=20
> C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin\DFDEV.EXE
>=20
> which I think are the standard ones which come with VS.
>=20
>=20


Tom Micevski

2005-02-20, 4:02 am

George Hester wrote:

> I know. I am trying to find the icon you see in the Developer Studio upper left corner when you start a New Console FORTRAN program. Somebody showed me where it was a long time ago but I have forgotten. Comes from files installed when Digital FORTRAN

is installed. Thanks.
>

i couldn't find the icon anywhere under cvf, so i made my own.

i've emailed it to you, in case you want to use it (i couldn't attach
it, my posts were getting rejected).
George Hester

2005-02-20, 4:02 am

Yes I got it and I want to thank you very much. You cannot find it =
neither can I. I know when the person at Compaq's
forum told me I thought to myself, that makes sense that's easy. =
Ooops!!!

--=20
George Hester
_________________________________
"Tom Micevski" <none@none.au> wrote in message =
news:4217e30d$0$27627$61c65585@un-2park-reader-02.sydney.pipenetworks.com=
..au...
> George Hester wrote:
>=20
Studio upper left corner when you start a New Console FORTRAN program. =
Somebody showed me where it was a long time ago but I have forgotten. =
Comes from files installed when Digital FORTRAN is installed. Thanks.[color=darkred]
> i couldn't find the icon anywhere under cvf, so i made my own.
>=20
> i've emailed it to you, in case you want to use it (i couldn't attach=20
> it, my posts were getting rejected).


Gerald F. Thomas

2005-02-20, 3:57 pm

You're making a big production out of nothing: clearly you're used to
others goefering on your behalf: however it's high time you RTFM. You're
request has _nothing_ to do with Fortran so narff off and solve this
trivial no brainer problem on your own.

--
You're Welcome,
Gerry T.
______
"There's man all over for you, blaming on his boots the fault of his
feet." -- Samuel Beckett.


Aardpig

2005-02-20, 3:57 pm

Gerald F. Thomas wrote:
> You're making a big production out of nothing: clearly you're used to
> others goefering on your behalf: however it's high time you RTFM. You're
> request has _nothing_ to do with Fortran so narff off and solve this
> trivial no brainer problem on your own.
>


But it isn't in the manual, Gerry. And it *is* to do with Fortran. Which
is more than we can say for your coprophilic ramblings about
paedophilia, that you usually vomit forth to this ng.

Oh, and it's 'gophering' and 'your', you illiterate XXXXwit. I'm amazed
that your papers ever got past the editorial team of J. Chem. Phys. You
must have bribed them...
Gerald F. Thomas

2005-02-20, 3:57 pm


"Aardpig" <aardpig@nospam> wrote in message
news:1dKdnXKdtIXuE4XfRVn-2A@comcast.com...
> Gerald F. Thomas wrote:
You're[color=darkred]
>
> But it isn't in the manual, Gerry.


Sure it is, but how you no?

I beleive yuo have me mistaken for:

1. sombody i n arfica studying language.
2. sombody who bribes the editor of a magazine.
3. sombody who kant & dosent know how to slepp.

But I luv jacking you're diastolic by 15-20. Kep it upp Bubba, itl do yu
famus.

Hang loose (on reflexion, take yur chemie castrate meds, nod-nod,
wink-wink, say no more, say no more, won't spread it here on
c.l.f., -)))))).


Gerald F. Thomas

2005-02-20, 3:57 pm


"Gerald F. Thomas" <gfthomas@sympatico.ca> wrote in message
news:Ar0Sd.959$uO.11714@news20.bellglobal.com...
>
> "Aardpig" <aardpig@nospam> wrote in message
> news:1dKdnXKdtIXuE4XfRVn-2A@comcast.com...
> You're
>
> Sure it is, but how you no?
>
> I beleive yuo have me mistaken for:
>
> 1. sombody i n arfica studying language.
> 2. sombody who bribes the editor of a magazine.
> 3. sombody who kant & dosent know how to slepp.
>
> But I luv jacking you're diastolic by 15-20. Kep it upp Bubba, itl do yu
> famus.
>
> Hang loose (on reflexion, take yur chemie castrate meds, nod-nod,
> wink-wink, say no more, say no more, won't spread it here on
> c.l.f., -)))))).
>
>


Me bad. Gerald F. Thomas be falze nom. Furter, as founded by Mr.
Aardpig@hotmail.com me email address be = falze, butt (-)))) be bazes for
sevral bogggus inferenses in mys respects, like c.l.f. prattle as conucted
by the Fortran Oscar "And the winners are" ... comitee. Watsh here for
whiners and lusers (gfthomas@sympaticio.ca) and lifelongacheivment awards
(gfthomas@sympaticio.ca, for touse (suk Aardpig and oders who feel harde
done bye forfiet due recognization of there magnammuss greatness, do I here
a nod to Mr. Aardpig@hotmail.com ? or, my breathe is already arrested and
manucled!







Aardpig

2005-02-20, 3:57 pm

Gerald F. Thomas wrote:
> "Gerald F. Thomas" <gfthomas@sympatico.ca> wrote in message
> news:Ar0Sd.959$uO.11714@news20.bellglobal.com...
>
>
>
> Me bad. Gerald F. Thomas be falze nom. Furter, as founded by Mr.
> Aardpig@hotmail.com me email address be = falze, butt (-))))


The original message was received at Sun, 23 Jan 2005 14:31:09 -0500
from toip4.bellnexxia.net

----- The following addresses had permanent fatal errors -----
<gfthomas@sympatico.ca>
(expanded from: <gfthomas@sympatico.ca> )

----- Transcript of session follows -----
mail.local: unknown name: gfthomas
550 <gfthomas@sympatico.ca>... User unknown

Enough said....
George Hester

2005-02-20, 3:57 pm

That is the way people who don't know the answer usually respond. Let =
him go he's deficient in human nature that's all.

--=20
George Hester
_________________________________
"Aardpig" <aardpig@nospam> wrote in message =
news:1dKdnXKdtIXuE4XfRVn-2A@comcast.com...
> Gerald F. Thomas wrote:
to[color=darkred]
You're[color=darkred]
this[color=darkred]
>=20
> But it isn't in the manual, Gerry. And it *is* to do with Fortran. =

Which=20
> is more than we can say for your coprophilic ramblings about=20
> paedophilia, that you usually vomit forth to this ng.
>=20
> Oh, and it's 'gophering' and 'your', you illiterate XXXXwit. I'm =

amazed=20
> that your papers ever got past the editorial team of J. Chem. Phys. =

You=20
> must have bribed them...


George Hester

2005-02-20, 3:57 pm

ass

--=20
George Hester
_________________________________
"Gerald F. Thomas" <gfthomas@sympatico.ca> wrote in message =
news:yv%Rd.895$uO.5461@news20.bellglobal.com...
> You're making a big production out of nothing: clearly you're used to
> others goefering on your behalf: however it's high time you RTFM. =

You're
> request has _nothing_ to do with Fortran so narff off and solve this
> trivial no brainer problem on your own.
>=20
> --=20
> You're Welcome,
> Gerry T.
> ______
> "There's man all over for you, blaming on his boots the fault of his
> feet." -- Samuel Beckett.
>=20
>=20


Gerald F. Thomas

2005-02-20, 3:57 pm


"George Hester" <hesterloli@hotmail.com> wrote in message
news:kA3Sd.31195$nC5.1084@twister.nyroc.rr.com...

And donkey dodah to vu too! Like Aardpig@hotmail.com , Vindows is veyond
you're rimited cranur kapacity but hang roose roser, I'll keep an eye on
the streets for yu: there but the grace of God go I, and whatever else is
of combfort to hesterloli@hotmail.com and vedfelow Aardpig@hotmail.com.

Anyvaw, vig vvet kisses to yu and yurs,
--
Yu Velkome,
Gerry T.
______
"I promise there will be fewer nuclear disasters with me as your mayor
than with me as your nuclear safety inspector." Homer Simpson






George Hester

2005-02-20, 8:57 pm

You do that. I'll likely smell it too.

--=20
George Hester
_________________________________
"Gerald F. Thomas" <gfthomas@sympatico.ca> wrote in message =
news:Qj4Sd.1429$Am3.66377@news20.bellglobal.com...
>=20
> "George Hester" <hesterloli@hotmail.com> wrote in message
> news:kA3Sd.31195$nC5.1084@twister.nyroc.rr.com...
>=20
> And donkey dodah to vu too! Like Aardpig@hotmail.com , Vindows is =

veyond
> you're rimited cranur kapacity but hang roose roser, I'll keep an eye =

on
> the streets for yu: there but the grace of God go I, and whatever else =

is
> of combfort to hesterloli@hotmail.com and vedfelow =

Aardpig@hotmail.com.
>=20
> Anyvaw, vig vvet kisses to yu and yurs,
> --=20
> Yu Velkome,
> Gerry T.
> ______
> "I promise there will be fewer nuclear disasters with me as your =

mayor
> than with me as your nuclear safety inspector." Homer Simpson
>=20
>=20
>=20
>=20
>=20
>=20


George Hester

2005-02-21, 3:59 am

Tom I found it. It turns out if you try to look for the FORTRAN icons =
using the interface in Windows Explorer you won't be given the option of =
the file type where the icons are. I have an application called =
Reshacker and I put it in my SendTo folder to make looking easier. The =
icons are in a pkg file. Not the usual place to expect an icon but =
nevertheless that is where they are. You may need Reshacker to see =
them:

http://www.users.on.net/johnson/resourcehacker/

The icons I have been asking about are in this file:

C:\Program Files\Microsoft Visual =
Studio\Common\MSDev98\Bin\IDE\DEVFOR.PKG

Now you can see why I thought that was obvious.

--=20
George Hester
_________________________________
"Tom Micevski" <none@none.au> wrote in message =
news:4217e30d$0$27627$61c65585@un-2park-reader-02.sydney.pipenetworks.com=
..au...
> George Hester wrote:
>=20
Studio upper left corner when you start a New Console FORTRAN program. =
Somebody showed me where it was a long time ago but I have forgotten. =
Comes from files installed when Digital FORTRAN is installed. Thanks.[color=darkred]
> i couldn't find the icon anywhere under cvf, so i made my own.
>=20
> i've emailed it to you, in case you want to use it (i couldn't attach=20
> it, my posts were getting rejected).


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com