On May 23, 10:17 pm, "Alex Blekhman" <x...@oohay.moc> wrote:
> "jyan" wrote:
> > hey all,
> > recently, i download free vc++ express edition, it works
> > well, and
> > what's more it's free to use.
> > but i find that this version seems does not support making
> > dll file? i
> > like to create a project which will simply output
> > functions in a dll
> > file, but the radio button for dll is disabled in
> > "application type"
> > of application wizard.
> > is that still possible to create a dll project with vc++
> > express
> > edition?
>
> Yes, here's description of how to unlock DLL application
> type:
>
> "Using Visual C++ 2005 Express Edition with the Microsoft
> Platform SDK"http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/
>
> Alex

thanks a lot, Alex, i will read the article, which seems belong to MS
pages, it's strange why dont they just make the dll application type
available on UI?

Re: vc++ 2005 express support making dll? by Bo

Bo
Wed May 23 10:53:17 CDT 2007

jyan wrote:
:: On May 23, 10:17 pm, "Alex Blekhman" <x...@oohay.moc> wrote:
::: "jyan" wrote:
:::: hey all,
:::: recently, i download free vc++ express edition, it works
:::: well, and
:::: what's more it's free to use.
:::: but i find that this version seems does not support making
:::: dll file? i
:::: like to create a project which will simply output
:::: functions in a dll
:::: file, but the radio button for dll is disabled in
:::: "application type"
:::: of application wizard.
:::: is that still possible to create a dll project with vc++
:::: express
:::: edition?
:::
::: Yes, here's description of how to unlock DLL application
::: type:
:::
::: "Using Visual C++ 2005 Express Edition with the Microsoft
::: Platform
::: SDK"http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/
:::
::: Alex
::
:: thanks a lot, Alex, i will read the article, which seems belong to
:: MS pages, it's strange why dont they just make the dll application
:: type available on UI?

They do, after you have applied the fix. :-)



Bo Persson



Re: vc++ 2005 express support making dll? by Alex

Alex
Wed May 23 11:23:15 CDT 2007

"jyan" wrote:
> [...] it's strange why dont they just make the dll
> application type
> available on UI?

Because when VC++ Express was released, MS intended it for
.NET and simple C++ program development. MS had in mind
students and hobbyists as the primary target audience of
VC++ Express. Afterwards, due to high popularity of the
product MS published a workaround for other application
types. However, it was already discovered by numerous
enthusiasts, as well.

Alex


Re: vc++ 2005 express support making dll? by jyan

jyan
Sat May 26 03:25:57 CDT 2007

On May 24, 12:23 am, "Alex Blekhman" <x...@oohay.moc> wrote:
> "jyan" wrote:
> > [...] it's strange why dont they just make the dll
> > application type
> > available on UI?
>
> Because when VC++ Express was released, MS intended it for
> .NET and simple C++ program development. MS had in mind
> students and hobbyists as the primary target audience of
> VC++ Express. Afterwards, due to high popularity of the
> product MS published a workaround for other application
> types. However, it was already discovered by numerous
> enthusiasts, as well.
>
> Alex

OK, so it works for me now, and i know why M$ release VC++2005 like
that, thanks again Alex.
regards,
jyan