language conflicts

  • Thread starter Thread starter Elijah Cardon
  • Start date Start date
E

Elijah Cardon

I bet that if there is a FAQ list in this forum, and if you ordered these
FAQ's such that the ten most posed were considered, then this would be one
of them:

What the heck are these:

Windows 2000 Service Pack 3
Microsoft FrontPage 2000 Web Extensions Client
Setup Runtime Files
Microsoft Internet Explorer 6 Service Pack 1
Microsoft Data Access Components 2.7 Service Pack 1 (Windows 2000 only)
Microsoft .NET Framework 1.1
Microsoft Visual J# .NET Redistributable Package 1.1

Cordially, EC
 
I bet that if there is a FAQ list in this forum, and if you ordered these
FAQ's such that the ten most posed were considered, then this would be one
of them:

What the heck are these:

Windows 2000 Service Pack 3
Microsoft FrontPage 2000 Web Extensions Client
Setup Runtime Files
Microsoft Internet Explorer 6 Service Pack 1
Microsoft Data Access Components 2.7 Service Pack 1 (Windows 2000 only)
Microsoft .NET Framework 1.1
Microsoft Visual J# .NET Redistributable Package 1.1

I'd say that those are probably the VS2003 minimum requirements /
prerequisites.
But what is the point of your question?

--

Kind regards,
Bruno van Dooren
(e-mail address removed)
Remove only "_nos_pam"
 
Bruno van Dooren said:
I'd say that those are probably the VS2003 minimum requirements /
prerequisites.
But what is the point of your question?

Thank you for your response. How much money must one spend to acquire
these? EC
 
HI Elijah,

Elijah Cardon said:
Thank you for your response. How much money must one spend to acquire
these? EC

Those are free. As long as you have a valid Window 2000 license all the rest
is for free. Frontpage Extension must be installed from Control
Panel>Add/Remove programs>Windows Components. It is part of IIS.

You should find downloads from Microsoft for the other packages.
 
SvenC said:
HI Elijah,



Those are free. As long as you have a valid Window 2000 license all the
rest is for free. Frontpage Extension must be installed from Control
Panel>Add/Remove programs>Windows Components. It is part of IIS.

You should find downloads from Microsoft for the other packages.
Only have licenses for xp, millenium and VC4 from '94 or so. Should I be
barking up a different tree? EC
 
William DePalo said:
FWIW: You can find a free _compiler_ that is a heck of a lot better than
VC4 here:

http://msdn.microsoft.com/vstudio/express/visualc/

BTW: It doesn't include the ancillary stuff such as MFC that comes with
the commercial versions.
For what I know of windows programming, I've done it from scratch with a
WinMain call or with MFC. I'm really just trying to get the front end of
something that can call a dll from a less flashy language. I think I
already have downloaded express. Haven't done anything with it yet. EC
 
Elijah Cardon said:
For what I know of windows programming, I've done it from scratch with a
WinMain call or with MFC. I'm really just trying to get the front end of
something that can call a dll from a less flashy language. I think I
already have downloaded express. Haven't done anything with it yet.

Well, AFAIK, no version of MFC is free. But the Platform SDK is freely
available here:

http://www.microsoft.com/downloads/...43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en

If you go the "from scratch" route, you should be able to build any native
application or DLL that you like with the compiler and SDK.

Regards,
Will
 
Back
Top