Click to See Complete Forum and Search --> : Seeking linux c++ programmer


CMallette
September 21st, 2003, 01:29 PM
Hello,
I'm currently looking for someone who can convert a windows DLL library to a linux-compatible application.

The source code that needs to be converted is the following:
- http://mapage.noos.fr/bwchart/lib/bwreplib-source.zip
- http://mapage.noos.fr/bwchart/lib/bwreplib100c.zip

The sourcecode in bwreplib100c.zip outputs data to the debug window of VC++, we would need the linux version to output the data to a text file.

If you are interested in earning some easy money, reply to this post.

Thanks.

dimm_coder
September 22nd, 2003, 04:18 AM
Well, seems there are no any problems with its converting.
I've changed code from dll, so now it compiles in *.so or *.a file.
Do U need to use *.so or *.a file?

dimm_coder
September 22nd, 2003, 04:47 AM
Well, all are compiled fine.

1) In bwtest.cpp
the next string:
replay.m_oHeader.getPlayer( action->GetPlayerID(), player) - there is no getPlayer() method for this class (at least in headers I've loaded),
May be it needs to be :
replay.m_oHeader.getPlayerFromAction( player, action->GetPlayerID() ); ???

2) And there is no any file with input data for testing bwtest.