miniprint

Moderator: Rathinagiri

Post Reply
t57042
Posts: 148
Joined: Tue Mar 16, 2010 9:46 am
Location: belgium

miniprint

Post by t57042 »

Hi there,

I picked up hmg again after 6 years.
I am trying to compile a program i wrote long ago. It uses miniprint.
Now i am using Ver 3.3.1 when trying to compile. Doesn't work.

I figured out miniprint doesn't exist anymore in this version.
Where can I findwhich library to use?

Richard
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: miniprint

Post by Roberto Lopez »

t57042 wrote:Hi there,

I picked up hmg again after 6 years.
I am trying to compile a program i wrote long ago. It uses miniprint.
Now i am using Ver 3.3.1 when trying to compile. Doesn't work.

I figured out miniprint doesn't exist anymore in this version.
Where can I findwhich library to use?

Richard
AFAIR I've made this change during 2005/2006:
- HMG 2.0 ALPHA BUILD 005 Changelog:

- Changed: MiniPrint library source code (a modified/optimized version)
is now included as an integral part of HMG library. This code is
experimental and will be changed / optimized in the future. Please, do
not use these sources as an example of HMG programming, since some
techniques used there relies hardly on HMG internals and could be
non-stable or reliable applied to other environments (outside print
modules). The same applies to modifications to the code.

You don't need to use the "#include 'miniprint.ch'" anymore, but that
is supported for backwards compatibility.
Meaning that MiniPrint library, ceased to exist 10 years ago, so... which HMG version were you using?
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
t57042
Posts: 148
Joined: Tue Mar 16, 2010 9:46 am
Location: belgium

Re: miniprint

Post by t57042 »

using 3.3.1 now
tks
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: miniprint

Post by Roberto Lopez »

t57042 wrote:using 3.3.1 now
tks
I'm talking about your original code working with miniprint, in which HMG version it worked (prior to 3.3.1) ?
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
Post Reply