I have created a Dialog based project, it has four buttons.
When I press button1 I want it to execute a piece of code.
The Code is already written and compiles with out error or warnings.
When I wrote the program I did it as a console based application.
The source code had the declares up front Like Void Jim.
In a windows application I see no main, where would I put the
Declarations for the four void routines that I want to execute.
Jim
When I press button1 I want it to execute a piece of code.
The Code is already written and compiles with out error or warnings.
When I wrote the program I did it as a console based application.
The source code had the declares up front Like Void Jim.
In a windows application I see no main, where would I put the
Declarations for the four void routines that I want to execute.
Jim