~ubuntu-branches/ubuntu/jaunty/psi/jaunty

« back to all changes in this revision

Viewing changes to src/win32/readme.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2002-04-19 02:28:44 UTC
  • Revision ID: james.westby@ubuntu.com-20020419022844-za7xgai5qyfd9xv6
Tags: upstream-0.8.5
ImportĀ upstreamĀ versionĀ 0.8.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Win32 Specific files
 
2
--------------------
 
3
 
 
4
Resource/Icons
 
5
--------------
 
6
  psi_win32.rc - windows resource file
 
7
  app[16,32,48].ico - windows application icons
 
8
 
 
9
 
 
10
IdleUI
 
11
------
 
12
Psi uses IdleUI, a free user-idle detection implementation
 
13
available on MSDN and written by Paul DiLascia.  I slightly
 
14
modified it to remove dependence on MFC.
 
15
 
 
16
  idleui.h   - source to build the dll
 
17
  idleui.cpp - source to build the dll
 
18
  idleui.def - you probably need this also
 
19
 
 
20
When compiled with Microsoft Visual C++, you should end up
 
21
with two new files:
 
22
 
 
23
  idleui.lib - link against this (include idleui.h to use)
 
24
  idleui.dll - put this in the same directory as the program
 
25
 
 
26
If you have any trouble compiling idleui yourself, you can try
 
27
emailing me (infiniti@affinix.com).  Or better: you can go find
 
28
the original MSDN resource on the web.  Please note that I am
 
29
not the author of idleui.  Don't email me asking about win32
 
30
programming.
 
31
 
 
32
-Justin
 
33