The ONLY reason that I still use OBJ file coding at ALL in my
PB/DOS work is because I have never been able to successfully
get CDECL subs/functions nor subs/functions that use AS ANY
arguments to compile as UNIT's. What is the trick to getting them
to compile? Or are they only SUPPOSED to be compiled as OBJ files?
I cannot give specifics at this time, but I can re-look the references
up if need be, but the IDE Help for the PB/DOS 3.5 compiler seems
to give "mixed signals" on whether these are supposed to be only
within OBJ files, or whether they CAN (or SHOULD) be able to be
compiled as UNIT's.
If they are, or should be, able to compile as UNIT's, will some kind
soul please provide the information on how they need to be set up?
(i.e., how to format the DECLARE's, and how to format the subs'/functions'
prototypes).
MANY thanks for any assistance received.
------------------
PB/DOS work is because I have never been able to successfully
get CDECL subs/functions nor subs/functions that use AS ANY
arguments to compile as UNIT's. What is the trick to getting them
to compile? Or are they only SUPPOSED to be compiled as OBJ files?
I cannot give specifics at this time, but I can re-look the references
up if need be, but the IDE Help for the PB/DOS 3.5 compiler seems
to give "mixed signals" on whether these are supposed to be only
within OBJ files, or whether they CAN (or SHOULD) be able to be
compiled as UNIT's.
If they are, or should be, able to compile as UNIT's, will some kind
soul please provide the information on how they need to be set up?
(i.e., how to format the DECLARE's, and how to format the subs'/functions'
prototypes).
MANY thanks for any assistance received.

------------------
Comment