decls

Blitz3D Forums/Blitz3D Programming/decls

Almo(Posted 2010) [#1]
Hi!

I have .decls that look like this:

.lib " "
AVLAdd%(returnvec, inx#, iny#, inz#)
AVLAddVector%(returnvec, addvec)
AVLAxisRotate%(invector, inangle#, inaxis)
AVLCenter%(invector)
AVLCrossProduct%(returnvec, multvec)
AVLDotProduct#(vec1, vec2)
AVLGetPointLineDist#(inpoint, invec1, invec2)
AVLGetPointPointDist#(invec1, invec2)
AVLGetPointPointDistSquared#(invec1, invec2)

I put them in Blitz3d/userlibs. Long ago, this used to (I thought) make f1 help available for functions I had written. It doesn't seem to do this anymore. What am I forgetting to do?


Warner(Posted 2010) [#2]
Maybe you have UAC enabled? That gave me problems when reading/writing to the userlibs directory in \program files.


Almo(Posted 2010) [#3]
Hmm... I'm on XP, and I don't think we use UAC. I tried filemon to see what Blitz accesses when starting, and Blitz3D\userlibs never shows up. So I don't think access to that is the problem.


Almo(Posted 2010) [#4]
Fixed. I just updated to the latest Blitz3D package. I was still on 1.64. o_0