# Using SocketQ Classes

### Using With MFC:

* When using with MFC, add the SockQ.cpp and SockQ.h files to the project, and set the Settings for SockQ.cpp to NOT use a pre-compiled header.
* When using without MFC, just add the SockQ.h file in a header.

### Using With Borland C++ Builder:

* Add the SockQ.cpp file to the project, and include the SockQ.h header file in the Unit you wish to use SocketQ from.
* You MUST #define the STRICT conditional define as well as a the SOCKETQ\_BCB conditional define. This can be done from the Project Options-->Directories/Conditionals tab.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://trialkey.gitbook.io/docs/overview/using-socketq-classes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
