Welcome, Guest. Please login or register.

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

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thomas

Re: CreateNewProc bug in SASC ?
« on: August 19, 2007, 04:49:04 PM »
@Jose:
Doesn't SASC use small data model by default ? Then your CllFnc has to be declared with __saveds, so that the base register (A4) is set correctly. May also be __geta4 or something, depends on the compiler.

Bye,
Thomas