Monday, November 28, 2005

Thursday, November 24, 2005

Monday, November 21, 2005

directx compilation problems

directx compilation problem with MFC:
error LNK2019: unresolved external symbol "int __stdcall lstrlenWInternal(wchar_t const *)" (?lstrlenWInternal@@YGHPB_W@Z) referenced in function "public: ....

Solution:
The definition of lstrlenW is in , included by , i.e. DirectShow (DirectX 9.0 SDK).
Putting #undef lstrlenW after the include solves the problem.

Monday, November 14, 2005

single app instance

allow only running of a single intance of an application:
- win: CreateMutex with name
- linux: sysv, futex

http://people.redhat.com/~drepper/futex.pdf

Tuesday, November 08, 2005

scp vs sftp

http://winscp.net/eng/docs/protocols

Monday, November 07, 2005

webdav plugin - total commander

webdav plugin - total commander:
http://www.totalcmd.net/plugring/webdav.html

sftp, bittorent, perl and others

ActivePerl - perl for windows:
http://activestate.com/Products/Download/Download.plex?id=ActivePerl

libtorrent - portable bittorent library:
http://sourceforge.net/projects/libtorrent
http://libtorrent.rakshasa.no/

libssh2 - portable ssh and sftp lib:
http://sourceforge.net/projects/libssh2/
doc!! -> http://www.libssh2.org/doc/

winsshd - windows ssh server:
http://www.bitvise.com/download-area.html

Tuesday, November 01, 2005

data compression links - source code

http://datacompression.info/SourceCode.shtml

w3mfc - mfc web server:
http://www.naughter.com/w3mfc.html

libjpeg / windows

a wrapper over libjpg
http://www.sfu.ca/~swongu/libjpeg/