Hi,
I know that this vs edition has some limitations.
I gues that I can create service (using platform sdk) by hand, but maybe there is some wizard which could make some template( like win32 project ) to ease the task
I already know that win32 project wizard is not on by default, and after adding it, is accesible only by choosing 'console application'.
thanks
Vilius

Create service ?
GaryM
Hello Vilius,
If you don't have access to one of the higher editions, you'll have to write the service by yourself. There are a couple of samples that might help, for example, PSDK\samples\Winbase\Service (but this is in C, and uses anti-C++ patterns), NetSDK\Quickstart\howto\samples\services\simpleservice (but these are in c#/vb). I suppose these samples could work as template projects, or failing that, you could find some programs somewhere on the internet.
DGalle
As you mentioned I don't believe there is one in this Edition. Others might help if they created ones.
Thanks, Ayman Shoukry VC++ Team