My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$Id$
This project uses the free version of Visual Studio 9.

To use the DLL with Excel, you need to register it.

Copy SpreadExcelRTD.dll somewhere on your executable path.

From a command line, run:
regsvr32.exe SpreadExcelRTD.dll
to register it and:
regsvr32.exe /U SpreadExcelRTD.dll
to unregister it.

Then open RTDServerSample.xls in Excel and you should see the test topics.

You can use the spreadsheet in ExcelSpreadPub/dlltestspreadpub.xls
to generate events.

Change log

r22 by jim.kleckner on Feb 19, 2008   Diff
Here is a limping version of the DLL.

- Added a second "fast" timer to peek into
the spread messages and
  drain them/queue them for processing.
The slower one still
  notifies Excel of updates.
- The disconnect on line 1247 of file
SpreadExcelRTDImpl.cpp
  when enabled causes an exception on
shutdown of the server.
- There are undoubtedly issues to be
...
Go to: 
Project members, sign in to write a code review

Older revisions

r18 by jim.kleckner on Feb 17, 2008   Diff
- Removed executable bit from
README.txt...
r17 by jim.kleckner on Feb 17, 2008   Diff
- Tagged files with keyword
identifier.
r15 by jim.kleckner on Feb 17, 2008   Diff
This checkin is just a checkpoint.
The code is awful and in need of
checking for boundary cases.

- Removed old TList and hash code for
...
All revisions of this file

File info

Size: 474 bytes, 18 lines

File properties

svn:mime-type
text/plain
svn:eol-style
native
svn:keywords
Id
Powered by Google Project Hosting