I am about to install Harbour, I have questions...

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

vmars316
Posts: 6
Joined: Sat Jan 21, 2012 5:47 am

Re: I am about to install Harbour, I have questions...

Post by vmars316 »

Greetings,
I am looking to cut the size of *.exe generated by Harbour.
I created a small gui program via harbour programs.
Program has 1 form, 1 textBox, 2 Buttons.
And no actual code.
The *.exe size is 1,917kb.

I created a small gui program via HotBasic programs.
Program has 1 form, 1 textBox, 2 Buttons.
The exe size is 10kb.

Can nova.exe be used to run the harbour pre-exe(Pcode?) output.
OR, Is there a program similar to nova.exe that i that i can use to run my harbour Pcode? Is there a step in the harbour compile-to-Pcode then compile=Pcode-to-exe, where i can save the Pcode, so that i can examine it. What would that Pcode-to-exe program be called, an interpreter?

Thanks...Vernon
User avatar
danielmaximiliano
Posts: 2763
Joined: Fri Apr 09, 2010 4:53 pm
DBs Used: DBF
Location: Argentina
Contact:

Re: I am about to install Harbour, I have questions...

Post by danielmaximiliano »

vmars316 wrote:Greetings,
I am looking to cut the size of *.exe generated by Harbour.
I created a small gui program via harbour programs.
Program has 1 form, 1 textBox, 2 Buttons.
And no actual code.
The *.exe size is 1,917kb.

I created a small gui program via HotBasic programs.
Program has 1 form, 1 textBox, 2 Buttons.
The exe size is 10kb.

Can nova.exe be used to run the harbour pre-exe(Pcode?) output.
OR, Is there a program similar to nova.exe that i that i can use to run my harbour Pcode? Is there a step in the harbour compile-to-Pcode then compile=Pcode-to-exe, where i can save the Pcode, so that i can examine it. What would that Pcode-to-exe program be called, an interpreter?

Thanks...Vernon
Hotbasic :
Licence Agreement
Thank you very much for trying HotBasic. Let's review our current agreement:
You are free to use the HotBasic Compiler Trial version for evaluation, but written permission from the author is required for sale of this program or packaging it in products for sale and for use in commercial or governmental settings, including software developers who distribute HotBasic-compiled executables. If one or more compiled programs are used by anybody, including yourself, HotBasic must, of course, be registered.
By downloading these materials, you further agree not to post these files in any manner for download or transfer by any means including by the internet.
By downloading these files, you also agree to the licensing statement of Microsoft Corporation included with their utilities.

"Permission" above equals Registration.
HMG / Harbour is free, you need not pay for it......
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Telegram invitation https://t.me/HMGWorkspace
vmars316
Posts: 6
Joined: Sat Jan 21, 2012 5:47 am

Re: I am about to install Harbour, I have questions...

Post by vmars316 »

Free.
Yes, I know. Its a great deal! A labor of love.
I really like the harbour language syntax.
Almost, like reading a book.
Thanks...vm
Post Reply