Hi:
When trying to execute some of the examples, I get an error because this initialization function does not exist.
In example, the program "async.prg" starts with this:
```
#INCLUDE "vfp2c.h"
CD (FULLPATH(JUSTPATH(SYS(16))))
SET LIBRARY TO vfp2c32.fll ADDITIVE
INITVFP2C32(VFP2C_INIT_ASYNC)
```
Any idea why this is not working anymore?
Thanks!
When trying to execute some of the examples, I get an error because this initialization function does not exist.
In example, the program "async.prg" starts with this:
```
#INCLUDE "vfp2c.h"
CD (FULLPATH(JUSTPATH(SYS(16))))
SET LIBRARY TO vfp2c32.fll ADDITIVE
INITVFP2C32(VFP2C_INIT_ASYNC)
```
Any idea why this is not working anymore?
Thanks!