ShellExecute

Matti Niemenmaa see_signature at for.real.address
Mon Feb 11 12:49:19 PST 2008


Serj Makaroff wrote:
> But why ShellExecute() doesn't work and what is the difference between
> ShellExecuteA() and ShellExecuteW()?

ShellExecute is a macro, #defined somewhere in windows.h as either ShellExecuteA 
or ShellExecuteW depending on whether you're using Unicode or not.

Many Windows functions are similar #defines. If something doesn't link out of 
the box, try appending A or W (whichever is the one you want): most of the time 
it solves the problem.

-- 
E-mail address: matti.niemenmaa+news, domain is iki (DOT) fi


More information about the Digitalmars-d-learn mailing list