Re: 2013 SP1 Compile Error in VS2010 SP1

2012-10-10 Thread Eugen Sares
softimage@listproc.autodesk.com Subject: Re: 2013 SP1 Compile Error

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-10-09 Thread Eugen Sares
softimage@listproc.autodesk.com Subject: Re: 2013 SP1 Compile Error in VS2010 SP1 Alok, thanks, but could you please be more specific? Softimage

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-10-09 Thread Steven Caron
. Best, Eugen *From:* Eugen Sares softim...@keyvis.at *Sent:* Monday, October 08, 2012 9:22 PM *To:* softimage@listproc.autodesk.com *Subject:* Re: 2013 SP1 Compile Error in VS2010 SP1 Alok, thanks, but could you please be more specific? Softimage generates a .vcxproj and a .cpp file

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-10-09 Thread Steven Caron
the .vcxproj in CMake with VS2010, and can then open it in VS2012, correct? Compiling C++ for Softimage... world of hurt. Best, Eugen *From:* Eugen Sares softim...@keyvis.at *Sent:* Monday, October 08, 2012 9:22 PM *To:* softimage@listproc.autodesk.com *Subject:* Re: 2013 SP1 Compile

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-10-09 Thread Eugen Sares
To: softimage@listproc.autodesk.com Subject: Re: 2013 SP1 Compile Error in VS

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-10-09 Thread Steven Caron
:* Eugen Sares softim...@keyvis.at *Sent:* Monday, October 08, 2012 9:22 PM *To:* softimage@listproc.autodesk.com *Subject:* Re: 2013 SP1 Compile Error in VS2010 SP1 Alok, thanks, but could you please be more specific? Softimage generates a .vcxproj and a .cpp file. Do I open VS via batch file

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-10-09 Thread Steven Caron
. Best, Eugen *From:* Eugen Sares softim...@keyvis.at *Sent:* Monday, October 08, 2012 9:22 PM *To:* softimage@listproc.autodesk.com *Subject:* Re: 2013 SP1 Compile Error in VS2010 SP1 Alok, thanks, but could you please be more specific? Softimage generates a .vcxproj and a .cpp file

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-10-08 Thread Eugen Sares
Hi, trying to compile with VS2010 SP1 for Softimage 2013 SP1. TRACKER : error TRK0005: Failed to locate: CL.exe. I commented the call to vcvarsall.bat out in the batch file, as Julian suggested, but it's still not working. Any news on that front? Besides, Mr. Caron, are you willing to do your

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-10-08 Thread Alok Gandhi
As I said earlier, make your own solution in VS2010 and add the Soft generated project to it. In the project properties, change the path to the include and libs manually. Should work fine. On Mon, Oct 8, 2012 at 2:54 PM, Eugen Sares softim...@keyvis.at wrote: Hi, trying to compile with VS2010

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-10-08 Thread Eugen Sares
Alok, thanks, but could you please be more specific? Softimage generates a .vcxproj and a .cpp file. Do I open VS via batch file or not? If not, I cannot open the .vcxproj, because XSISDK_ROOT is not set, and VS won't find the makefiles. So, I have to create a new project from scratch, right?

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-10-08 Thread piotrek marczak
: Eugen Sares Sent: Monday, October 08, 2012 9:22 PM To: softimage@listproc.autodesk.com Subject: Re: 2013 SP1 Compile Error in VS2010 SP1 Alok, thanks, but could you please be more specific? Softimage generates a .vcxproj and a .cpp file. Do I open VS via batch file or not? If not, I cannot open

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-10-08 Thread Steven Caron
...@keyvis.at *Sent:* Monday, October 08, 2012 9:22 PM *To:* softimage@listproc.autodesk.com *Subject:* Re: 2013 SP1 Compile Error in VS2010 SP1 Alok, thanks, but could you please be more specific? Softimage generates a .vcxproj and a .cpp file. Do I open VS via batch file or not? If not, I cannot

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-10-08 Thread piotrek marczak
if this is the right (professional) procedure but it works for me It works also with VS 2012 express which has very cool all-dark theme From: Eugen Sares Sent: Monday, October 08, 2012 9:22 PM To: softimage@listproc.autodesk.com Subject: Re: 2013 SP1 Compile Error in VS2010 SP1

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-09-13 Thread Julian Johnson
On 12/09/2012 18:48, Alok wrote: We had this in VS2010 for 2012 but I am not sure about 2013. Basically what we did was to use our own MACROS or variable instead of the one from setenv.bat. All you need to do is take your project generated from the wizard , start visual studio normally with

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-09-13 Thread Alok Gandhi
A correction in what I said before: Start a VS2010 *without* calling setenv.bat On Thu, Sep 13, 2012 at 6:40 AM, Chris Chia chris.c...@autodesk.com wrote: Troubleshoot: Try to create a custom plugin (VS2010) of your own and see whether it could be compiled... Chris On 13 Sep, 2012, at

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-09-13 Thread Julian Johnson
On 13/09/2012 11:40, Chris Chia wrote: Troubleshoot: Try to create a custom plugin (VS2010) of your own and see whether it could be compiled... Hi Chris, It seems like just tweaking the .bat file solves the problem. I originally had the call to vcvarsall.bat in, but when I commented it

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-09-13 Thread Chris Chia
it seems like it does not recognise XSISDK_ROOT? We usually execute the command prompt from the workgroup (right click and choose command prompt) inside XSI and it will inherit the env_variable, and execute 'devenv' for VS... Chris On 13 Sep, 2012, at 9:08 PM, Julian Johnson

2013 SP1 Compile Error in VS2010 SP1

2012-09-12 Thread Julian Johnson
Just moving from VS2008 to VS2010 SP1 for 2013 SP1 and getting this compile error when trying to build any of the custom tools or ICE nodes (e.g. SnapTestTool/CustomPassThrough): 1TRACKER : error TRK0002: Failed to execute command: C:\Program Files (x86)\Microsoft Visual Studio

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-09-12 Thread Alok
We had this in VS2010 for 2012 but I am not sure about 2013. Basically what we did was to use our own MACROS or variable instead of the one from setenv.bat. All you need to do is take your project generated from the wizard , start visual studio normally with call

Re: 2013 SP1 Compile Error in VS2010 SP1

2012-09-12 Thread Steven Caron
*cough* cmake *cough* On Wed, Sep 12, 2012 at 10:48 AM, Alok alok.gan...@modusfx.com wrote: We had this in VS2010 for 2012 but I am not sure about 2013. Basically what we did was to use our own MACROS or variable instead of the one from setenv.bat. All you need to do is take your project