View unanswered posts | View active topics It is currently Wed May 22, 2013 2:54 pm



Reply to topic  [ 42 posts ]  Go to page 1, 2, 3, 4, 5  Next
Just upgraded to 3.0.38, but have problem... 
Author Message

Joined: Sat Jul 16, 2011 4:05 pm
Posts: 7
Post Just upgraded to 3.0.38, but have problem...
Hello, everybody, how are you? I'm fine. I just get this message when I push Play in HMG.

Image

Am I the only one with this problem?


Fri Jul 22, 2011 9:59 am
Profile
User avatar

Joined: Tue Jul 29, 2008 6:30 pm
Posts: 3629
Location: Sivakasi, India
Post Re: Just upgraded to 3.0.38, but have problem...
Hi,

Sorry, it is my mistake. :(

Please delete hmg.ini in ide folder.

_________________
East or West HMG is the Best.
South or North HMG is worth.


Fri Jul 22, 2011 1:23 pm
Profile YIM WWW

Joined: Sat Jul 16, 2011 4:05 pm
Posts: 7
Post Re: Just upgraded to 3.0.38, but have problem...
Thanks, Rathinagiri! :)


Fri Jul 22, 2011 3:45 pm
Profile

Joined: Sat Jul 16, 2011 4:05 pm
Posts: 7
Post Re: Just upgraded to 3.0.38, but have problem...
Hi, everybody, thanks for your help, I'm having another challenge with newly installed 3.0.38:

When I click here, nothing happens.

Image

Also, I opened the SAMPLE\CONSOLE program, and it won't work, and I can't find the console setting:

Image

Thanks for your help. :)


Sun Jul 24, 2011 12:03 pm
Profile
User avatar

Joined: Tue Jul 14, 2009 3:33 am
Posts: 58
Location: San Francisco, Córdoba, Argentina.
Post Re: Just upgraded to 3.0.38, but have problem...
Hello everyone.
I installed: HMG 3.0.38 from 0, and I have the same problem. I saw a post where you change the "build.bat", but does not fix the problem.
regard
Walter

_________________
Nada se pierde. Todo se transforma. (Lavoussier)
Nothing is lost. Everything changes.


Sun Jul 24, 2011 4:17 pm
Profile
User avatar

Joined: Tue Jul 29, 2008 6:30 pm
Posts: 3629
Location: Sivakasi, India
Post Re: Just upgraded to 3.0.38, but have problem...
Sorry, I will check and solve the problem. :(

_________________
East or West HMG is the Best.
South or North HMG is worth.


Sun Jul 24, 2011 5:34 pm
Profile YIM WWW
User avatar

Joined: Thu Sep 11, 2008 5:31 am
Posts: 1456
Location: Myszków, Poland
Post Re: Just upgraded to 3.0.38, but have problem...
I've installed hmg.3.0.38 to my hmg 3.0.36 folder and everything seems to be OK.
I've rebuild my huge billing project, all test gone excellent till now.

Compilation time is longer than harbour 2.0 :(

_________________
Marek Olszewski
MOL-Systemy Komputerowe Marek Olszewski, Myszków, Polska
legginsy, leginsy, odzież damska XXL, bluzki


Sun Jul 24, 2011 8:04 pm
Profile WWW
User avatar

Joined: Thu Sep 11, 2008 5:31 am
Posts: 1456
Location: Myszków, Poland
Post Re: Just upgraded to 3.0.38, but have problem...
Something is wrong with reports, I suppose.
I think this problem is caused by missing library hbvpdf, which is placed in harbour\lib, but not included in linking process via IDE

While compiling one of my projests, where REPORT is used, I get an error:
Code:
Harbour 3.0.0 (Rev. 16951)
Copyright (c) 1999-2011, http://harbour-project.org/
c:/hmg/lib/libhmg.a(h_rptgen.o):h_rptgen.c:(.data+0x1a8): undefined reference to `HB_FUN_PDFINIT'
c:/hmg/lib/libhmg.a(h_rptgen.o):h_rptgen.c:(.data+0x1c8): undefined reference to `HB_FUN_PDFOPEN'
c:/hmg/lib/libhmg.a(h_rptgen.o):h_rptgen.c:(.data+0x2f8): undefined reference to `HB_FUN_PDFNEWPAGE'
c:/hmg/lib/libhmg.a(h_rptgen.o):h_rptgen.c:(.data+0x3a8): undefined reference to `HB_FUN_PDFCLOSE'
c:/hmg/lib/libhmg.a(h_rptgen.o):h_rptgen.c:(.data+0x478): undefined reference to `HB_FUN_PDFSETFONT'
c:/hmg/lib/libhmg.a(h_rptgen.o):h_rptgen.c:(.data+0x488): undefined reference to `HB_FUN_PDFATSAY'
c:/hmg/lib/libhmg.a(h_rptgen.o):h_rptgen.c:(.data+0x498): undefined reference to `HB_FUN_PDFTEXTWIDTH'
c:/hmg/lib/libhmg.a(h_rptgen.o):h_rptgen.c:(.data+0x4c8): undefined reference to `HB_FUN_PDFIMAGE'
c:/hmg/lib/libhmg.a(h_rptgen.o):h_rptgen.c:(.data+0x4e8): undefined reference to `HB_FUN_PDFBOX'


I' ve copied this library to \hmg\lib and I've added to configuration libs=hbvpdf and linking is OK now.

_________________
Marek Olszewski
MOL-Systemy Komputerowe Marek Olszewski, Myszków, Polska
legginsy, leginsy, odzież damska XXL, bluzki


Mon Jul 25, 2011 10:20 am
Profile WWW
User avatar

Joined: Tue Jul 29, 2008 6:30 pm
Posts: 3629
Location: Sivakasi, India
Post Re: Just upgraded to 3.0.38, but have problem...
Hi Marek,

hbvpdf library is not included I think. :(

Try include these files in your project code or create a separate library.


Attachments:
hbvpdf.zip [122.07 KiB]
Downloaded 256 times

_________________
East or West HMG is the Best.
South or North HMG is worth.
Mon Jul 25, 2011 10:37 am
Profile YIM WWW
User avatar

Joined: Tue Jul 29, 2008 6:30 pm
Posts: 3629
Location: Sivakasi, India
Post Re: Just upgraded to 3.0.38, but have problem...
James wrote:
Hi, everybody, thanks for your help, I'm having another challenge with newly installed 3.0.38:

When I click here, nothing happens.
Image


This is because of editor.ini in IDE folder. Please delete or point your Notepad++ directory. Sorry for the inconvenience.


James wrote:

Also, I opened the SAMPLE\CONSOLE program, and it won't work, and I can't find the console setting:

Image

Thanks for your help. :)


For console mode applications, please see the documentation for the recent note by Roberto. This is the extract:

In IDE, all build customizations must be handled by the user from 'Configuration' (project browser) tab. It is direct edit of the project .hbc file. Look at hbmk2 help for details. By default two gt drivers are ALWAYS linked: GTGUI (as default) and GTWIN (Windows console). To create console/mixed mode apps. you only must add this line to your main .prg: HB_GT_WIN_DEFAULT

When upgrading HMG, please, clean previous build data from your projects using incremental building. From command line, you must add the -clean parameter. From IDE, use the 'Reset project incremental data' option from the project menu.

_________________
East or West HMG is the Best.
South or North HMG is worth.


Mon Jul 25, 2011 10:44 am
Profile YIM WWW
Display posts from previous:  Sort by  
Reply to topic 
 [ 42 posts ]  Go to page 1, 2, 3, 4, 5  Next

Who is online

Users browsing this forum: Google [Bot], quartz565 and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.