#include <stdio.h>
#include <stdlib.h>
#include <graphics.h>
#include <string.h>
void Iniciar_Interfaz(void)
{
readimagefile("Pic1.jpg",20,200,200,400);
readimagefile("Pic2.jpg",1140,200,1340,400);
readimagefile("Drawing.jpg",1000,600,1340,700);
readimagefile("logo.jpg",400,200,940,700);
}
int main( )
{
initwindow( 1366, 768, "Invent" );
Display();
return 0;
}
I already have libbgi.a in the folder devcpp/lib and graphics.h in devcpp/include
-lbgi
-lgdi32
-lcomdlg32
-luuid
-loleaut32
-lole32
I already set up the parameters the picture are in the same folder as the program can someone tell me what i am doing wrong do I need to do something more???

New Topic/Question
Reply



MultiQuote



|