Log in

View Full Version : Bitmap 10, Bitmap 20, Bitmap 22, and msvcr71.dll



casualhippo
03-26-2012, 11:22 PM
Hello, I'm very obviously new to the forums and to this program. When I try to run it, it tells me I am missing Bitmap 10, 20, 22, and msvcr.dll. I'm not very good at computers, so I don't know what more to write. Please ask if you need more information to help me fix the problem. Thank you.

Brandon
03-26-2012, 11:28 PM
Google MSCVR and download it from a safe location of course.. place it in system32 or syswow64 if on 64-bit.

bitmaps.. re-install MSI

casualhippo
03-27-2012, 12:15 AM
Err... I did what you said, and now I've run into another problem. After clicking MSI, Open, and then hitting the green play button, the window with MSI in big letter doesn't appear anymore. Instead, I get


Opening MSI...
A new update of Simba is available!
Current version is 980. Latest version is 984
[Hint] C:\Simba\Includes\SRL/SRL/core/mapwalk.simba(1353:3): Variable 'BOX' never used at line 1352
[Hint] C:\Simba\Includes\SRL/SRL/core/mapwalk.simba(1349:13): Variable 'Result' never used at line 1348
[Error] C:\Simba\Includes\srl/srl/misc/paintsmart.simba(560:12): Unknown identifier 'TPAFromEllipse' at line 559
Compiling failed.


in the bottom window and


.. code-block:: pascal

SMART_DrawLine(true, point(10, 10), point(10, 50), clWhite);
*)
procedure SMART_DrawLine(Clear: Boolean; TP1, TP2: TPoint; Color: TColor);
begin
{$IFDEF SMART}
if (not SMART_DebugSetup) then
SMART_SetupDebug();

SMART_Canvas.canvas.Pen.Color := Color;

if (Clear) then
SMART_ClearCanvas;

SMART_Canvas.canvas.moveto(TP1.x,TP1.y);
SMART_Canvas.canvas.LineTo(TP2.x,TP2.y);
{$ENDIF}
end;

in the paintsmart tab.

Brandon
03-27-2012, 12:24 AM
No clue who made the script your trying to run but I have never seen a function called TPA from ellipse.. Not to mention that the function u just posted does not have any such line.. also post in code tags next time to make it easier to read.

casualhippo
03-27-2012, 12:35 AM
I got the link from here.

http://www.youtube.com/watch?v=w8AOMJ7voPk


Also, sorry about that.

brandon8081
03-27-2012, 03:09 AM
To fix TPA from ellipse you need to update to latest SIMBA client. I'm not sure, but it looks like you're using MSI scripts. If you have a problem with Bitmaps, then use it without the form.