Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3755

Compiler directive Target xxx for Workers

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 3755

Trending Articles