So far, seemed I must write more C/C++ code and write my own nsAString implementation. The hardest thing then is how to set up the environment. Do I need to download all the mozilla source code and get it compiled? Or there is a set of lib file and .h file that I can download and include in my C++ project? Is there any sample or document how to set up a VC6.0 project for this?
Try the SDK. That may get you pretty far. If you just need a simple string implementation, there is a xpcom glue library that has a simple implementation of nsAString nsACString.
ftp://ftp.mozilla.org/pub/mozilla/releases/mozilla1.2.1/gecko-sdk-1.2.1-win32.zip
--
Doug Turner
[EMAIL PROTECTED]
