Posted by Petro Soininen, petro.soininen@digia.com
on January 07, 2002 at 14:05
Hi,
You should probably read the Hands On -section from the SDK help. It describes the necessary steps for creating a workspace from scratch.
Putting it short: You have to create an .mmp -file to define your project and a bld.inf -file to describe the component that you'll start developing.
The syntax for .mmp -files and bld.inf can be found in the SDK help.
Running "bldmake bldfiles" and "abld makefile vc6" after creating the necessary files creates the workspace files for VC6 development.