Re: [wtr-general] Re: Firefox JJSH for 64-bit Windows 7?

2009-12-31 Thread Charley Baker
Just be aware that on anything above MSVC6 you will need to distribute the new C runtimes as well, since they link to those, and they're not included with base WinXP installs. This bit me when I was recompiling our custom windows ole lib. There are some interesting issues around manifest

[wtr-general] Re: Firefox JJSH for 64-bit Windows 7?

2009-12-22 Thread George
Hi Angrez, It looks like I need Visual Studio to make the build. Can I use Visual Studio Express? -George On Dec 21, 12:03 am, Angrez Singh ang...@gmail.com wrote: You can also see this link:http://wiki.openqa.org/display/WTR/FireWatir+Installation there is a section for compiling JSSh

Re: [wtr-general] Re: Firefox JJSH for 64-bit Windows 7?

2009-12-22 Thread Angrez Singh
Hi George, I think Visual Studio Express should work, see the section Microsoft Visual C++ (MSVC) in the following link: https://developer.mozilla.org/En/Developer_Guide/Build_Instructions/Windows_Prerequisites - Angrez On Wed, Dec 23, 2009 at 3:19 AM, George george.sand...@gmail.com wrote: