program is too much for memory

Post Reply
Salvo1087
Posts: 34
Joined: Fri Jan 07, 2011 5:39 pm

program is too much for memory

Post by Salvo1087 »

hi at all,
I'm trying xHarbour + fivewin 6.12.when compile everything is ok, but when lanch the executable program gives me an error message "the program is too large for memory. ". compiling other sample programs, everything works without error. if i compiling the program with harbour + fivewin 6.12 it's ok. Someone have any idea? thanks all for reply

S.B.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: program is too much for memory

Post by Antonio Linares »

It looks like a linker error when linking the xHarbour libraries, try to use a more recent xHarbour version
regards, saludos

Antonio Linares
www.fivetechsoft.com
Salvo1087
Posts: 34
Joined: Fri Jan 07, 2011 5:39 pm

Re: program is too much for memory

Post by Salvo1087 »

thanks for reply antonio,
i have already use a more recent xharbour version,but i have an error like "pcode" version is holder than version of xharbour. when i try to compile other program with fhw + xharbour is all ok,and program start. specifically in this program i must to test the velocity,writing 10.000 row in one Database.with harbour and fivewin program start correctly,while fhw + xharbour give me this error,but compil and link is ok .How can i fix it?
Post Reply