July 01, 2018
I try a cross-post from an older post here as I didn't recveive any answer in D.learn and I don't have any clue how to solve this:

==> START

A project I can compile via the command line and dub, gives an error in VisualD. I created the VisualD configuration through dub:

fatal error C1905: Front-End und Back-End sind nicht kompatibel (müssen den gleichenProzessor verwenden).

This translates to: "Front-End and Back-End are not compatible (have to use the same processor)"

Well, I don't have a clue what this should mena, nor how this could happen. It sounds a bit like if the compiler & linker are not useing the same architecture (I want to use x64) but I didn't find any options to check/change this.

Any ideas?

-- 
Robert M. Münch
http://www.saphirion.com
smarter | better | faster

July 02, 2018
On 2018-07-01 07:10:07 +0000, Robert M. Münch said:

> I try a cross-post from an older post here as I didn't recveive any answer in D.learn and I don't have any clue how to solve this:
> 
> ==> START
> 
> A project I can compile via the command line and dub, gives an error in VisualD. I created the VisualD configuration through dub:
> 
> fatal error C1905: Front-End und Back-End sind nicht kompatibel (müssen den gleichenProzessor verwenden).
> 
> This translates to: "Front-End and Back-End are not compatible (have to use the same processor)"
> 
> Well, I don't have a clue what this should mena, nor how this could happen. It sounds a bit like if the compiler & linker are not useing the same architecture (I want to use x64) but I didn't find any options to check/change this.
> 
> Any ideas?

I somehow managed to get rid of the error by changing some compiler settings and saving them. After this it works again. Maybe the problem was due to an VisualD update, which didn't catch a new config format or missed something from the old config settings.

-- 
Robert M. Münch
http://www.saphirion.com
smarter | better | faster