Search This Blog

Wednesday, April 28, 2010

Issues - C2Pas displaying errors under Vista and won't run.

To run C2Pas under Vista without a hassle, you have to change Compatibility to Windows 95 or 98, how? Just follow;

After you unzipped downloaded file in a folder, open that folder and find C2Pas.exe file. Right-click on C2Pas.exe to display pop-up menu, and select Properties option.

From properties page;

> Select Compatibility tab,
> Check "Run this program in compatibility mode for:" option,
> Change this option to: "Windows 98 /Windows Me"
> Check "Run this program as an administrator" option.
> Click "Apply" and close the page.

You shouldn't have any problem/s when you run C2Pas.

Monday, April 26, 2010

C2Pas 2.4.25.2010 (Latest) is out now!

C to Pascal Converter 2.0 latest release is available to download at Embarcadero's CodeGear pages.

Friday, April 23, 2010

C2Pas new releases

C2Pas new release will be available in a week! It's got lots of new features now. Hopefully will work under Vista and Windows 7.

C to Pascal Converter 2.0

History:
When I started programming with Windows APIs, which it's written with C, translating header files was taking too much of my time and therefore also being a lazy programmer! I decided to write a converter so it can convert basic elements of these header files, such as #define, data types (like unsigned short, int, ...). First attempt was a success and I used that program for some time.
When time come to do more programming of what I was programming, that little converter couldn't answer my programming needs and I gave up all other programming tasks (projects) and started to develope that little program and CtoPas converter also known as C2Pas was born!
Since C2Pas released on CodeGear's binary pages (where the latest available updates of CtoPas), I have received alot of responses, comments and suggestions from coder fellows from the different parts of the world.