Re: define_c_var for Win32??? - Rob
- Posted by Robert Craig <rds at RapidEuphoria.com> Feb 12, 2001
- 406 views
Ray Smith writes: > Will "define_c_var" be supported in Windows one day? If someone can tell me how to get the address of a variable in a Windows .dll, i.e. a .dll that I've loaded dynamically using LoadLibrary(), I can probably add this feature very easily. Currently you can run define_c_var() with Euphoria for Windows, but it just tries to find the symbol as if it were an exported function - I thought there was a chance this would work, but I didn't know whether you were supposed to look up "x", "_x" or something else. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com