Delphi 2009 on wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
faelmc
Level 2
Level 2
Posts: 36
Joined: Wed Feb 29, 2012 7:35 pm

Delphi 2009 on wine

Post by faelmc »

Save all.

Sorry for bad English, I'm using Google Translator.
I'm studying Delphi.
At school we are using the 2009 version of "CodeGear ™ Delphi ® 2009" launched in 2008, it would be amazing to work with Linux, I ask for help from friends, to achieve this feat.

After studying the log several attempts managed to run in delphi 2009 wine, is working well, fast loading, everything looks good, but there are 2 errors that are hindering work with delphi in wine.

Steps to Delphi 2009 in wine.
1st winetricks mdac28 dotnet20
// This installation will run normally.

2nd Install Delphi, this process run without any errors, but should be chosen only Delphi 32. Because the C # language support needs of various versions of the package. Net framework

3rd winetricks gdiplus ie7 riched20 msxml3
// After this step Delphi, can be opened, and this should happen normally.

image: http://k002.kiwi6.com/hotlink/19wnp4du7 ... 003623.png

Now happens the two issues I talked about in the beginning.
the first is an error message that appears when we click on any component "Tool Palette" like this:
Image

when we click Ok, it pops again, usually appear 3 messages with a code "Read of Address" different. These messages appear sometimes, and after clicking OK, we can continue to work normally in Delphi.

The second problem is with the appearance of the field "Object Inspector", this part is very important in Delphi, to define properties and events of the components. The list is all black, you can not read the name of the line, we can change, but you can not see what has changed. as in the picture:

Image

I did several tests, I created a project, various components, build, and everything went well, just this two problems are disturbing, to have the complete Delphi.

any help is welcome.

Thanks. Faelmc.
Locked