Is there a way to do the following ?
#If not TargetWorker Then
// Code I don't want to be compiled into Worker console app
#EndIf
I tried:
#If not TargetConsole Then
but that doesn’t make any difference.
I need to include a class in my Worker of my Mac/Win desktop app that contains code that can’t be run in a console app.
2 posts - 2 participants