Loading...
 
Skip to main content
Trying TurnSharp.

TurnSharp

I bought turnsharp today. They sent two copies of the welcomed emails and keys so no doubt I will be billed twice. I emailed them and got a reply about 14 hours later that one copy would be refunded.

After trying to convert a 1000 line prog I was very unimpressed. There were about 500 errors. There are things which are very difficult to translate but TS made a lot of very basic mistakes.

The first errors were where it didn't recognize $ff as a hex number.

There were 24 error like this " cannot declare instance members in a static class (CS0708)" which were fix by making the variables etc static.

Then in a form I had it created a public class then forgot to use it so there are a zillion errors where it said stuff like "View.Show;" instead of "viewcode.View.Show();". This could also be fixed with a suitable "using" statement.

This looks like output from a beta program not a cutting edge commercial release.

Here is a simple screw up that took a while to find.

TS converted..

repeat QueryPerformanceCounter(now);

until (now - start) >= mscount div 2;

To

do
{ QueryPerformanceCounter(out now);
}
while( (now - start) >= ppinkchiprst.mscount / 2);

The ">=" is wrong it should be "<"


eddie


Created by System Administrator. Last Modification: Monday 08 of September, 2008 20:14:42 AEST by eddie.

Main Index

Switch Theme

Switch Theme

Shoutbox

eddie, 18:52 AEST, Wed 11 of Sep, 2024: Most pages should be working again.
System Administrator, 08:03 AEST, Sat 10 of Aug, 2024: Lots of images are still broken. I'm working on it. Maybe 1/2 way through.
admin2, 14:05 AEST, Mon 05 of Aug, 2024: running tiki 27
admin2, 16:01 AEST, Sun 09 of Jun, 2024: Wiki running tikiwiki version 27alpha on a raspberry pi-3. About 1/2 the images are missing and most thumbnails not working. Slow manual rebuild. About %20 done.
eddie, 20:23 AEST, Sun 19 of May, 2024: Images moved from wiki_up to file galleries and wiki pages fixed.

Last-Visited Pages

Online Users

164 online users