Page 1 of 1

Newbiee Question

Posted: 27 Nov 2010, 13:32
by trivus
Hi! Thanks for taking your time to read this.
I'm very new to both bci2000 and borland builder.
Are there any 'template-like' way for programming modules?;e.g. template for application. I am using builder 2007, and now merging include path for header files every time. Is there any better way to start programming or modifying?

Posted: 29 Nov 2010, 05:57
by mellinger
Hi,

you may edit Borland project files (.bpr files) in a text editor. Copy a module's project file, open it in a text editor, and replace the project's name with the desired one before opening the modified project file in the Borland IDE.

HTH,
Juergen

Posted: 29 Nov 2010, 11:08
by trivus
Got it. Thanks alot!