Search found 9 matches

by jcanom
Wed Nov 13, 2024 8:10 am
Forum: TsiLang Components Suite
Topic: Win64 modern - Link error
Replies: 12
Views: 84935

Re: Win64 modern - Link error

Great! Yes, now it works with your instructions.

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.

Thanks to you man!
by jcanom
Tue Nov 12, 2024 3:09 pm
Forum: TsiLang Components Suite
Topic: Win64 modern - Link error
Replies: 12
Views: 84935

Re: Win64 modern - Link error

I've just downloaded installer and there isn't any .pas files on C:\Program Files (x86)\SiComponents\TsiLang\Units folder.

Please, update installer and I'll try again.

Thanks.
by jcanom
Tue Nov 12, 2024 9:31 am
Forum: TsiLang Components Suite
Topic: Win64 modern - Link error
Replies: 12
Views: 84935

Re: Win64 modern - Link error

As you said, I added lib to project from win64x and now I get this. (see attached pic)
by jcanom
Mon Nov 11, 2024 4:54 pm
Forum: TsiLang Components Suite
Topic: Win64 modern - Link error
Replies: 12
Views: 84935

Re: Win64 modern - Link error

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...
by jcanom
Mon Nov 11, 2024 10:06 am
Forum: TsiLang Components Suite
Topic: Win64 modern - Link error
Replies: 12
Views: 84935

Re: Win64 modern - Link error

Hi, I tried last package, now finds lib files but still get this error:

[ld.lld Error] ld.lld: error: Could not locate the file 'siComp.o'

Thanks.
by jcanom
Mon Nov 11, 2024 8:26 am
Forum: TsiLang Components Suite
Topic: Win64 modern - Link error
Replies: 12
Views: 84935

Re: Win64 modern - Link error

By the way, I've installed 7.9.7 versión and these lib files aren't located under : \TsiLang\Units\ERS 12\Win64x\
by jcanom
Mon Nov 11, 2024 8:24 am
Forum: TsiLang Components Suite
Topic: Win64 modern - Link error
Replies: 12
Views: 84935

Win64 modern - Link error

Hi, I'm trying to compile in 64 bits modern in Athens 12.2 and the linker doesn't find these files :

(link runtime packages off)
- siInternetTranslator_12r.lib
- TsiLang12r.lib

(link runtime packages on)
- siComp.o

Any clue?
by jcanom
Mon Mar 09, 2015 3:55 pm
Forum: TsiLang Components Suite
Topic: Load .sib strings from console application (c++)
Replies: 3
Views: 13662

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...
by jcanom
Fri Mar 06, 2015 12:30 pm
Forum: TsiLang Components Suite
Topic: Load .sib strings from console application (c++)
Replies: 3
Views: 13662

Load .sib strings from console application (c++)

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...