Re: getSysColor
- Posted by JesusC - Jesus Consuegra <jconsuegra at REDESTB.ES> Jun 02, 1998
- 1107 views
Thanks, David. It was no fault of Win32lib but of the text editor I use. I run Euphoria from inside it, and was losing the path sometimes. I fixed it by putting the whole path to the WIN32LIB. Jesus. (now, the end is closer...) ---------- De: David Cuny <dcuny at DSS.CA.GOV> A: EUPHORIA at LISTSERV.MUOHIO.EDU Asunto: Re: getSysColor Fecha: lunes 1 de junio de 1998 18:31 Jesus wrote: >>When I run the EX15 example, everything is okay, but if I modify it just to >>add my own bitmaps (to draw L.E.D. like digits) I get an error on >>getSysColor not being defined... >>Surprisingly, neither in Win32Lib or the enclosed includes did appear any >>references to it... I'm not sure I understand the error. I tried running your example code (commenting out the bitmaps, which I don't have, and adding a WinMain() call), and didn't get any errors. The function getSysColor() is defined as global in WIN32LIB.EW, and is supposed to be in all three platforms of Win32. (insert puzzled expression here) I suspect I'm misunderstanding your question. -- David Cuny ----------