CueBanner

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2117
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

CueBanner

Post by AUGE_OHR »

hi,

i found Sample SetCueBanner()
X:\hmg.3.4.4\SAMPLES\Controls\TextBox\CUEBANNER\
and read Thread http://www.hmgforum.com/viewtopic.php?f=14&t=3945

it does produce working *.EXE but generate a lot of Warning :o
i have try HMG UNICODE Version ... is this right :?:
have fun
Jimmy
edk
Posts: 999
Joined: Thu Oct 16, 2014 11:35 am
Location: Poland

Re: CueBanner

Post by edk »

Try to add:

Code: Select all

#include "hbapi.h"
User avatar
AUGE_OHR
Posts: 2117
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: CueBanner

Post by AUGE_OHR »

hi,

Thx for Answer.

YES it does compile now without Error ( except "dupe" EM_SETCUEBANNER )

now i try to use it in my own HB_FUNC.PRG ...

----

Question : "what" and "where" does #define COMPILE_HMG_UNICODE work :?:

i do include <HMG_UNICODE.h> and it "seems" to work but when include COMPILE_HMG_UNICODE before i got a lot of Warnings :(
have fun
Jimmy
User avatar
AUGE_OHR
Posts: 2117
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: CueBanner

Post by AUGE_OHR »

hi,

Sample work so i want to integrate in my App and it crash ... :shock:
but there is not Error-log or hb_out ... nothing ... hm

i have copy / paste Source to my HB_FUNC.PRG and have set all #include and #define ( and much more ...)
did someone use CueBanner in 64 Bit HMG App :?:
have fun
Jimmy
User avatar
danielmaximiliano
Posts: 2763
Joined: Fri Apr 09, 2010 4:53 pm
DBs Used: DBF
Location: Argentina
Contact:

Re: CueBanner

Post by danielmaximiliano »

el ejemplo en 64 bits genera error.
2021-11-18 19_22_45-Window.png
2021-11-18 19_22_45-Window.png (26.15 KiB) Viewed 1192 times
en 32 bits se ejecuta correctamente pero el .log da muchas precauciones
2021-11-18 19_23_58-Window.png
2021-11-18 19_23_58-Window.png (34.06 KiB) Viewed 1192 times
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Telegram invitation https://t.me/HMGWorkspace
User avatar
AUGE_OHR
Posts: 2117
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: CueBanner

Post by AUGE_OHR »

hi,
danielmaximiliano wrote: Thu Nov 18, 2021 10:27 pm el ejemplo en 64 bits genera error.
en 32 bits se ejecuta correctamente pero el .log da muchas precauciones
as i say it crash under 64 Bit
but you got a Message-Box ... hm
have fun
Jimmy
Post Reply