<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to use your Nokia N95 as a wireless Webcam</title>
	<atom:link href="http://www.simplehelp.net/2008/11/19/how-to-use-your-nokia-n95-as-a-wireless-webcam/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simplehelp.net/2008/11/19/how-to-use-your-nokia-n95-as-a-wireless-webcam/</link>
	<description>Common questions, simple answers</description>
	<lastBuildDate>Sun, 22 Nov 2009 06:23:19 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: azmo_35</title>
		<link>http://www.simplehelp.net/2008/11/19/how-to-use-your-nokia-n95-as-a-wireless-webcam/comment-page-1/#comment-9834</link>
		<dc:creator>azmo_35</dc:creator>
		<pubDate>Sat, 31 Jan 2009 12:08:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/?p=1676#comment-9834</guid>
		<description>Hi, i try follow this tutorial but i&#039;m stuck all ways on the begin i am on Ubuntu 8.04 kernel 2.6.24-23, new to this but i wanted learn, many thanks, azmo.</description>
		<content:encoded><![CDATA[<p>Hi, i try follow this tutorial but i&#8217;m stuck all ways on the begin i am on Ubuntu 8.04 kernel 2.6.24-23, new to this but i wanted learn, many thanks, azmo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: des</title>
		<link>http://www.simplehelp.net/2008/11/19/how-to-use-your-nokia-n95-as-a-wireless-webcam/comment-page-1/#comment-9833</link>
		<dc:creator>des</dc:creator>
		<pubDate>Sun, 28 Dec 2008 17:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/?p=1676#comment-9833</guid>
		<description>sounds to me like that gtk.h is missing (near the top of ur post)

other than that im not too sure.
i have basic build skills, but not too great on resolving things like that lol sorry.

hope u get it working.</description>
		<content:encoded><![CDATA[<p>sounds to me like that gtk.h is missing (near the top of ur post)</p>
<p>other than that im not too sure.<br />
i have basic build skills, but not too great on resolving things like that lol sorry.</p>
<p>hope u get it working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.simplehelp.net/2008/11/19/how-to-use-your-nokia-n95-as-a-wireless-webcam/comment-page-1/#comment-9830</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Fri, 19 Dec 2008 11:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/?p=1676#comment-9830</guid>
		<description>Eeeek!

No sure what is going on here. Any one with a clue-stick for me?

Thanks.

/Desktop/N95-mod/smartcam_v_2008.09.18.2/smartcam/src/app$ gcc `pkg-config –cflags –libs gtkclear+-2.0 gthread-2.0` -lbluetooth smartcam.c -o smartcam
smartcam.c:20:21: error: gtk/gtk.h: No such file or directory
In file included from smartcam.c:37:
icons/SmartCamApp.png.h:26: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘smartcam_png_inline’
In file included from smartcam.c:38:
icons/logo.png.h:26: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘logo_png_inline’
In file included from smartcam.c:39:
icons/disconnected.png.h:26: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘disconnected_png_inline’
smartcam.c:65: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
smartcam.c:66: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
smartcam.c:67: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
smartcam.c:68: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
smartcam.c:69: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
smartcam.c:70: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘main_wnd_minimized’
smartcam.c:72: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
smartcam.c:73: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
smartcam.c:74: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
smartcam.c:76: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘main_wnd_pos_x’
smartcam.c:77: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘main_wnd_pos_y’
smartcam.c:176: error: expected ‘)’ before ‘*’ token
smartcam.c: In function ‘display_disconnected’:
smartcam.c:184: error: ‘status_icon’ undeclared (first use in this function)
smartcam.c:184: error: (Each undeclared identifier is reported only once
smartcam.c:184: error: for each function it appears in.)
smartcam.c:184: error: ‘disconnected_icon_pixbuf’ undeclared (first use in this function)
smartcam.c:185: error: ‘image’ undeclared (first use in this function)
smartcam.c:185: error: ‘logo_icon_pixbuf’ undeclared (first use in this function)
smartcam.c: In function ‘set_disconnected’:
smartcam.c:198: error: ‘logo_icon_pixbuf’ undeclared (first use in this function)
smartcam.c:198: warning: passing argument 1 of ‘write_device_frame’ makes pointer from integer without a cast
smartcam.c: In function ‘set_connected’:
smartcam.c:205: error: ‘status_icon’ undeclared (first use in this function)
smartcam.c:205: error: ‘smartcam_icon_pixbuf’ undeclared (first use in this function)
smartcam.c: At top level:
smartcam.c:223: error: expected ‘)’ before ‘*’ token
smartcam.c: In function ‘comm_thread’:
smartcam.c:267: error: ‘GtkWidget’ undeclared (first use in this function)
smartcam.c:267: error: ‘image’ undeclared (first use in this function)
smartcam.c:267: error: expected expression before ‘)’ token
smartcam.c:268: error: ‘GError’ undeclared (first use in this function)
smartcam.c:268: error: ‘error’ undeclared (first use in this function)
smartcam.c:279: error: ‘GdkPixbufLoader’ undeclared (first use in this function)
smartcam.c:279: error: ‘pixbuf_loader’ undeclared (first use in this function)
smartcam.c:293: error: ‘GdkPixbuf’ undeclared (first use in this function)
smartcam.c:293: error: ‘pixbuf’ undeclared (first use in this function)
smartcam.c:296: warning: passing argument 1 of ‘write_device_frame’ makes pointer from integer without a cast
smartcam.c: At top level:
smartcam.c:322: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘delete_event’
smartcam.c: In function ‘load_inline_icons’:
smartcam.c:338: error: ‘smartcam_icon_pixbuf’ undeclared (first use in this function)
smartcam.c:338: error: ‘smartcam_png_inline’ undeclared (first use in this function)
smartcam.c:338: error: ‘FALSE’ undeclared (first use in this function)
smartcam.c:339: error: ‘disconnected_icon_pixbuf’ undeclared (first use in this function)
smartcam.c:339: error: ‘disconnected_png_inline’ undeclared (first use in this function)
smartcam.c:340: error: ‘logo_icon_pixbuf’ undeclared (first use in this function)
smartcam.c:340: error: ‘logo_png_inline’ undeclared (first use in this function)
smartcam.c: In function ‘unref_inline_icons’:
smartcam.c:345: error: ‘smartcam_icon_pixbuf’ undeclared (first use in this function)
smartcam.c:346: error: ‘disconnected_icon_pixbuf’ undeclared (first use in this function)
smartcam.c:347: error: ‘logo_icon_pixbuf’ undeclared (first use in this function)
smartcam.c: In function ‘clean_smartcam’:
smartcam.c:366: error: ‘logo_icon_pixbuf’ undeclared (first use in this function)
smartcam.c:366: warning: passing argument 1 of ‘write_device_frame’ makes pointer from integer without a cast
smartcam.c: At top level:
smartcam.c:375: error: expected ‘)’ before ‘*’ token
smartcam.c: In function ‘show_quit_dialog’:
smartcam.c:400: error: ‘GtkWidget’ undeclared (first use in this function)
smartcam.c:400: error: ‘label’ undeclared (first use in this function)
smartcam.c:401: error: ‘GtkHBox’ undeclared (first use in this function)
smartcam.c:401: error: ‘dialog_hbox’ undeclared (first use in this function)
smartcam.c:402: error: ‘GtkImage’ undeclared (first use in this function)
smartcam.c:402: error: ‘dialog_icon’ undeclared (first use in this function)
smartcam.c:404: error: ‘GtkDialog’ undeclared (first use in this function)
smartcam.c:404: error: ‘dialog’ undeclared (first use in this function)
smartcam.c:407: error: ‘main_window’ undeclared (first use in this function)
smartcam.c:408: error: ‘GTK_DIALOG_MODAL’ undeclared (first use in this function)
smartcam.c:410: error: ‘GTK_RESPONSE_CLOSE’ undeclared (first use in this function)
smartcam.c:414: error: ‘GTK_TYPE_HBOX’ undeclared (first use in this function)
smartcam.c:415: error: ‘GTK_TYPE_IMAGE’ undeclared (first use in this function)
smartcam.c:416: error: ‘GTK_STOCK_DIALOG_ERROR’ undeclared (first use in this function)
smartcam.c:418: error: ‘FALSE’ undeclared (first use in this function)
smartcam.c:421: error: ‘TRUE’ undeclared (first use in this function)
smartcam.c:424: error: invalid type argument of ‘-&gt;’
smartcam.c:425: error: ‘destroy’ undeclared (first use in this function)
smartcam.c: At top level:
smartcam.c:511: error: expected ‘)’ before ‘*’ token
smartcam.c:529: error: expected ‘)’ before ‘*’ token
smartcam.c: In function ‘show_main_window’:
smartcam.c:556: error: ‘main_window’ undeclared (first use in this function)
smartcam.c:556: error: ‘main_wnd_pos_x’ undeclared (first use in this function)
smartcam.c:556: error: ‘main_wnd_pos_y’ undeclared (first use in this function)
smartcam.c: In function ‘hide_main_window’:
smartcam.c:563: error: ‘main_window’ undeclared (first use in this function)
smartcam.c:563: error: ‘main_wnd_pos_x’ undeclared (first use in this function)
smartcam.c:563: error: ‘main_wnd_pos_y’ undeclared (first use in this function)
smartcam.c: At top level:
smartcam.c:567: error: expected ‘)’ before ‘*’ token
smartcam.c:593: error: expected ‘)’ before ‘*’ token
smartcam.c: In function ‘main’:
smartcam.c:603: error: ‘GtkWidget’ undeclared (first use in this function)
smartcam.c:603: error: ‘vbox’ undeclared (first use in this function)
smartcam.c:604: error: ‘align’ undeclared (first use in this function)
smartcam.c:605: error: ‘frame’ undeclared (first use in this function)
smartcam.c:606: error: ‘status_menu’ undeclared (first use in this function)
smartcam.c:607: error: ‘status_menu_item’ undeclared (first use in this function)
smartcam.c:611: error: ‘GError’ undeclared (first use in this function)
smartcam.c:611: error: ‘error’ undeclared (first use in this function)
smartcam.c:636: error: ‘status_icon’ undeclared (first use in this function)
smartcam.c:636: error: ‘disconnected_icon_pixbuf’ undeclared (first use in this function)
smartcam.c:638: error: ‘TRUE’ undeclared (first use in this function)
smartcam.c:639: error: ‘status_popup’ undeclared (first use in this function)
smartcam.c:640: error: ‘status_activate’ undeclared (first use in this function)
smartcam.c:643: error: ‘main_window’ undeclared (first use in this function)
smartcam.c:643: error: ‘GTK_WINDOW_TOPLEVEL’ undeclared (first use in this function)
smartcam.c:644: error: ‘delete_event’ undeclared (first use in this function)
smartcam.c:645: error: ‘destroy’ undeclared (first use in this function)
smartcam.c:646: error: ‘track_minimize’ undeclared (first use in this function)
smartcam.c:650: error: ‘FALSE’ undeclared (first use in this function)
smartcam.c:652: error: ‘GTK_WIN_POS_NONE’ undeclared (first use in this function)
smartcam.c:654: error: ‘smartcam_icon_pixbuf’ undeclared (first use in this function)
smartcam.c:663: error: ‘GTK_SHADOW_IN’ undeclared (first use in this function)
smartcam.c:665: error: ‘image’ undeclared (first use in this function)
smartcam.c:665: error: ‘logo_icon_pixbuf’ undeclared (first use in this function)
smartcam.c:672: error: ‘statusbar’ undeclared (first use in this function)</description>
		<content:encoded><![CDATA[<p>Eeeek!</p>
<p>No sure what is going on here. Any one with a clue-stick for me?</p>
<p>Thanks.</p>
<p>/Desktop/N95-mod/smartcam_v_2008.09.18.2/smartcam/src/app$ gcc `pkg-config –cflags –libs gtkclear+-2.0 gthread-2.0` -lbluetooth smartcam.c -o smartcam<br />
smartcam.c:20:21: error: gtk/gtk.h: No such file or directory<br />
In file included from smartcam.c:37:<br />
icons/SmartCamApp.png.h:26: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘smartcam_png_inline’<br />
In file included from smartcam.c:38:<br />
icons/logo.png.h:26: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘logo_png_inline’<br />
In file included from smartcam.c:39:<br />
icons/disconnected.png.h:26: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘disconnected_png_inline’<br />
smartcam.c:65: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token<br />
smartcam.c:66: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token<br />
smartcam.c:67: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token<br />
smartcam.c:68: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token<br />
smartcam.c:69: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token<br />
smartcam.c:70: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘main_wnd_minimized’<br />
smartcam.c:72: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token<br />
smartcam.c:73: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token<br />
smartcam.c:74: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token<br />
smartcam.c:76: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘main_wnd_pos_x’<br />
smartcam.c:77: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘main_wnd_pos_y’<br />
smartcam.c:176: error: expected ‘)’ before ‘*’ token<br />
smartcam.c: In function ‘display_disconnected’:<br />
smartcam.c:184: error: ‘status_icon’ undeclared (first use in this function)<br />
smartcam.c:184: error: (Each undeclared identifier is reported only once<br />
smartcam.c:184: error: for each function it appears in.)<br />
smartcam.c:184: error: ‘disconnected_icon_pixbuf’ undeclared (first use in this function)<br />
smartcam.c:185: error: ‘image’ undeclared (first use in this function)<br />
smartcam.c:185: error: ‘logo_icon_pixbuf’ undeclared (first use in this function)<br />
smartcam.c: In function ‘set_disconnected’:<br />
smartcam.c:198: error: ‘logo_icon_pixbuf’ undeclared (first use in this function)<br />
smartcam.c:198: warning: passing argument 1 of ‘write_device_frame’ makes pointer from integer without a cast<br />
smartcam.c: In function ‘set_connected’:<br />
smartcam.c:205: error: ‘status_icon’ undeclared (first use in this function)<br />
smartcam.c:205: error: ‘smartcam_icon_pixbuf’ undeclared (first use in this function)<br />
smartcam.c: At top level:<br />
smartcam.c:223: error: expected ‘)’ before ‘*’ token<br />
smartcam.c: In function ‘comm_thread’:<br />
smartcam.c:267: error: ‘GtkWidget’ undeclared (first use in this function)<br />
smartcam.c:267: error: ‘image’ undeclared (first use in this function)<br />
smartcam.c:267: error: expected expression before ‘)’ token<br />
smartcam.c:268: error: ‘GError’ undeclared (first use in this function)<br />
smartcam.c:268: error: ‘error’ undeclared (first use in this function)<br />
smartcam.c:279: error: ‘GdkPixbufLoader’ undeclared (first use in this function)<br />
smartcam.c:279: error: ‘pixbuf_loader’ undeclared (first use in this function)<br />
smartcam.c:293: error: ‘GdkPixbuf’ undeclared (first use in this function)<br />
smartcam.c:293: error: ‘pixbuf’ undeclared (first use in this function)<br />
smartcam.c:296: warning: passing argument 1 of ‘write_device_frame’ makes pointer from integer without a cast<br />
smartcam.c: At top level:<br />
smartcam.c:322: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘delete_event’<br />
smartcam.c: In function ‘load_inline_icons’:<br />
smartcam.c:338: error: ‘smartcam_icon_pixbuf’ undeclared (first use in this function)<br />
smartcam.c:338: error: ‘smartcam_png_inline’ undeclared (first use in this function)<br />
smartcam.c:338: error: ‘FALSE’ undeclared (first use in this function)<br />
smartcam.c:339: error: ‘disconnected_icon_pixbuf’ undeclared (first use in this function)<br />
smartcam.c:339: error: ‘disconnected_png_inline’ undeclared (first use in this function)<br />
smartcam.c:340: error: ‘logo_icon_pixbuf’ undeclared (first use in this function)<br />
smartcam.c:340: error: ‘logo_png_inline’ undeclared (first use in this function)<br />
smartcam.c: In function ‘unref_inline_icons’:<br />
smartcam.c:345: error: ‘smartcam_icon_pixbuf’ undeclared (first use in this function)<br />
smartcam.c:346: error: ‘disconnected_icon_pixbuf’ undeclared (first use in this function)<br />
smartcam.c:347: error: ‘logo_icon_pixbuf’ undeclared (first use in this function)<br />
smartcam.c: In function ‘clean_smartcam’:<br />
smartcam.c:366: error: ‘logo_icon_pixbuf’ undeclared (first use in this function)<br />
smartcam.c:366: warning: passing argument 1 of ‘write_device_frame’ makes pointer from integer without a cast<br />
smartcam.c: At top level:<br />
smartcam.c:375: error: expected ‘)’ before ‘*’ token<br />
smartcam.c: In function ‘show_quit_dialog’:<br />
smartcam.c:400: error: ‘GtkWidget’ undeclared (first use in this function)<br />
smartcam.c:400: error: ‘label’ undeclared (first use in this function)<br />
smartcam.c:401: error: ‘GtkHBox’ undeclared (first use in this function)<br />
smartcam.c:401: error: ‘dialog_hbox’ undeclared (first use in this function)<br />
smartcam.c:402: error: ‘GtkImage’ undeclared (first use in this function)<br />
smartcam.c:402: error: ‘dialog_icon’ undeclared (first use in this function)<br />
smartcam.c:404: error: ‘GtkDialog’ undeclared (first use in this function)<br />
smartcam.c:404: error: ‘dialog’ undeclared (first use in this function)<br />
smartcam.c:407: error: ‘main_window’ undeclared (first use in this function)<br />
smartcam.c:408: error: ‘GTK_DIALOG_MODAL’ undeclared (first use in this function)<br />
smartcam.c:410: error: ‘GTK_RESPONSE_CLOSE’ undeclared (first use in this function)<br />
smartcam.c:414: error: ‘GTK_TYPE_HBOX’ undeclared (first use in this function)<br />
smartcam.c:415: error: ‘GTK_TYPE_IMAGE’ undeclared (first use in this function)<br />
smartcam.c:416: error: ‘GTK_STOCK_DIALOG_ERROR’ undeclared (first use in this function)<br />
smartcam.c:418: error: ‘FALSE’ undeclared (first use in this function)<br />
smartcam.c:421: error: ‘TRUE’ undeclared (first use in this function)<br />
smartcam.c:424: error: invalid type argument of ‘-&gt;’<br />
smartcam.c:425: error: ‘destroy’ undeclared (first use in this function)<br />
smartcam.c: At top level:<br />
smartcam.c:511: error: expected ‘)’ before ‘*’ token<br />
smartcam.c:529: error: expected ‘)’ before ‘*’ token<br />
smartcam.c: In function ‘show_main_window’:<br />
smartcam.c:556: error: ‘main_window’ undeclared (first use in this function)<br />
smartcam.c:556: error: ‘main_wnd_pos_x’ undeclared (first use in this function)<br />
smartcam.c:556: error: ‘main_wnd_pos_y’ undeclared (first use in this function)<br />
smartcam.c: In function ‘hide_main_window’:<br />
smartcam.c:563: error: ‘main_window’ undeclared (first use in this function)<br />
smartcam.c:563: error: ‘main_wnd_pos_x’ undeclared (first use in this function)<br />
smartcam.c:563: error: ‘main_wnd_pos_y’ undeclared (first use in this function)<br />
smartcam.c: At top level:<br />
smartcam.c:567: error: expected ‘)’ before ‘*’ token<br />
smartcam.c:593: error: expected ‘)’ before ‘*’ token<br />
smartcam.c: In function ‘main’:<br />
smartcam.c:603: error: ‘GtkWidget’ undeclared (first use in this function)<br />
smartcam.c:603: error: ‘vbox’ undeclared (first use in this function)<br />
smartcam.c:604: error: ‘align’ undeclared (first use in this function)<br />
smartcam.c:605: error: ‘frame’ undeclared (first use in this function)<br />
smartcam.c:606: error: ‘status_menu’ undeclared (first use in this function)<br />
smartcam.c:607: error: ‘status_menu_item’ undeclared (first use in this function)<br />
smartcam.c:611: error: ‘GError’ undeclared (first use in this function)<br />
smartcam.c:611: error: ‘error’ undeclared (first use in this function)<br />
smartcam.c:636: error: ‘status_icon’ undeclared (first use in this function)<br />
smartcam.c:636: error: ‘disconnected_icon_pixbuf’ undeclared (first use in this function)<br />
smartcam.c:638: error: ‘TRUE’ undeclared (first use in this function)<br />
smartcam.c:639: error: ‘status_popup’ undeclared (first use in this function)<br />
smartcam.c:640: error: ‘status_activate’ undeclared (first use in this function)<br />
smartcam.c:643: error: ‘main_window’ undeclared (first use in this function)<br />
smartcam.c:643: error: ‘GTK_WINDOW_TOPLEVEL’ undeclared (first use in this function)<br />
smartcam.c:644: error: ‘delete_event’ undeclared (first use in this function)<br />
smartcam.c:645: error: ‘destroy’ undeclared (first use in this function)<br />
smartcam.c:646: error: ‘track_minimize’ undeclared (first use in this function)<br />
smartcam.c:650: error: ‘FALSE’ undeclared (first use in this function)<br />
smartcam.c:652: error: ‘GTK_WIN_POS_NONE’ undeclared (first use in this function)<br />
smartcam.c:654: error: ‘smartcam_icon_pixbuf’ undeclared (first use in this function)<br />
smartcam.c:663: error: ‘GTK_SHADOW_IN’ undeclared (first use in this function)<br />
smartcam.c:665: error: ‘image’ undeclared (first use in this function)<br />
smartcam.c:665: error: ‘logo_icon_pixbuf’ undeclared (first use in this function)<br />
smartcam.c:672: error: ‘statusbar’ undeclared (first use in this function)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: des</title>
		<link>http://www.simplehelp.net/2008/11/19/how-to-use-your-nokia-n95-as-a-wireless-webcam/comment-page-1/#comment-9831</link>
		<dc:creator>des</dc:creator>
		<pubDate>Fri, 19 Dec 2008 11:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/?p=1676#comment-9831</guid>
		<description>yeah, thanks

