xsharp.eu • Kompilieren im Debug-Modus
Page 1 of 1

Kompilieren im Debug-Modus

Posted: Tue Jan 09, 2024 6:56 pm
by Kohle
Beim Kompilieren eines Projektes (X#/VO) im Debug-Modus erhalte ich folgenden Fehler:

Line 0 - error XS2007: Unrecognized option: '/'

Das Kompilieren im Release-Modus wird fehlerfrei beendet.
Was könnte die Ursache sein?

Vielen Dank

Frank Kohle

Re: Kompilieren im Debug-Modus

Posted: Tue Jan 09, 2024 7:16 pm
by Chris
Hi Frank,

It seems you have accidentally entered a "/" in the compiler options (or a normal option, but there's a space between the "/" and the option name). If you're using VS, that's in the Project properties, Build page, option "Extra command line options". In XIDE, it's in App properties, Compiler page. You just need to also select the Debug configuration to see the entered option.

Re: Kompilieren im Debug-Modus

Posted: Wed Jan 10, 2024 7:33 am
by Kohle
Danke, hat funktioniert.

Frank Kohle