joydivision
Well-Known Member
- Reaction score
- 58
- Location
- Manchester, UK
I need a free compiler (ideally with its own IDE) to make an automated virus removal tool. The program will need to be able to run automated install routines for MWABT AND SAST as well as other popular programs.
It will also need to be able to edit registry keys but I can just get that to run scrips I've made.
The reason for this are two fold:-
1) I want to get back into programming because I miss it.
2) It will automate my virus removal procedure some what.
It must use the Winsdows API.
My normal choice for making windows apps is C#.NET but not all my clients will have the .NET engine installed so that is not ideal.
C++ and DevC is another option, but I cannot be bothered typing in 20 lines of code just to make one button work.
I've looked at Freebasic but again to use the Windows API there is too much code involved.
I've looked at Justbasic which seems ideal but there are no functions to run external programs as far as I can tell.
There is RapidQ which I have used before, but support is now quite lacking.
Any other suggestions?
Not really too bothered what the language is but my background is BASIC and variants of C. It must produce executables which can run without a runtime engine (so it is truly portable) and must be free.
It will also need to be able to edit registry keys but I can just get that to run scrips I've made.
The reason for this are two fold:-
1) I want to get back into programming because I miss it.
2) It will automate my virus removal procedure some what.
It must use the Winsdows API.
My normal choice for making windows apps is C#.NET but not all my clients will have the .NET engine installed so that is not ideal.
C++ and DevC is another option, but I cannot be bothered typing in 20 lines of code just to make one button work.
I've looked at Freebasic but again to use the Windows API there is too much code involved.
I've looked at Justbasic which seems ideal but there are no functions to run external programs as far as I can tell.
There is RapidQ which I have used before, but support is now quite lacking.
Any other suggestions?
Not really too bothered what the language is but my background is BASIC and variants of C. It must produce executables which can run without a runtime engine (so it is truly portable) and must be free.