SOme strange reason, today I get this when trying to RUN
/ DEBUG a small pgm.

I did not see any help from microsoft's KB articles.

Suggestions?

Thanks.
Steve

Re: .fxp is not an object file by Mike

Mike
Tue Aug 23 11:37:41 CDT 2005

fxp files compiled prg files. Delete the fxp file and recompile your PRG.
Make a copy of these two files first!

<shall@uaex.edu> wrote in message
news:1124810600.544205.212170@g47g2000cwa.googlegroups.com...
> SOme strange reason, today I get this when trying to RUN
> / DEBUG a small pgm.
>
> I did not see any help from microsoft's KB articles.
>
> Suggestions?
>
> Thanks.
> Steve
>



Re: .fxp is not an object file by shall

shall
Tue Aug 23 13:40:30 CDT 2005

Thanks!!!
I tried to recompile, then I got the message
" Program is too large"

After adding a few extra lines of code must have pushed it over the
top.
I know what I need to do now.

Thanks.Again


Re: .fxp is not an object file by Mike

Mike
Tue Aug 23 14:15:08 CDT 2005

If it is too large, you have to split it. Is it larger than 64K?


<shall@uaex.edu> wrote in message
news:1124822430.568769.307210@z14g2000cwz.googlegroups.com...
> Thanks!!!
> I tried to recompile, then I got the message
> " Program is too large"
>
> After adding a few extra lines of code must have pushed it over the
> top.
> I know what I need to do now.
>
> Thanks.Again
>