I have a custom library in C, where should I put the files and do i have to specify an extra flag in vs code? [closed] - c

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 days ago.
Improve this question
my school decided to use their own custom library in their computers and they don't give tutorials to install it, so I would like some help to properly compile on my own computer. file with custom library inside
I tried putting the folders in some places but didn't expect any good results

Related

Batch File SIP ALG test [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 years ago.
Improve this question
The below line has a program that runs like a batch file.
I'm needing to create something similar that can run as just a batch file to
test for SIP or ALG.
https://kb.iplogin.ca/hc/en-us/articles/360003299092-Prepare-Your-Network-for-Phones-line-test-ports-and-protocols-
I work at for a Telecommunications company and it would be a great tool for us to use. - Many thanks
There are plenty of such tools exists. For example http://sipp.sourceforge.net/
No point write just enother tool.
Just create scenario for sipp and check out result.

Auto startup an executable application when downloaded from an email [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I am building an application with C language for my final project,
I am sending the executable application via email,
when the application is downloaded it should run itself.
There is no way to do this. This is to stop viruses/malware etc. to spread.

I can't find SQLite in applications/library [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I can't find SQlite in applications/library. I've implemented the code to create the database. It's a small test, basically it just adds a person's first name and last name to a table. I don't have to download it, do I? I'm using Xcode 4.6.
You have to add usr/lib/sqlite_3.0.lib to the frameworks and #import sqlite3.h in your code.
If you need an example, see this link
http://www.techotopia.com/index.php/An_Example_SQLite_based_iOS_4_iPhone_Application_(Xcode_4)
If you've already done it, what is the error message you are receiving?

Basics of Haml-Coffee for Backbone tempting [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I'm looking into Haml-Coffee and am a little confused about how to get it working. The github's information didn't seem very clear. Can anyone layout a basic use of it with Backbone for tempting.
You're getting your views as window.HAML['template name here'] by default. (you can use -n exports.JST to have exports.JST). Starting from here, you have a function like any other templating engine :-).

How to avoid re-compilatioin of c files? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I created a library that I want to use in another part of my program, but I don't want to include it in the make file. Can someone point me in the right direction as to how I can built it before hand and link it at compile time using the -l command. Thank you.
http://crasseux.com/books/ctutorial/Building-a-library.html
Just googled "building c libraries".

Resources