I have compiled a simple application (host & client) that allows me to control my windows media player with my pocket PC. In the application, the port number is hardcoded into the program.
How do I setup and import a configuration file that will allow me to modify this port number without having to recode and recompile the program? (i.e. a flat file that has an entry like "soapport=9000")
How do I setup and import a configuration file that will allow me to modify this port number without having to recode and recompile the program? (i.e. a flat file that has an entry like "soapport=9000")