Welcome, Guest. Please login or register.

Author Topic: CreateNewProc bug in SASC ?  (Read 5597 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Gilloo

  • Full Member
  • ***
  • Join Date: Apr 2006
  • Posts: 124
    • Show all replies
Re: CreateNewProc bug in SASC ?
« on: September 19, 2007, 12:55:25 PM »
Hello,
Try with this code, it certainly work better.


/* Function caller */
void CllFnc(void)
{ Forbid();
  FPrintf(Output(),"Test text working!!!\n");
}