This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Developing windows form based application in Keil

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

Parents
  • No, Keil tools cannot be used to create applications that run on a PC - known as "native" applications.

    To create "native" PC applications, you need "native" PC tools - such as Microsoft Visual Studio, CodeGear (formerly Borland) C++/Delphi/etc.

    I think the GCC "native" PC compiler is called MingW?

Reply
  • No, Keil tools cannot be used to create applications that run on a PC - known as "native" applications.

    To create "native" PC applications, you need "native" PC tools - such as Microsoft Visual Studio, CodeGear (formerly Borland) C++/Delphi/etc.

    I think the GCC "native" PC compiler is called MingW?

Children