Your components have been helping me last 10 years, no need to thank me for helping you once in a while
Your support has been first quality always I have needed.
Hi again, I don't fully follow you, What you mean with removing references to TsiLang12_r.lib? I removed run-time package options and removed all references to tsilang12_r.lib, siInternetTranslator_12r.lib from .cbprog. And as you said I get this duplication symbols errors: (attached pic) [ld.lld Er...
You're right, I've tried with both DataModule and Form and it works in both ways: Ex1: TComponent *t = new TComponent(0); TForm *f = new TForm(t); TsiLang *s = new TsiLang(f); s->LoadAllFromBinaryFile("hi.sib"); str = s->GetTextOrDefault("asfa"); Ex2: TDataModule *dm = new TDataM...
Hi all, Is possible to load strings from a .sib file in a console application or DLL with no forms? Obviously I can't use TSilang design component, I'm creating component by code from scratch. I've tried following with no luck: siLang = new TsiLang(0); <-- 0: No form reference siLang->Name = "K...