Search found 10 matches

by vit
28 Mar 2019, 00:03
Forum: Plugins
Topic: quickinset
Replies: 109
Views: 60566

Re: quickinset

In the bat file you need to delete / useenv. This solved the problem and the program was compiled.

"C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\WDExpress.exe" /useenv

Like this
"C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\WDExpress.exe"
by vit
27 Mar 2019, 20:28
Forum: Plugins
Topic: quickinset
Replies: 109
Views: 60566

Re: quickinset

I found a mistake. And everything started to compile. Sorry for the trouble.
by vit
27 Mar 2019, 20:18
Forum: Plugins
Topic: quickinset
Replies: 109
Views: 60566

Re: quickinset

I created a bat file to run as described on the site. http://docs.autodesk.com/SI/2015/ENU/Softimage-Developer-Help/#!/url=./files/cpp_setup_CompilingPlugins.htm @echo off call "C:\Program Files\Autodesk\Softimage 2015\Application\bin\Setenv.bat" call "C:\Program Files (x86)\Microsoft...
by vit
27 Mar 2019, 18:46
Forum: Plugins
Topic: quickinset
Replies: 109
Views: 60566

Re: quickinset

This is an error when compiling a project.
by vit
27 Mar 2019, 18:44
Forum: Plugins
Topic: quickinset
Replies: 109
Views: 60566

Re: quickinset

TRACKER : error TRK0005: Failed to locate: "CL.exe". The system cannot find the file specified.

I only get this message when I run visual studio using the bat file.
Maybe someone knows how to overcome this error? I am using Visual studio 2012.
by vit
27 Mar 2019, 14:01
Forum: Plugins
Topic: quickinset
Replies: 109
Views: 60566

Re: quickinset

Thanks for the advice.
by vit
27 Mar 2019, 13:43
Forum: Plugins
Topic: quickinset
Replies: 109
Views: 60566

Re: quickinset

Sorry for the name of the cable in the message. I tried to compile an empty project. Same error with quickExtrude
by vit
27 Mar 2019, 13:39
Forum: Plugins
Topic: quickinset
Replies: 109
Views: 60566

Re: quickinset

I started getting this error when I added the path C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\ to the environment variable. Without this path I received an error 1>------ Build started: Project: cable, Configuration: Release x64 ------ 1>TRACKER : error TRK0005: Failed to locate: &qu...
by vit
27 Mar 2019, 13:27
Forum: Plugins
Topic: quickinset
Replies: 109
Views: 60566

Re: quickinset

When I try to compile the solution, I get this error: 1>------ Build started: Project: pmQuickExtrude, Configuration: Release x64 ------ 1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\x64\Microsoft.Cpp.x64.targets(152,5): error MSB6006: "CL.exe" exited with code -1073741515....
by vit
27 Mar 2019, 10:48
Forum: Plugins
Topic: quickinset
Replies: 109
Views: 60566

Re: quickinset

Hello. Who knows how to build this plugin from source. I wanted to compile the plugin with my custom hotkeys. I tried to compile, but I get errors. Thanks in advance.