it is actually quite good, fully customizable, a seperate admin area.

soon as i have finished it i plan to use it as a online community with a flash gaming area.</description>
		<content:encoded><![CDATA[<p>yeah, thanks</p>
<p>it is actually quite good, fully customizable, a seperate admin area.</p>
<p>soon as i have finished it i plan to use it as a online community with a flash gaming area.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.simplehelp.net/2008/11/19/how-to-use-your-nokia-n95-as-a-wireless-webcam/comment-page-1/#comment-9832</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Fri, 19 Dec 2008 01:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/?p=1676#comment-9832</guid>
		<description>Hi Des,

Thanks for the information. Just had a look at the site your name links to.

I&#039;ve read a bit about Joomla before. Seem like a killer application.

Regards,

Patrick</description>
		<content:encoded><![CDATA[<p>Hi Des,</p>
<p>Thanks for the information. Just had a look at the site your name links to.</p>
<p>I&#8217;ve read a bit about Joomla before. Seem like a killer application.</p>
<p>Regards,</p>
<p>Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.simplehelp.net/2008/11/19/how-to-use-your-nokia-n95-as-a-wireless-webcam/comment-page-1/#comment-9829</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Thu, 18 Dec 2008 17:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/?p=1676#comment-9829</guid>
		<description>hi, i have a nokia 6120 classic, supposedly compatible, any idea how to installto the phone?</description>
		<content:encoded><![CDATA[<p>hi, i have a nokia 6120 classic, supposedly compatible, any idea how to installto the phone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Des</title>
		<link>http://www.simplehelp.net/2008/11/19/how-to-use-your-nokia-n95-as-a-wireless-webcam/comment-page-1/#comment-9827</link>
		<dc:creator>Des</dc:creator>
		<pubDate>Thu, 11 Dec 2008 22:41:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/?p=1676#comment-9827</guid>
		<description>i think it&#039;ll work patrick

i think its just a app for wireless access to the camera in the windows version,
aka no compiling stuff or permission changes,

most likley a install and run only feature</description>
		<content:encoded><![CDATA[<p>i think it&#8217;ll work patrick</p>
<p>i think its just a app for wireless access to the camera in the windows version,<br />
aka no compiling stuff or permission changes,</p>
<p>most likley a install and run only feature</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.simplehelp.net/2008/11/19/how-to-use-your-nokia-n95-as-a-wireless-webcam/comment-page-1/#comment-9828</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 09 Dec 2008 12:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/?p=1676#comment-9828</guid>
		<description>Hi there,

I already use a webcame (Logitech on my 80.4 Ubuntu machine). Can you tell me if changing the settings as shown above:

KERNEL==”video0″, SYMLINK+=”video”

to this:

KERNEL==”video0″, SYMLINK+=”video”, MODE=”0666″

Will have a negative effect on the webcam connectivity I already have?

Many thanks.

Patrick</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I already use a webcame (Logitech on my 80.4 Ubuntu machine). Can you tell me if changing the settings as shown above:</p>
<p>KERNEL==”video0″, SYMLINK+=”video”</p>
<p>to this:</p>
<p>KERNEL==”video0″, SYMLINK+=”video”, MODE=”0666″</p>
<p>Will have a negative effect on the webcam connectivity I already have?</p>
<p>Many thanks.</p>
<p>Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrGorefest</title>
		<link>http://www.simplehelp.net/2008/11/19/how-to-use-your-nokia-n95-as-a-wireless-webcam/comment-page-1/#comment-9826</link>
		<dc:creator>MrGorefest</dc:creator>
		<pubDate>Wed, 03 Dec 2008 11:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/?p=1676#comment-9826</guid>
		<description>I love you!!
:D
it works great for me!!</description>
		<content:encoded><![CDATA[<p>I love you!! <img src='http://www.simplehelp.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
it works great for me!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ninja</title>
		<link>http://www.simplehelp.net/2008/11/19/how-to-use-your-nokia-n95-as-a-wireless-webcam/comment-page-1/#comment-9825</link>
		<dc:creator>ninja</dc:creator>
		<pubDate>Thu, 20 Nov 2008 23:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/?p=1676#comment-9825</guid>
		<description>yea, could you explain it for windows please.</description>
		<content:encoded><![CDATA[<p>yea, could you explain it for windows please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jusdy J.</title>
		<link>http://www.simplehelp.net/2008/11/19/how-to-use-your-nokia-n95-as-a-wireless-webcam/comment-page-1/#comment-9824</link>
		<dc:creator>Jusdy J.</dc:creator>
		<pubDate>Thu, 20 Nov 2008 05:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplehelp.net/?p=1676#comment-9824</guid>
		<description>how about windows??</description>
		<content:encoded><![CDATA[<p>how about windows??</p>
]]></content:encoded>
	</item>
</channel>
</rss>
