View Single Post
Old 07-18-2002, 07:50 PM   #2
Loriel
Member
 
Join Date: May 2002
Posts: 49
Loriel is on a distinguished road
Amylaar is a driver, not a mudlib.

Your mudlib should not be 'compiled for windows', only the driver is compiled.

It's therefore a little confusing to try to sort out your problems.

sprintf() shouldn't actually print anything - it should produce a formatted string.

eg string mystring = sprintf("The number is %d",10);

If that doesn't clear up the problem, the next step is probably to check whether you have a sefun (simulated external function) for sprintf() within the mudlib, and work out what is going wrong in that.

It seems unlikely that the problem would lie in the driver.
Loriel is offline   Reply With Quote