FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour help with harbour again...
Posts: 566
Joined: Thu Aug 30, 2007 03:40 PM

help with harbour again...

Posted: Mon Dec 28, 2009 11:05 AM

hello, I'm trying to convert my systems for harbour, but despite already tried everything suggested here on the forum, and reviewed several examples (including examples compile and run well), my program compiles without error, but also not running, it runs, he did not do anything, not even a message. will be something I use on the ads? 3rd class?? appreciate some help.

obs: works fine with xharbour cvs.
i am using fwh911, bcc 551, harbour 2.0

thanks
norberto

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: help with harbour again...

Posted: Mon Dec 28, 2009 02:44 PM

Norberto,

if you are using a real large PRG file, then try to split it into several PRGs.

It is an error that we have recently seen with Harbour only when compiling very large PRGs.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 566
Joined: Thu Aug 30, 2007 03:40 PM

Re: help with harbour again...

Posted: Mon Dec 28, 2009 02:58 PM

Antonio, i have several modules, but the main module is small, have only main procedure, definitions, menus...
i put an msginfo after any thing, and nothing...

thanks
norberto

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: help with harbour again...

Posted: Tue Dec 29, 2009 12:07 AM

Norberto,

If you email us your PRGs and make file, we can try it here :-)

Please use a ZIP file renamed as ZOP

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM

Re: help with harbour again...

Posted: Tue Dec 29, 2009 02:06 PM
Norberto,

Can you compile anything?

Try this:

Code (fw): Select all Collapse
#include "fivewin.ch"
function main()
   local oWnd
   define window oWnd
   activate window oWnd
return nil


Regards,
James
FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10

Continue the discussion