TailBite 1.0 Preview, soon in PureProject and PureArea

TailBite specific forum

Moderators: gnozal, ABBKlaus, lexvictory

ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post by ABBKlaus »

just tested your TestLib and it works :wink:
So you are doing something wrong :?:
I suspect you forgot to tell PureBasic in the compileroptions which subsystem it should use i.e.
Testcode :

Code: Select all

Debug TestFunc()
Compileroptions : UserLibUnicode
Debug returns : 1

PS : and it returns 0 in normal mode (no subsystem used)
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Post by Progi1984 »

You suspected...
You are right...

I'm so stupid in this case... Very thanks !
Post Reply