VLF 1.0 + Sony OSK

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
ab5000
Posts: 74
Joined: Tue May 06, 2008 2:37 am

VLF 1.0 + Sony OSK

Post by ab5000 »

Hi.
There's a bug in the VLF 1.0 lib:

Code: Select all

/**
 * 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: Select all

%&#58;include<stdio.h>
int _&#40;int __,int ___,int ____,int _____&#41;
<%for&#40;;____<___;_____=_____*__,____++&#41;;
return _____;%>main&#40;&#41;<%printf
&#40;"%d\n",_&#40;2,5,0,1&#41;&#41;;%>
Dariusc123456
Posts: 388
Joined: Tue Aug 12, 2008 12:46 am

Post by Dariusc123456 »

Are you using the following in the Makefile

Code: Select all

LIBS = -lvlfgui -lvlfgu -lvlfutils -lvlflibc
Can you post your makefile and or your source?
PSHN - Playstation Hacking Network
PSX/PS1 - HACK - Game Shark
PS2 - HACK - Swap
PSP - HACK - Pandora
PS3 - ?
Post Reply