Everytime I try to compile a new file (using dev-pas 1.9.2, free pascal compiler, windows xp) it gives the error Icon File Not Found. Obviously enough this means the program requires an icon file to compile and I have no trouble giving it an icon file location and then it works fine... but this seems unneccessary to me, why cant the console application template load up the console icon automatically. Is there any way to make it do this?
Any help would be much appreciated!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dev-Pascal (Free Pascal version only) incorrectly named the icon folder 'Icons'. To fix this problem all you have to do is open the Dev-Pascal folder and find the folder named 'Icons'. Simply rename this folder 'Icon' and all will be well in the world.
See Ya
Butch
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Everytime I try to compile a new file (using dev-pas 1.9.2, free pascal compiler, windows xp) it gives the error Icon File Not Found. Obviously enough this means the program requires an icon file to compile and I have no trouble giving it an icon file location and then it works fine... but this seems unneccessary to me, why cant the console application template load up the console icon automatically. Is there any way to make it do this?
Any help would be much appreciated!
Hi Everyone:
There is a simple solution to your problem.
Dev-Pascal (Free Pascal version only) incorrectly named the icon folder 'Icons'. To fix this problem all you have to do is open the Dev-Pascal folder and find the folder named 'Icons'. Simply rename this folder 'Icon' and all will be well in the world.
See Ya
Butch
Great, thank you :)