How to make exe for hardware manipulation application? My code will access hard drive of the system and will get some information about drive number,name,serial number etc. I want to give the client a single exe, now it is asking for certain dll's. I don't want to give dll's along with the exe. I just want to give a single exe.. How to make all those dll's bundled in a single exe, or statically linking.. Or any sample application which also uses the hardware manipulations and using only single exe..
Bookmarks