|
From: Alain A. <ala...@wa...> - 2014-02-05 15:55:52
|
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Le 05/02/2014 07:48, Alexander S.Kresin
a écrit :<br>
</div>
<blockquote cite="mid:52F...@be..." type="cite">
<pre wrap="">hwg_SelectFont()</pre>
</blockquote>
seems not to exists<br>
<br>
In dbview, it's this line which is used:<br>
<br>
<small><i>IF ( oBrwFont := HFont():Select(oFont) ) != Nil</i></small><br>
<br>
replacing with :<br>
<br>
<i><small>IF ( oBrwFont := Hw_SelectFont(oFont) ) != Nil</small></i><br>
<br>
gives that error when building:<br>
<br>
<small><i>/tmp/ccJeaWhl.o:(.data+0x8b0): undefined reference to
`HB_FUN_HW_SELECTFONT'</i></small><br>
<br>
Where to put the translation ?<br>
<br>
A+<br>
<div class="moz-signature">-- <br>
<hr>
Alain Aupeix<br>
<a class="moz-txt-link-freetext" href="http://jujuland.pagesperso-orange.fr/">http://jujuland.pagesperso-orange.fr/</a><br>
<a class="moz-txt-link-freetext" href="http://pissobi-lacassagne.pagesperso-orange.fr/">http://pissobi-lacassagne.pagesperso-orange.fr/</a><br>
<hr>
<small>U.buntu 12.04 | G.ramps 3.4.6-1 | H.arbour 3.2.0dev
(2014-02-03 22:06) | HbIDE (Rev.279) | Five.Linux (r138) |
Hw.Gui (2220)</small>
<hr></div>
</body>
</html>
|