Page 40 of 40

Posted: Sat Feb 02, 2008 3:30 pm
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)

Posted: Sat Feb 02, 2008 3:40 pm
by Progi1984
You suspected...
You are right...

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