Re: 300 lines?
- Posted by Caballero Rojo <pampeano at rocketmail.com> Aug 08, 2000
- 427 views
Hello Paul, I think I know where's your error, the routine qplay() is defined on the file pcspeak.e and you didn't include it. =) -- Best regards, ICQ Number: 3198249 Red Knight mailto:pampeano at rocketmail.com Tuesday, August 08, 2000, 4:06:42 PM, you wrote: PK> I made a quick program, or, well, I'm trying to. But, I've gotten an error message saying: PK> Your program exceeds 300 lines....... PK> So, It's telling me my program it's 300 lines long but, my program isn't. Here's what It looks like: PK> include image.e PK> include graphics.e PK> include pcsounds.e PK> integer gmode PK> gmode=graphics_mode(18) PK> use_vesa(1) PK> sequence ulrp,urrp,longmid,llr,lrr PK> qplay(bluePeter) PK> ulrp=read_bitmap("ulrp.BMP") PK> urrp=read_bitmap("urrp.BMP") PK> llr=read_bitmap("llr.BMP") PK> lrr=read_bitmap("lrr.BMP") PK> longmid=read_bitmap("longmid.BMP") PK> display_image({1,1},ulrp[2]) PK> display_image({550,1},urrp[2]) PK> display_image({1,400},llr[2]) PK> display_image({550,400},lrr[2]) PK> display_image({5,70},longmid[2]) PK> It's 23 lines long! Could you tell me how to fix this problem and I was wondering if I can have PK> one ,ex file execute another. PK> e.g. PK> If I wrote a program that was a menu of games and when you chose one, it would open another ex PK> file instead of having one confusing giant ex file. PK> Thanks __________________________________________________ Do You Yahoo!? Kick off your party with Yahoo! Invites. http://invites.yahoo.com/