473,797 Members | 2,955 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

KYLIX AND MS WINDOWS PLATFORM

Atz
Hi to all !

Am in BIG "System of a down" situation.
Im using Linux and Kylix for programming stuff ( for Linux platforms ).

Becuse the whole programming stuff is for commer. purposes im trying to find
a way to recompile the existing code ( on linux ) and make transfer to
windows platform.

The costumer is using 10 computers on window platform and thats the whole
story.

I know that there are some converters for such stuff but i can't find the
right one.
The guy from Borland says that i can do easy convertion but for something
like that i need Borland C++ Builder 6 Pro. Hmm, interesting but the BC++
costs more than 1000 $ (!!).

If someone knows where i can find cheaper way to convert Kylix code (linux )
to windows code, i would be very thankful...

Thanx in advance
LinuxForewer
Jul 22 '05 #1
4 1413
Atz <ma**@mail.co m> spoke thus:
Am in BIG "System of a down" situation.
Im using Linux and Kylix for programming stuff ( for Linux platforms ). If someone knows where i can find cheaper way to convert Kylix code (linux )
to windows code, i would be very thankful...


Your post is off-topic for comp.lang.c++. Please visit

http://www.slack.net/~shiva/welcome.txt
http://www.parashift.com/c++-faq-lite/

for posting guidelines and frequently asked questions. Thank you.

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cybers pace.org | don't, I need to know. Flames welcome.
Jul 22 '05 #2

"Christophe r Benson-Manica" <at***@nospam.c yberspace.org> wrote in message
news:c6******** **@chessie.cirr .com...
Atz <ma**@mail.co m> spoke thus:
Am in BIG "System of a down" situation.
Im using Linux and Kylix for programming stuff ( for Linux platforms ).

If someone knows where i can find cheaper way to convert Kylix code (linux ) to windows code, i would be very thankful...


Your post is off-topic for comp.lang.c++. Please visit

http://www.slack.net/~shiva/welcome.txt
http://www.parashift.com/c++-faq-lite/

for posting guidelines and frequently asked questions. Thank you.

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cybers pace.org | don't, I need to know. Flames welcome.

The post was incomprehensibl e, how could you tell it was off topic?
Jul 22 '05 #3
"Atz" <ma**@mail.co m> wrote in message news:c6******** **@ls219.htnet. hr...
Hi to all !

Am in BIG "System of a down" situation.
Im using Linux and Kylix for programming stuff ( for Linux platforms ).

Delphi or C++?

Becuse the whole programming stuff is for commer. purposes im trying to find a way to recompile the existing code ( on linux ) and make transfer to
windows platform.

The costumer is using 10 computers on window platform and thats the whole
story.

I know that there are some converters for such stuff but i can't find the
right one.
The guy from Borland says that i can do easy convertion but for something
like that i need Borland C++ Builder 6 Pro. Hmm, interesting but the BC++
costs more than 1000 $ (!!).

If someone knows where i can find cheaper way to convert Kylix code (linux ) to windows code, i would be very thankful...

The only way i know, if you use CLX you can recompile the whole thing in
Windows using Borland's product which also uses the CLX.

CLX on the other hand is derived from QT API (i think that they are actually
the same) and in this case you can buy QT API for Windows and use it to
recompile the stuff.

Well that's the help i can give. Also this subject is off topic in clc++,
try to locate some CLX/QT newsgroups.


Regards,

Ioannis Vranos

Jul 22 '05 #4
John Smith <so*****@micros oft.com> spoke thus:
The post was incomprehensibl e, how could you tell it was off topic?


inherently Incomprehensibl e off-posts are topic. :)

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cybers pace.org | don't, I need to know. Flames welcome.
Jul 22 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
2255
by: Graeme Matthew | last post by:
Hi all, I just wanted to tell someone :-) I was previously a perl programmer and have been a visual basic frustrated developer for a number of years, only for the reason that corporates are so obsessed with using proprietary marketing focused computer languages and not using true computer science oriented solutions written by computer science engineers and not a marketing panel. The amount of frustration I have experienced using visual...
1
1674
by: John Tiedeman | last post by:
Translating to Kylix might be quite easy. There have been articles about writing code so that it will run on either by sensing whether Windows or Linux and automatically using the appropriate directives. My problem with both Delphi and Kylix is in getting them to connect with PostgreSQL and SQLite. Any suggestions? From what I have read, ODBC or JDBC may do it, but I have experience with neither.
15
1898
by: windozbloz | last post by:
Bye Bye Billy Bob... I'm back with one more question, then I'll chill. I have scoured the news and net for info about Borlands KYLIX 3 and have found little technical info about it. Their screen shots are very impressive, similar to Visual Basic. I have sent several emails to Borlands Sales and Pre-Sales departments. Pre-Sales bounces and Sales won't answer. I'm sitting here with money in hand ready to buy but not from a company...
7
3215
by: lvpaul | last post by:
Hallo ! I am using IIS-Windows-Authentication in my intranet (web.config <authentication mode="Windows" /> <identity impersonate="true" /> How can I get the users (client) IP-Address ? I think the username can be read with user.identity.name.
10
2187
by: Carlos Ojea Castro | last post by:
Hello: I have postgreSQL 7.4.1 installed, but I can't start psql (I was able to start psql a few weeks ago...) I get this message: debian-ojea:/home/carlos# psql buques_db /usr/lib/postgresql/bin/psql: relocation error: /usr/local/lib/libreadline.so.4: undefined symbol: BC Anyone knows what is happening?
4
3594
by: william | last post by:
I've got a strange problem on windows (not very familiar with that OS). I can ping a host, but cannot get it via urllib (see here under). I can even telnet the host on port 80. Thus network seems good, but not for python ;-(. Does any windows specialist can guide me (a poor linux user) to get Network functionalitiies with python on windows ?
4
1896
by: bahog | last post by:
Does anyone here has a full version copy of Kylix SMS Activex Control 4.0? Please give me one...Thanks
2
1703
by: p.lavarre | last post by:
Let's suppose you get Python for Vista Windows today from http://www.python.org/download/. Should you then conclude that the tests: if platform.system() in ('Windows', 'Microsoft'): if not (platform.system() in ('Windows', 'Microsoft')): are now exactly what you should write for that 2.5.1 Python, when you must resort to os-specific tools like DeviceIoControl, in place of the
1
7828
by: Vinod Sadanandan | last post by:
Cross Platform Migration An Unproblematic Approach (Windows-UNIX ) Oracle 10\11g The principal restriction on cross-platform transportable database is that the source and destination platform must share the same endian format. Redo log files and control files from the source database are not transported to destination database . New control files and redo log files are created for the new database during the transport process, and an ...
0
9536
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10468
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10245
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10205
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10021
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9063
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7559
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5458
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4131
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.