|
Posted by J.O. Aho on 12/28/05 02:04
Mariusz wrote:
> Hi.
> Out software is writted in C++. I want write client for our DB but for this
> I need implement a c++ code for encrypted password.
> I try take a cpp file and compiled under linux but it give me some errors. I
> don't want change nothing inthis file.
> This system was writted under windows. I try setup a server with apache1.3
> and PHP 5.1.1.
> I find a function dl() that I am able to implemented c++ code, but can I
> take a file from windows *.dll and use it? Do I need compile it under
> linux?
> Thank you for information
> Mariusz
If you don't want to rewrite your microsoft depending code, take a look at the
wine project and how you can use it to run the code semi-natively under linux
x86 (keep in mind that this will not work with other linux versions like for
powerpc, mips, alpha, sparc, ...).
//Aho
Navigation:
[Reply to this message]
|