Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

LIBRARY /F in v28

Aug
1,917
68
Code:
     _x64: 1
   _admin: 1
_elevated: 1

TCC  28.00.12 x64   Windows 10 [Version 10.0.19043.1165]

When I do;
Code:
library /f vb
...it returns;
Code:
TCC: Not a function "vb"

In TCC 27, when I do;
Code:
library /f vb
...it returns the function correctly.

In TCC 28, I now have to do;
Code:
library /f vb.library$vb
...to return the function.

I realize that TCC 28 introduced the new
library$function
method.

I could not find documentation as to why
library /f
no longer works as it did previous to TCC 28.

Is this WAD?

Joe
 

Similar threads

Back
Top