Author Topic: Paramter in Visual Studio 2017 didn't pass to SE  (Read 2092 times)

ycyang

  • Community Member
  • Posts: 19
  • Hero Points: 1
Paramter in Visual Studio 2017 didn't pass to SE
« 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?

Lee

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1299
  • Hero Points: 130
Re: Paramter in Visual Studio 2017 didn't pass to SE
« Reply #1 on: September 14, 2017, 12:45:25 PM »
What is the output for the build reporting?

ycyang

  • Community Member
  • Posts: 19
  • Hero Points: 1
Re: Paramter in Visual Studio 2017 didn't pass to SE
« Reply #2 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.