Main Menu

Explicit On

Started by monkeybot, December 17, 2011, 12:43:19 PM

Previous topic - Next topic

explicit with sLibs

can i use explicit with sLibs
0 (0%)
slibs
0 (0%)

Total Members Voted: 0

monkeybot

Is it possible to use Explicit with external libs,i get errors that the various slib commands are not defined.

kevin

#1
 Just enable it after the includes..

PlayBASIC Code: [Select]
   #include "my library"

explicit on





monkeybot

when i call a subroutine from the slib i get this...that's putting explicit after the include.

kevin


and where is MyInput declared ??

monkeybot

ahhh! oh yeah DOH!

Thanks