Author Topic: Simple mingw configuration question  (Read 4020 times)

outsider

  • Community Member
  • Posts: 64
  • Hero Points: 1
Simple mingw configuration question
« on: January 20, 2008, 01:25:57 PM »
Hi guys,

I've just installed mingw and its working fine. Only problem is that when I create a project with the GNU Wizard, I have to specify the location of 'g++' explicitly (both for compiler and linker) in Project Properties every time I start a new project otherwise vsbuild gives me a 'File not found (g++)' message. Is there any place in SlickEdit where I can set this parameter once and for all?

thanks for the help

hs2

  • Senior Community Member
  • Posts: 2761
  • Hero Points: 292
Re: Simple mingw configuration question
« Reply #1 on: January 20, 2008, 07:10:32 PM »
You can create a customized project template (Project->New: Customize button) for your mingw projects.
HS2

outsider

  • Community Member
  • Posts: 64
  • Hero Points: 1
Re: Simple mingw configuration question
« Reply #2 on: January 20, 2008, 11:31:39 PM »
Simple question.
Simple answer.

Thank you my friend.