Re: webserver.exu

new topic     » goto parent     » topic index » view thread      » older message » newer message

On Sun, Jan 12, 2003 at 07:43:27PM +0000, C. K. Lester wrote:
> 
> 
> jbrown1050 at hotpop.com wrote:
> > 
> > Might be a linker thing. Linux exu seems to be linked to quite a few 
> > libs,
> > perhaps more so then the FreeBSD version???
> > 
> > constant prn = define_c_proc(open_dll(""), "printf", {C_INT})
> > c_proc(prn, {1})
> > 
> > what do those 2 lines, when run with freebsd exu, show you ck?
> 
> /home/cklester/Desktop/killme:2
> define_c_proc has not been declared
> constant prn = define_c_proc(open_dll(""), "printf", {C_INT})
>                            ^

Hmm ... I have no idea why it had that error ... only thing i can think of
is that you dont have a dll.e

Try this instead:

constant prn = machine_func(51, {machine_func(50, ""), "printf", {C_INT}, 0})
c_proc(prn, {1})

Now tell me, what does that do?

-jbrown

> 
> 
> 
> TOPICA - Start your own email discussion group. FREE!

-- 
 /"\  ASCII ribbon
 \ /  campain against
  X   HTML e-mail and
 /*\  news and unneeded MIME

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu