Subject RE: [IBDI] build ib under vc++
Author Dmitry Yemanov
Hi Dylan,

> Just wondering if anyone has managed to set up ib to build completely
> under VC (6.0) using dsw/dsp files? In particular I just want to
> build the server, have it running under the debugger, and trace what
> it's doing as requests are made (create table, insert rows etc).

You can build the debug version of the server with the currently used tools,
then start it as an application and attach to it with MSVC. You'll be able
to debug whatever you want. This is exactly the way I do it myself. Why
isn't it appropriate for you?

Cheers,
Dmitry