answersLogoWhite

0

A .lib file, or a statically-linked library file, is a file which can contain information like: pre-written code; subroutines; classes; values; types e.t.c.

A library file offers functionality pre-built for drag-and-drop type usage, rather than requiring the programmer to include large numbers of classes or other information into their project.

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Engineering

You have developed a rabbit ftp server program in dynamic c whenever you tried to dowload a file from server program you are getting the error as input string is not in the correct format?

it may b the error in lib files


How is a library file incorporated in a C program?

Every library requires a header file (.h file) that can be included in any translation unit that requires access to the library. The header describes the library interface. The library implementation may be provided by a corresponding .c source file in which case you can compile the library into your program just as you would any other translation unit. However, most library implementations are provided by a precompiled library file (.lib file) and you generally won't have access to the source file. The precompiled library file is required by the linker while the corresponding header is required by the compiler.


Whats to improvise a line not found in a script?

Ad lib.


How do you rectify linking error which says unable to open include file?

you just need to set path for the include and lib folder, which is ..\tc\include for ex c:\tc\include.. to do so choose directories in the options menu and write the path there.


How can you save java servlet program for running?

If ur developing servlet program manually.The First thing is that u have to put servlet-api jar file should be set in classpath. The root directory is like that create a folder name.inside the folder create one more folder name WEB-INF. Inside the WEB-INF folder create two folders one is classes and another is Lib In the WEB-INF folder you have to put web.xml. In classes you have to put servlet.java. In Lib u have to put servlet-api.jar file. Go to command prompt then compile servlet.java .Create a war file. steps to create war file file jar cvf name.war . enter .open the browser type the bar http://localhost: portnumber enter & then apache tomcat server start.Click tomcat manager.It will ask username & password. then submit.In the downstairs page there is a option name War file to deploy .Click on choose file.It will locate where is the war file .Select it & deploy it.click the programs then you have to type in the addresss bar what u had written in url-pattern in web.xml then enter u get the output.