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!
Comments: ** Comment from web user: fdbozzo **
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!
Comments: ** Comment from web user: fdbozzo **
You are right, taking out the "INITVFP2C32" line make examples work.
It would be nice if all the examples are fixed, even the "vfp2c32front.exe" app, because does not work anymore because of this.
Thanks!