Hi,
I have included this in my .BAT and now works.
set HB_BUILD_UNICODE=no
Work´s fine now :)
Many thank´s.
Rossine.
--
View this message in context:
http://old.nabble.com/Error-with-13990-harbour-svn-tp27714510p27714516.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.
Hi!
set HB_BUILD_UNICODE=no
And recompile your Harbour.
Regards,
Vailton Renato
2010/2/25 Rossine :
>
> Hi,
>
> I use minigui and this samples in windows XP work´s fine, but with windows
> 98 not work, abort in the function hb_memoread().
>
> [CODE]
>
> #include "minigui.ch"
>
> Function Main
Hi,
I use minigui and this samples in windows XP work´s fine, but with windows
98 not work, abort in the function hb_memoread().
[CODE]
#include "minigui.ch"
Function Main
msgstop( "-STEP 1-" )
hb_memoread( "demo.prg" )
msgstop( "-STEP 2-" ) && Not come here
return NIL
[ENDCODE]
What ca