SlickEdit Community

Archived Beta Discussions => SlickEdit 201x Beta Discussions => SlickEdit 2017 v22 Beta Discussion => Topic started by: ycyang on September 14, 2017, 07:32:25 AM

Title: Paramter in Visual Studio 2017 didn't pass to SE
Post by: ycyang on September 14, 2017, 07:32:25 AM
Hi,all
step 1: I create new project and setup project parameter include "include path, library search and etc" in IDE of Visual Studio 2017.
step 2: Build the prject on VS2017 IDE successfully
step 3: Open myPrject.sln with Slickedit and build the project on slickedit again, but I fail on rebuild project on SE.

The fail reason seems the parameter in VS2017 didn't pass to slickedit. Do someone have any idea about this?
Title: Re: Paramter in Visual Studio 2017 didn't pass to SE
Post by: Lee on September 14, 2017, 12:45:25 PM
What is the output for the build reporting?
Title: Re: Paramter in Visual Studio 2017 didn't pass to SE
Post by: ycyang on September 15, 2017, 02:01:08 AM
I find the reason why the build was fail. This is cause by "Default Active Configuration". I had change the configuration to x64 in VS2017, but ,in Slickedit , the default configuration still is Win32.