ab5000
Joined: 06 May 2008 Posts: 74
|
Posted: Wed Jun 24, 2009 5:47 am Post subject: VLF 1.0 + Sony OSK |
|
|
Hi.
There's a bug in the VLF 1.0 lib:
| Code: | /**
* Shows an OSK dialog.
*
* @param intext - the initial text of the OSK, NULL if no required
* @param desc - the description that will be shown in the OSK, NULL if no required
* @param outtext - the output text
*
* @returns 0 if the text was entered.
*/
int vlfGuiOSKDialog(u16 *intext, u16 *desc, u16 *outtext); |
give me undefined reference. The library is installed correctly. There's something wrong with my setup or it isn't just implemented?
Thanks,
ab5000. _________________
| Code: | %:include<stdio.h>
int _(int __,int ___,int ____,int _____)
<%for(;____<___;_____=_____*__,____++);
return _____;%>main()<%printf
("%d\n",_(2,5,0,1));%> |
|
|