Just recently downloaded RaeKwon's RPG Starter.dme code to look at, and came across this error when compiling:
"loading RPG Starter.dme
Login.dm:1:unable to open "
I do not seem to be able to find this "sdaf" library anywhere online (unless I am not looking in the right place with the right name). Any suggestions?
(2 minutes later) noodled about the source code for Login.dm. Noticed that Rae was wanting to use Deadron character handling code. Can I take out the "#include ", since the CharacterHandling code is already included in the RPG Starter.dme file?
ID:136804
![]() May 13 2002, 4:43 am
|
|
![]() May 13 2002, 6:40 am
|
|
Well that ---> <deadron\sdaf>" you can just simply change it to#include <deadron\Characterhadeling>"
|
UnknownOrb wrote:
Well that ---> <deadron\sdaf>" you can just simply change it to#include <deadron\Characterhadeling>" Make that:
#include <deadron\CharacterHandling>
Thats should fix your problem :) --Lee |
digitalmouse wrote:
Just recently downloaded RaeKwon's RPG Starter.dme code to look at, and came across this error when compiling: There is no such library...my guess is that Rae renamed it on his machine. |
Yes, i renamed it to that, just put #include<deadron/characterhandling>
Sorry, myn was bugged so i had to rename it :S - RaeKwon |
digitalmouse wrote:
cool. thanks for the input! No problem, sorry about the <sdaf> that wasted your time to try and find :( Sorry again! - RaeKwon |
RaeKwon wrote:
No problem, sorry about the <sdaf> that wasted your time to try and find :( No problem really... now that the digitalBYOND webiste is starting to run smoothly without my constant PHP/MySQL nursing, I have time to get into BYOND programming again. So what better way than to pull down other people's demos/tutorials and figure out where the bugs are! :) |