LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-23-2003, 05:39 AM   #1
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Installin Borland C++ Builder under wine?


Hi guys,

has anyone here managed to install
Borland C++ Builder 5? And if so,
which steps did you have to take?

On my machine it hangs at the initial
screen, when the install wizard says
100% installed, a black window pops
up and that's it. Some wine error
message saying:
Code:
 X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  12 (X_ConfigureWindow)
  Serial number of failed request:  93
  Current serial number in output stream:  98
err:ntdll:RtlpWaitForCriticalSection section 0x40d4c880 "x11drv_main.c: X11DRV_CritSection" wait timed out in thread 000c, blocked by 000b, retrying (60 sec)
wine -version
Wine 20030813, no native support (no winDOHs
installed)


Cheers,
Tink
 
Old 08-23-2003, 06:16 AM   #2
maxut
Senior Member
 
Registered: May 2003
Location: istanbul
Distribution: debian - redhat - others
Posts: 1,188

Rep: Reputation: 50
why do u want to install borland c++ buldier on linux?

u may install kylix.. http://www.borland.com/products/down...oad_kylix.html
 
Old 08-23-2003, 01:01 PM   #3
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
well Tink, i think that might have something to do with the installshield installer bug in wine...so in your ~/.wine/config file put a semi-colin in front of lines like:
[AppDefaults\\_INS0432._MP\\x11drv]
"Desktop" = "640x480"

[AppDefaults\\_INS0466._MP\\x11drv]
"Desktop" = "640x480"

[AppDefaults\\_INS0576._MP\\x11drv]
"Desktop" = "640x480"

[AppDefaults\\_INS5176._MP\\x11drv]
"Desktop" = "640x480"

[AppDefaults\\_INS5576._MP\\x11drv]
"Desktop" = "640x480"

and just for example purposes it will look like so:
;[AppDefaults\\_INS5576._MP\\x11drv]
; "Desktop" = "640x480"

and then try the installer again...
 
Old 08-23-2003, 01:03 PM   #4
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
oh and maxut, try answering a persons question, instead of questioning their question on why they would do what they are doing....at least give them what you think could potentially fix what there problem is, and then you can go on and say maybe you could look into such and such a program instead of trying to wine it
 
Old 08-23-2003, 08:07 PM   #5
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067

Original Poster
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Ta, Dr, I'll try that :} ...

Cheers,
Tink
 
Old 08-23-2003, 08:08 PM   #6
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067

Original Poster
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally posted by maxut
why do u want to install borland c++ buldier on linux?

u may install kylix.. http://www.borland.com/products/down...oad_kylix.html
Because things I compile in Kylix won't have
OLE automation and/or ActiveX controls? And
they won't run on windows machines?

Cheers,
Tink
 
Old 08-23-2003, 08:28 PM   #7
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067

Original Poster
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally posted by DrOzz
well Tink, i think that might have something to do with the installshield installer bug in wine...so in your ~/.wine/config file put a semi-colin in front of lines like:
[
Sweet as :} ... worked like a charm!

Thanks a lot, mate!

Cheers,
Tink
 
Old 08-24-2003, 12:03 AM   #8
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
glad it worked d00d !
 
Old 08-24-2003, 09:01 AM   #9
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
Yeah, that's a known bug, we are working hard to try and make InstallShield installers behave better but Win32 window management semantics map poorly to X11.......
 
Old 08-25-2003, 03:52 AM   #10
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067

Original Poster
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
but Win32 window management semantics map poorly to X11.......
What gets me is that it does display SOMETHING weird,
and then dies :)

Cheers,
Tink
 
Old 08-25-2003, 08:41 AM   #11
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
It displays a virtual desktop window. Unfortunately, for architectural reasons, each window usually gets its own desktop, and it's when Wine tries to move around the different desktop windows that things break.
 
Old 08-25-2003, 11:46 AM   #12
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
so Tink enlighten us, i realize we got ya past the installer, but did it install and does it work properly!?
 
Old 08-25-2003, 11:48 AM   #13
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
Well, Delphi is usable, though there is a visual glitch with the rebar control (it affects IE too). As Delphi and C++Builder are basically identical, I suspect it mostly works.

IIRC the debugger wasn't too happy though.
 
Old 08-30-2003, 01:30 AM   #14
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067

Original Poster
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Hi guys,

and sorry for the delay:

It installs, it starts up, but it's unusable...
Clicks result in nothing, it just holds the
focus on the project window, you can't
click the object inspector, or the toolbar
tabs, for that matter.

Didn't have too much time to toy with
the settings, though, too busy working :)


Cheers,
Tink
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
installin Wine, X problem Zuggy Linux - Software 1 01-05-2005 02:38 AM
C++Borland Builder 5 and WinE MaVoj Linux - Software 3 05-05-2004 01:46 AM
WINE & C++ Builder BLOTO Linux - Software 1 04-03-2004 06:37 AM
borland interbase???? maseby Programming 1 02-16-2004 11:58 AM
borland help (windows) petercool Programming 1 07-14-2002 03:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:56 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration