when I save the project,select "save project as"
then? import filename and confirm
the filename become? ?*.ecp)? ?but not *.ecp
eg.
import "abc"
it become? "abc.ecp) " in my disk
why?

I must import "abc.ecp" or? use default filename it can be normal

2.when I build project
it aiways show "build project1.exe",I can't modify it
Posted on 2005-05-08 23:29:50 by 55crazy
Hi 55crazy,

The ecp extension specifies an Easy Code project, that's the reason why is added when you save an EasyCode project file. On the other hand, the name of the project will be the name of the final executable file (exe, lib or dll). If your project is named Project1, the final exe file will be Project1.exe, so the Build menu shows Build Project1.exe. If you change the project name (in? Project->Properties menu) the menu description will change too. Try to change the project name to any other name.

Ramon
Posted on 2005-05-09 05:32:44 by rsala
ok thank you!
It become normal
Posted on 2005-05-09 10:25:35 by 55crazy