View previous topic :: View next topic |
Author |
Message |
Vrock
Joined: 13 Jul 2006 Posts: 1
|
Posted: Thu Jul 13, 2006 1:16 Post subject: Functions missing in Library? |
|
|
So I checked through the functions library in the toolset and found out that the:
SetPersistent... functions are missing but the other functions (ie GetPersistent...) are there.
Is this a common bug or just a flaw on my end?
And will the SetPersistent... functions still work even though they don't show up in the library?
I looked through aps_include and can't find anything wrong there.
And of course I use the #include "aps_include" statement.
This happened to anyone else? |
|
Back to top |
|
|
Rami_Ahmed
Joined: 07 Dec 2005 Posts: 37 Location: Denmark
|
Posted: Thu Jul 13, 2006 9:49 Post subject: |
|
|
Yep it's simply because the 'layout' of the aps_include file. If you look through all the prototypes, you'll find that all the Set*s are on 2 lines, if you make it all stand on 1 line, it'll work normally. |
|
Back to top |
|
|
|