> Would you post a short example for people who search the forums in the =
> future to find?
>
> Thanks,
>
> Harvey=
>
Sorry Harvey, I didn't see your post. I still don't really know how to use
these forums :(
Here's the code I used:
// Find the manual absolute path
fl_filename_absolute(ManualAbsPath, 1024, "Manual.pdf");
// Create the "file://Path/To/Manual.pdf" URI
char URIstr[1024];
sprintf(URIstr,"file://%s",ManualAbsPath);
// Open the URI
fl_open_uri(URIstr, Message, 256);
if (strncmp("open file://",Message,12)!=0) fl_alert("%s",Message);
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk