Home
Reply
Regular Contributor
castillor
Posts: 69

Problem compiling ACIS3DT

Hi. I am trying to compile my ACIS3DT but I am getting this error "Error result 1 returned from 'C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\rc.exe'.'". Does anyone know what this means?

 

Regards,

Raymond

Spatial Moderator
ybiyani
Posts: 222

Re: Problem compiling ACIS3DT

Hello Castillor,

 

I found the following link with a google search...http://blogs.msdn.com/pusu/archive/2009/07/14/confusing-experience-with-visual-studio-2008.aspx that looks promising and here is the google query...http://www.google.com/search?hl=en&source=hp&q=Error+result+1+returned+from+%27C%3A%5CProgram+Files%...

 

 

Let us know if this solves your problem.

 

Regards,

Yogesh

 

 

Regular Contributor
castillor
Posts: 69

Re: Problem compiling ACIS3DT

Hi Yogesh,

 

I actually found the cause of the error. In the "Additional options" text box Project Properties->Configuration Properties->Resources->Command Line, the command '/I$(A3DT)\include' is causing the compile error. I changed it to '/I "$(A3DT)\include"' and it was resolved. I hope this can be corrected on your side before the product is shipped. Thank you.

 

Regards,

Raymond