Posted By: TommyCarlier | Sep 17th, 2006 @ 8:40 AM
page 1 of 1
Comments: 11 | Views: 4809 | Downloads: 209
TommyCarlier
TommyCarlier
I want my scalps!
Download:Link for Calctor 2.1 & Calctor Mobile 1.1(0 Bytes)

I've updated Calctor to version 2.1, and Calctor Mobile to version 1.1. If you only want the binaries, or to see the version history, check out this page.

The source code contains a solution with 3 projects:

  • TC.Calctor.Core: a device class library that contains the core calculation engine, shared by the desktop version and the mobile version.
  • TC.Calctor: the desktop application.
  • TC.Calctor.Mobile: the mobile application.

EDIT 29 Dec 2006: updated both Calctor and Calctor Mobile.

zian
zian
Exploding heads since 1988

For whatever reason, whenever I try to run Calctor (install goes through OK), I recieve a dialog from Microsoft saying that "Calctor has encountered a problem and needs to close. We are sorry for the inconvenience."

I'm guessing that this happens before your program is fully JIT-ted because it's not a regular .NET exception dialog box.

I tried running your other software (e.g. Screen Capture) and it works OK.

What's unique about Calctor (besides the underlying C# code)?

littleguru
littleguru
<3 Seattle
.Core is giving me a unsupported platform error, when loading in VS. I have never had this... strange.
zian
zian
Exploding heads since 1988
No, there isn't. It's not the usual .NET exception dialog w/ the stack trace and everything.

The dialog says "Please tell Microsoft about this problem." and has the "Send Error Report" and "Don't Send" buttons.

The dialog is nearly identical to the ones you get when a non-.NET program completely dies and Windows throws up a dialog about it.

Do you want the dump file?
zian
zian
Exploding heads since 1988

Here's a much delayed update on my crashing-Calctor situation:
I later found out that my registry was corrupted and formatting and reinstalling everything did the trick.

Back on topic:
I've found that Calctor is useful as a function processor so that I can mix math and english and get numerical results on-demand like this:
reagent "well" IN TERMS OF LITERS + 100 microliters sample dilutent + 100 microliters sample extract = 1 test
(90 milliliters of extraction solution + 1 level scoop of milk extraction additive IN TERMS OF LITERS + 10 milliliters of juice) * x% = 100 microliters sample extract
(1 foil pouch of extraction additive IN TERMS OF LITERS + 1000 milliliters of distilled water) * y% = 90 milliliters of extraction solution

Some scenarios:

(90 extraction solution + 25 milk extraction additive + 10 juice) * x% = 0.1 sample extract
0.1/(90+25+10)

And, when I typed the last line, I instantly got a result: 0.0008

Some bugs I've noticed:
Copy doesn't work in the output area
After my screensaver comes on and I log back in, Calctor's GUI control library crashes.
The color scheme menu shouldn't use check marks because they imply that I can check multiple color schemes. Bullet points are better.

zian
zian
Exploding heads since 1988

Oh, I wasn't using the copy button. I was using CTRL + C.

Using the copy button, it copies the entire output contents, not my selected text.

page 1 of 1
Comments: 11 | Views: 4809 | Downloads: 209
Microsoft Communities