Hello. I;m new to the site and need some help with Pascal.

Basically I'm creating a program in Turbo Pascal for Windows at college and have searched the net for some code to insert bitmaps but can't find any.

If someone could paste a simple bit of code showing me how it would be greatly appreciated. Thanks.

i don't know how you searched on google, but i find this about 1 minute
take a look here:

http://www.pascalgamedevelopment.com/viewtopic.php?p=29571&sid=ad220a6d0848fa6faccf34bdd22f13f7

also you will find very usefull the following functions(it are contained in graph unit):

Procedure GetImage(X1, Y1, X2, Y2: INTEGER; VAR BitMap);
Function ImageSize(X1, Y1, X2, Y2: INTEGER): WORD;
Procedure PutImage(X, Y: INTEGER; VAR BitMap; WriteMode: WORD);
Procedure SetActivePage(Page: WORD);
Procedure SetVisualPage(Page: WORD);

best regards,

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.