Search found 2 matches

Go to advanced search

by pamelaluck
12 Jan 2010 13:04
Forum: VLC media player for Windows Troubleshooting
Topic: network poll error
Replies: 5
Views: 514

Re: network poll error

Hello, This is possible solution of network poll error. #include <sys/poll.h> int poll(struct pollfd *ufds, unsigned int nfds, int timeout); This function is very similar to select() in that they both watch sets of file descriptors for events, such as incoming data ready to recv(), socket ready to s...
by pamelaluck
12 Jan 2010 12:47
Forum: Web and scripting
Topic: Building HTML pages
Replies: 10
Views: 6173

Re: Building HTML pages

Hello, The easiest way to create HTML documents is to start with an existing Writer document. You can view it as it will appear on a web page by selecting Online Layout from the View menu or by clicking on its toolbar button.Links can be inserted and modified using the hyperlink editor. Display the ...

Go to advanced search