Miscellaneous > Applications
CDex Open Source
Calum:
I have been using this excellent audio encoder frontend for windows for a good while now called CDex. It is open source, on sourceforge so i thought i would download the source code (the binaries are windows only you see) and compile it in linux myself, since i prefer it to GRip. i got the code but what? it looks like a bunch of C++ stuff but how do i begin compiling? there's no makefile, no instructional stuff to help me, can somebody who doesn't mind downloading 3Mb of stuff please also download the source code for this and have a look at it please? it can be got from http://sourceforge.net/projects/cdexos/ ad if yr interested in the project itself then do look at http://cdexos.sourceforge.net/ and read all about it.
Any help much appreciated, ta......
flap:
You want to build a Linux application... from windows sources? If that's what you mean then it can't be done.
Calum:
windows sources?
i was under the impression that c++ was a unix language? i was also under the impression that open source meant the stuff was portable. otherwise what's the point? i could not tell you if these were 'windows sources' or not, which is why i ask people to download them (which should not be a big deal for cable users and so on) and hae a look.
however, correct me if i am wrong on any point please. i am interested in more than 'it can't be done'. Why can't it? come on!
[ August 31, 2002: Message edited by: Calum ]
flap:
There's no such thing as a 'Unix programming language'. If it were how could Windows applications be developed in it? And obviously the sources are for Win as the application is for Windows. It's true that you could take C/C++ source for a basic console app that used no platform dependent code (API calls) and compile it for either Windows/Unix with no alteration, but the application you're talking about has a GUI frontend, which is obviously Win specific.
If Windows source could just be taken and recompiled for Unix with no alteration there would be, well, a hell of a lot more apps for Linux/Unix.
And as for portability being 'the point' of open source, are you shitting?
That app can certainly be ported, but it would take a lot of work.
[ August 31, 2002: Message edited by: flap ]
jtpenrod:
It might be possible to compile and run that app on Linux. It depends on what was used to write it. Qt, FOX, and wxWindows (I think?) can be used to write apps that'll run on either platform with nothing more than a recompile. Take a look at the header files, the *.h ones. See if there are any lines that read: #ifdef WIN32, etc., #endif (or #ifdef UNIX, etc, #endif). If there are, then you've got something that can be compiled to run on Linux. All you'll need to do is get the right libs and you're good to go. And if there aren't, then it's SOL (either that or reverse engineer the sucker)
_____________________________________________
Their fundamental design flaws are completely hidden by their superficial design flaws ;)
[ September 01, 2002: Message edited by: jtpenrod ]
Navigation
[0] Message Index
[#] Next page
Go to full version