<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent posts by jorenbeyl</title><link href="https://forge.codesys.com/u/jorenbeyl/" rel="alternate"></link><link href="https://forge.codesys.com/u/jorenbeyl/profile/feed.atom" rel="self"></link><id>https://forge.codesys.com/u/jorenbeyl/</id><updated>2026-04-23T12:51:34Z</updated><subtitle>Recent posts by jorenbeyl</subtitle><entry><title>library inside library</title><link href="https://forge.codesys.com/forge/talk/Engineering/thread/b738f2bccf/?limit=25#3996" rel="alternate"></link><published>2026-04-23T12:51:34Z</published><updated>2026-04-23T12:51:34Z</updated><author><name>jorenbeyl</name><uri>https://forge.codesys.com/u/jorenbeyl/</uri></author><id>https://forge.codesys.comaaeccfb1db37b684be5d40684534969c091a955e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I am currently developing a library that contains real‑time data. To handle this real‑time data, I am using additional libraries called SysTime and SysTypes Interfaces.&lt;br/&gt;
When I compile my library on its own, no errors occur. However, when I use this library in a project and compile the project, I get an error indicating that the SysTime data type is not recognized. This happens even though the SysTime library is visible as a dependency under my library.&lt;br/&gt;
Does anyone know how to correctly include a library within another library so that the project recognizes the sub‑library without causing compilation errors?&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>