<div dir="ltr">Hi,<div><br></div>I'm using Free Pascal. I translated C header to Free Pascal so I'm using taglib_file_new, taglib_tag_title etc. <div>I need Taglib dynamic library (.dll and .so) for Linux and Windows (32 and 64 bit). On linux (Linux Mint 64 bit) I created taglib_c.so by command:<br>
<br>cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_RELEASE_TYPE=Release<br>make<div><br></div><div style>Can I create library also for 32 bit linux and windows using my linux 64 bit? Or must I do this on virtualbox for each platform? I'm asking, because for OSX exists switch <span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Courier,monospace;font-size:12px;line-height:16px;white-space:pre">DCMAKE_OSX_ARCHITECTURES</span></div>
<div style><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Courier,monospace;font-size:12px;line-height:16px;white-space:pre"><br></span></div><div style><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Courier,monospace;font-size:12px;line-height:16px;white-space:pre">Regards</span></div>
</div></div>