Jimmy Chen wrote:
> sample.dll was built using Mozilla makefiles.
>
> The executable was built using Visual Studio 6.0,
> I've created a project for it, and linked with
> xpcom.lib, the flags/options should be the default
> VC setting. Any particular option I should turn on ?
>
> Both are debug code.
>
> Jimmy
Exit out of Visual Studio, drop to a command line and
rebuild. That works for me. I've only been successful at
getting compiles sufficient for a syntax check when trying
to use the IDE and a dsp/dsw file.
It's tedious but you could set up your dsp file to run
nmake on each and every source file. Yeah, its gross.
Maybe someone here has a bulletproof DSP file that actually
works.
-rick