I have created a "idl" file and compiled with
midl and created a "acf"
and created a client and server cprogram which are explained in rpc tutor and maked a "makefile"
Now I can't built the exe file
I did
<code>
nmake /a makefile
</code>
it shows all ok but doesnot generate exe file.
May be I am doing wrong, Please explaing how to generate exe files?
