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 **
Hi, I can confirm that the new FLL library does not have the initialization method.
I have a previous version from 2009 and it works ok with the vfp2c32front.exe program