Re: Accessing C variables/structures
- Posted by Robert Craig <rds at ATTCANADA.NET> Jul 26, 2000
- 382 views
Ben Logan writes: > When using a C library from Euphoria, how do I > access the variables and structures made available > by that library? In Linux Euphoria you can link with (get the address of) a C variable using define_c_var(). In WIN32 there is no way to link directly with a variable, but you can access variables and structures using the methods just described by Matthew Lewis. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com