RE: [OT] - Help with routine name in .dll
- Posted by Bernie Ryan <xotron at bluefrognet.net> Jun 23, 2003
- 734 views
>> I changed both of the poke to poke4. Still crashes. The date_format >> and batch parms are both (according to the docs) defined as output only. Jonas: If they are outputs try creating some buffers to accept each ouput data. constant date_format = allocate(4) then pass date_format ( the address ) Bernie