Re: vc++ 2005 express support making dll?



On May 23, 10:17 pm, "Alex Blekhman" <x...@xxxxxxxxx> 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?

.