
Originally Posted by
idodew
how do i comment it out?
i put // infront of the line that was causing the error but i still get the error when i run it.
first you change
Code:
{$i SRL/srl/misc/paintsmart.simba}
to
Code:
{$i SRL/srl/misc/SmartGraphics.simba}
2. You comment out line 72 and 73 by putting // in front of it so it should look like this
Code:
//Canvas.Handle := SmartGetDebugDC;
//DrawBitmap(Pic, Canvas, Placement.x, Placement.y);
3. You remove
Code:
Smart_server := SERVER;
Smart_Signed := TRUE;
Smart_Members := MEMBERS;
Smart_SuperDetail := FALSE;
Now it should work