I used gphoto2 on Linux, actual command is:
gphoto2 --get-config /main/status/shuttercounter
connect your camera to USB on computer and run this :)
Option “RenderAccel” “true”.
/etc/cifspw with the login credentials for your Windows account.username=MyUser
password=MyPassword
4. Secure the password file
$ sudo chmod 600 /etc/cifspw
$ find music_folder_name -name "*.mp3" -print > output_playlistname
$ mplayer -playlist output_playlistname
Enjoy
ref: http://cygwin.com/ml/cygwin/2004-06/msg00964.html
To uninstall Cygwin you have to:
rmdir /s /q C:\cygwin
regedit -s rmcygwin.reg
[rmcygwin.reg]
REGEDIT4
[-HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions]
[-HKEY_CURRENT_USER\Software\Cygnus Solutions]
With the .cpp extension, your source file will be compiled as a C++
source file. But, by using the name gcc to call the compiler, you are effectively saying that you only need the C libraries. To get the C++ libraries, you should use the name g++: g++ -o test test.cpp