Re: [CMake] Issues with VS2005 Pro, CMake 2.4.8, Win XP, ParaView

2008-05-23 Thread Bill Hoffman
Mike Jackson wrote: Not sure which list to ask on first so I'll try this one. My Setup is Visual Studio 2005 Pro, CMake 2.4.8 on windows XP. I have NO admin privs (USAF computer) and NO write access to the C: drive. VS is installed on C: but everything else user related is on the D: drive

Re: [CMake] Issues with VS2005 Pro, CMake 2.4.8, Win XP, ParaView

2008-05-23 Thread David Cole
c135 is the unable to locate dll exception, not c0150004... I could not find what c0150004 means using google, although apparently it occurs frequently to people with Vista when it tries to do automatic updating :-P I suspect if you can run it under the debugger, you might be able to

Re: [CMake] Issues with VS2005 Pro, CMake 2.4.8, Win XP, ParaView

2008-05-23 Thread Mike Jackson
Well my last email was wrong about 2003.net. I forgot to tell CMake to use the 2003.net generator and so got a wrong message. After clearing everything out and trying again, this time using a VS2003.Net command prompt and telling cmake to use the Visual Studio 2003.Net generator I can get a valid

Re: [CMake] Issues with VS2005 Pro, CMake 2.4.8, Win XP, ParaView

2008-05-23 Thread John Drescher
Also, to embellish on my last email, I used the dependencywalker utility to discover that the MSVCR80.dll could not be found. I don't really know where to look for it either. (VS Newbie).. That is because it is hidden in cryptic folders off your windows install:

Re: [CMake] Issues with VS2005 Pro, CMake 2.4.8, Win XP, ParaView

2008-05-23 Thread Bill Hoffman
Mike Jackson wrote: Here ya go.. Hope this helps. OK, so the error log has this: Determining the endianes of the system passed. The system is big endianTest produced following output: Microsoft (R) Visual Studio Version 8.0.50727.42. Copyright (C) Microsoft Corp 1984-2005. All rights

[CMake] Issues with VS2005 Pro, CMake 2.4.8, Win XP, ParaView

2008-05-21 Thread Mike Jackson
Not sure which list to ask on first so I'll try this one. My Setup is Visual Studio 2005 Pro, CMake 2.4.8 on windows XP. I have NO admin privs (USAF computer) and NO write access to the C: drive. VS is installed on C: but everything else user related is on the D: drive including CMake (Downloaded