From: Hudson R. <hud...@so...> - 2002-08-13 15:55:24
|
Hi all, I'm had problems using function current-date in shared libraries When I use the function current-date in a shared library it isn't work(isn't called from a main program). I'm attaching the programs below: prog0.cob -> main program. (should be compiled as a binary) prog1.cob -> subprogram. (should be compiled as a shared library) Thanks. Hudson |