I tried to run the "Sample Application Using BrowserView Library" from SDK help. But it gives error on alp_browser_view_realize(browserView);. I have searched all the sdk help file and the header file but did not get this function. Can anyone tell me whether this function is replaced or not. If not then which header file it locates?
When I comment this function the application builds ok and the browser view is displayed but the content of html link does not display.
Can any one tell me the machanism of how to show simple content on browser view?
Thanks in advance mahmud
The administrator has disabled public write access.
Hi, Now late night and ofice is closed i cant give you the detials right now but it may help. try use some option in your make files PACKGES.
because the error you wrote that function without that compiles perfectly although by including the header file, it also happend to me twice with different functions such as thread_cancel thread_start semaphore blah blah.. this functions definations are on thread.h but including this gives error.But when i used "pthread" (without quotation) in makefile's packges = ..... ... .. pthread
it compiled as a butter. moreover same problem occurd with crypt.h. when i used "crypt" it compiled. this are the command line options which goes with gcc - blah blah..
it's hint but not the perfect solution buddy. if i get i'll let you know soon. and if you come to know plz then update the forum.
Farhan
The administrator has disabled public write access.