Search found 1 match

by fuscage
Fri Feb 13, 2009 5:00 am
Forum: General
Topic: Can we use DSOpenProject, DSOpenJob in basic routines?
Replies: 3
Views: 2874

I have the same issue : This is my routine : $include DSINCLUDE JOBCONTROL.H Call DSLogWarn("", DSProjectName) Call DSLogWarn("", Arg1) h = DSOpenProject(DSProjectName) * Ans = DSSetEnvVar(h, "PARTargetTarbel", "5") Ans = 0 And I have this error when I compile...