Knowledge of winapi
- Posted by Marcel Kollenaar <M.Kollenaar at SLO.NL> Jan 19, 2000
- 533 views
Hello David, I took a very quick look at your work LLAMA. I wonder where do you get the knowledge from of all these libraries and their functions in it? Are these all written down in books, one can buy in a bookstore? user32 = open_dll("user32.dll") gdi32 = open_dll("gdi32.dll") winmm = open_dll("winmm.dll") comdlg32 = open_dll("comdlg32.dll") kernel32 = open_dll("kernel32.dll") winspool = open_dll("winspool.drv") Suppose I want to use ODBC in Euphoria, where do I have to start? Thanks in advance, Marcel Kollenaar