phofman / vs-plugin

Visual Studio Plugin for BlackBerry Native Development
13 stars 3 forks source link

Makefile errors propagation #35

Closed phofman closed 9 years ago

phofman commented 9 years ago

The errors returned during makefile compilation could look like:

../src/main.cpp(56): error : 'appui' was not declared in this scope

but it is not correctly transmitted to Visual Studio as it lacks the '56' line number. This causes the jump into the right place in code impossible. Whole write-compile-edit flow is then disturbed.

phofman commented 9 years ago

Fixed. Pushed on 'develop' already.