Re: open_dll() with FreeBSD
- Posted by "C. K. Lester" <cklester at yahoo.com> Jan 13, 2003
- 483 views
This ain't workin': -- Start Non-Functioning Code include dll.e constant prn =3D define_c_proc(open_dll(""), "printf", {C_INT}) c_proc(prn, {1}) -- End Non-Functioning Code I get this: -- result of running above code /home/cklester/Desktop/killme.exu:4 c_proc/c_func: bad routine number (-1) --> see ex.err -- end of result What's goin' on?