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?
p.s. i try to find anwser with google, but the most related page is
in japanese language, which looks like a puzzle to me :(

thanks a lot.
regards,
jyan

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

Alex
Wed May 23 09:17:45 CDT 2007

"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