# How to update your project to add QLM License Protection

The table below describes the modifications that need to be made to your development project to integrate with QLM. If your IDE is not listed, please contact us at <support@soraco.co>.

Visual Studio - .NET C#

| **Files to add to your project**                                                                                | **Target Folder** |
| --------------------------------------------------------------------------------------------------------------- | ----------------- |
| <p>LicenseValidator.cs</p><p>(file generated by the <strong>Protect Your Application</strong> wizard)</p>       | \<Project Folder> |
| <p>\<Product x.y.lw\.xml></p><p>(file is generated by the <strong>Protect Your Application</strong> wizard)</p> | \<Project Folder> |
| redistrib\\.net 4.0\QlmLicenseLib.dll (add as a Reference)                                                      | \<Bin Folder>     |
| redistrib\\.net 4.0\QlmLicenseWizard.exe \[*optional*]                                                          | \<Bin Folder>     |

&#x20;

Visual Studio - VB.NET

| **Files to add to your project**                                                                                | **Target Folder** |
| --------------------------------------------------------------------------------------------------------------- | ----------------- |
| <p>LicenseValidator.vb</p><p>(file generated by the <strong>Protect Your Application</strong> wizard)</p>       | \<Project Folder> |
| <p>\<Product x.y.lw\.xml></p><p>(file is generated by the <strong>Protect Your Application</strong> wizard)</p> | \<Project Folder> |
| redistrib\\.net 4.0\QlmLicenseLib.dll (add as a Reference)                                                      | \<Bin Folder>     |
| redistrib\\.net 4.0\QlmLicenseWizard.exe \[*optional*]                                                          | \<Bin Folder>     |

&#x20;

Visual Studio - Visual C++

| **Files to add to your project**                                                                               | **Target Folder** |
| -------------------------------------------------------------------------------------------------------------- | ----------------- |
| <p>LicenseValidator.cpp, h</p><p>(files generated by the <strong>Protect Your Application</strong> wizard)</p> | \<Project Folder> |
| <p>\<Product x.y.lw\.xml></p><p>(file generated by the <strong>Protect Your Application</strong> wizard)</p>   | \<Project Folder> |
| redistrib\\.net 4.0\QlmLicenseLib.dll                                                                          | \<Bin Folder>     |
| redistrib\\.net 4.0\QlmLicenseLib.dll.manifest                                                                 | \<Bin Folder>     |
| redistrib\\.net 4.0\QlmLicenseWizard.exe                                                                       | \<Bin Folder>     |

&#x20;

Excel, MS-Access, VB6, VBA

| **Files to add to your project**                                                                                | **Target Folder** |
| --------------------------------------------------------------------------------------------------------------- | ----------------- |
| <p>LicenseValidator.cls</p><p>(file generated by the <strong>Protect Your Application</strong> wizard)</p>      | \<Project Folder> |
| <p>\<Product x.y.lw\.xml></p><p>(file is generated by the <strong>Protect Your Application</strong> wizard)</p> | \<Project Folder> |
| redistrib\\.net 4.0\QlmCLRHost\_x64.dll                                                                         | \<Bin Folder>     |
| redistrib\\.net 4.0\QlmCLRHost\_x86.dll                                                                         | \<Bin Folder>     |
| redistrib\\.net 4.0\QlmLicenseLib.dll                                                                           | \<Bin Folder>     |
| redistrib\\.net 4.0\QlmLicenseWizard.exe                                                                        | \<Bin Folder>     |

Embarcadero Delphi&#x20;

| **Files to add to your project**                                                                                | **Target Folder** |
| --------------------------------------------------------------------------------------------------------------- | ----------------- |
| <p>LicenseValidator.pas</p><p>(file generated by the <strong>Protect Your Application</strong> wizard)</p>      | \<Project Folder> |
| <p>mscorlib\_TLB.pas</p><p>(file generated by the <strong>Protect Your Application</strong> wizard)</p>         | \<Project Folder> |
| <p>mscoree\_TLB.pas</p><p>(file generated by the <strong>Protect Your Application</strong> wizard)</p>          | \<Project Folder> |
| <p>QlmLicenseLib\_TLB.pas</p><p>(file generated by the <strong>Protect Your Application</strong> wizard)</p>    | \<Project Folder> |
| <p>\<Product x.y.lw\.xml></p><p>(file is generated by the <strong>Protect Your Application</strong> wizard)</p> | \<Project Folder> |
| redistrib\\.net 4.0\QlmLicenseLib.dll                                                                           | \<Bin Folder>     |
| redistrib\\.net 4.0\QlmLicenseWizard.exe                                                                        | \<Bin Folder>     |

Embarcadero C++ Builder

| **Files to add to your project**                                                                                | **Target Folder** |
| --------------------------------------------------------------------------------------------------------------- | ----------------- |
| <p>LicenseValidator.cpp/h</p><p>(file generated by the <strong>Protect Your Application</strong> wizard)</p>    | \<Project Folder> |
| <p>mscorlib\_TLB.cpp/h</p><p>(file generated by the <strong>Protect Your Application</strong> wizard)</p>       | \<Project Folder> |
| <p>mscoree\_TLB.cpp/h</p><p>(file generated by the <strong>Protect Your Application</strong> wizard)</p>        | \<Project Folder> |
| <p>QlmLicenseLib\_TLB.cpp/h</p><p>(file generated by the <strong>Protect Your Application</strong> wizard)</p>  | \<Project Folder> |
| <p>\<Product x.y.lw\.xml></p><p>(file is generated by the <strong>Protect Your Application</strong> wizard)</p> | \<Project Folder> |
| redistrib\\.net 4.0\QlmLicenseLib.dll                                                                           | \<Bin Folder>     |
| redistrib\\.net 4.0\QlmLicenseWizard.exe                                                                        | \<Bin Folder>     |

**DEFINITIONS**

**Project Folder**: the folder where you source code is located.

**Bin Folder**: the folder where your binaries are located.


---

# 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://docs.soraco.co/docs/how-to/how-to-update-your-project-to-add-qlm-license-protection.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.
