LordJashin
02-28-2012, 12:38 AM
Up until now I've been just using Simba's stuff. I want to use SRL but have no idea how to do it the way I want to. I want to include all of SRL except anything that deals entirely with RS. If all of SRL has stuff that can be used besides RS stuff in its files then just include the entire SRL. When I do this
Simba Code:
{$i SRL/SRL.simba}
{$DEFINE Smart}
{$DEFINE Simba}
{$DEFINE SRL5}
I get errors. Also if I did include all of SRL do I have to use SetupSRL? If so how do I stop it from loading RS stuff like bitmaps/dtms. Idc if it loads fonts.
Error: Exception: Font [AllChars] not found. at line 125
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]
Simba Code:
{$i SRL/SRL.simba}
{$DEFINE Smart}
{$DEFINE Simba}
{$DEFINE SRL5}
I get errors. Also if I did include all of SRL do I have to use SetupSRL? If so how do I stop it from loading RS stuff like bitmaps/dtms. Idc if it loads fonts.
Error: Exception: Font [AllChars] not found. at line 125
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]