Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi i have beginner question how to make .so and .dll from .cpp in Linux?

I have simple project no thread , 2 .h files ,and 2 .cpp files.
Posted

1 solution

Under Linux you usually want to make .so files (Linux can't consume Windows DLLs).
Here you may find a guide: "Intro to Linux Shared Libraries (How to Create Shared Libraries)"[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900