Jump to content

Could not find plugin.lib?


Recommended Posts

A .lib file is a library. During compilation libraries are linked with other binary files to produce for example exe files or dlls. You must select project properties or configuration, select "Linker"->Input->Additional Dependencies and there you can add plugin.lib. If it is already there, then you have to edit the path somewhere so that the Linker will find the library.

 

However, what you are asking is a basic programming question, not specific to gta or modding. You will find better explanations elsewhere.

 

EDIT: I have seen your other post. You should first learn a little bit programming in C++ and then do some tutorial how to create program a DLL in Visual Studio. This way you will learn the basic concepts to do something useful with the code.

Edited by goodidea82
Link to comment
https://gtaforums.com/topic/877629-could-not-find-pluginlib/#findComment-1069326419
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • 0 User Currently Viewing
    0 members, 0 Anonymous, 0 Guests

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.