Subject Re: build ib under vc++
Author the_dilster@yahoo.com
--- In IBDI@y..., "Dmitry Yemanov" <dimitr_ex@y...> wrote:
> 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?
>

I guess I just like to be able to deal with everything within one
product that I'm already familiar with. I'll admit my interest in
the product didn't extend as far as trying to work out what build
scripts to use and what software you needed to have installed.
I figured someone might have already set it up as a one button push
operation for VC :o)

Dylan