lazarus is good,
but I like CB and theoritically if possible to integrate it (FPC) , I must do it.
CB : 13.12 release.
Win XP, Win 7
Thanks !
I am willing to help you; but, many things will NOT work.
Code-Completion and Debugging are two of the items way beyond my knowledge and ability.
I only have Windows 7 no XP.
And, before I will start you need to confirm the FPC can do compile and link of at least two source files on the command line.
And, post the three separate commands that does the below steps.
1. command to compile; but not link the first source file.
2. command to compile; but not link the second source file.
3. command to link the two output files (likely object files) into an exe file.
That is because I know enough to add a compiler that can do the above to the current Compiler Plugin.
I do NOT have the time or the knowledge to create a new CB Plugin that would be needed if FPC can not do it in three steps like above.
Edit: Just reread MortenMacFly post with "dependency checks" likely not being supported; I have no idea on how to add "dependency checks" if they do NOT work.
Edit2: You may wish to see how well an CB Custom Makefile will work with FPC.
Tim S.