Hi all,
I have an application which will run in both windows as well as Linux.
I ported it long back and it is working well.
Now we need to extend the functionality ,so i have written .dll's for
Windows.These dll's have certain dependancies as well.And these are
sucessful in windows.
These dll's were built on Microsoft Visual Studio 2003.
Now I need to port them to Linux...
User Profile
Collapse
-
How to port dll's in Windows to Linux so's
-
Help needed to build an RPM?
I use Fedora Core 6.
->Our application has a Binary file and few .SO files.
So i would like to build an RPM FILE for this with
.SPEC file.
->Even i need to set some Envirnoment variables.
Can any one give me the steps to Build an RPM?(A bit more clearly please as I am very new to Linux) -
FATAL:Exception occured when pthread_exit() used
We had written an application in which we create worker thread.
So the main thread will create the worker thread. After some time
the child thread(Worker thread) will call pthread_exit().
This function was written in try{} and there occured an exception
and is handled in catch(...) handler.
This is on Linux platform.
The Implementation of... -
Exception occured when pthread_exit() is used.
We had written an application in which we create worker thread.
So the main thread will create the worker thread. After some time
the child thread(Worker thread) will call pthread_exit().
This function was written in try{} and there occured an
exception and is handled in catch(...) handler.
This is on Linux platform.
The Implementation of...
No activity results to display
Show More