hi,
it seems me that using 24.07 hb_MEMOREAD() does not work and i get only empty Window.
can somebody confirm this
@ 3, 3 GET oMGet VAR cMemo ;
MULTILINE ;
/*COLOR BFcolor, BGcolor */ ;
ON CHANGE OnChanged( oMGet, oStatusBar ) ;
SIZE nHeight - 70, nWidth - 20 OF oWnd PIXEL
-LC:\BCC7764\lib\psdk -lUxtheme
but Color of GET / MULTILINE does not work correct like before so i can´t see it (Black on Black)
@ r,c GET oGet VAR cMemo MEMO SIZE w,h PIXEL OF oDlg
oGet:SetColor( CLR_WHITE, CLR_BLACK )
but how does a "A" LIB can work with MSVC?
nageswaragunupudi wrote:*.a libs work with bcc only, not msvc.
When in doubt about the libraries to be linked, please always read "build??.bat" corresponding to your version in the samples folder and ensure make your linkscript includs the same libs linked in the build??.bat
look for uxtheme.a
-LC:\BCC7764\lib\psdk -lUxtheme
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 50 guests