Hi, I am really new to programming using keil. I wanted to create a windows form kind of application which takes some parameters from a user and then runs the C code present in the file based on the inputs.
I have the C code files with me, but i am not able to set up a user interface (the form).
Can anyone please help me.
Thanks and Regards, Siddharth Gupta
By the way - might the friend have shown you some code to create an add-on to the Keil debugger/simulator. There are a number of such extensions, for example allowing a simulation of an embedded program to display text on a simulated LCD on the PC. Anyway - what you need is a real GUI for talking with a real embedded hardware, so you need separate tools for creating the PC program. The Keil tools are for creating programs running in the 8051.