Dictionary Class

Post your FreeBASIC source, examples, tips and tricks here. Please don’t post code without including an explanation.
Post Reply
paul doe
Moderator
Posts: 1730
Joined: Jul 25, 2017 17:22
Location: Argentina

Re: Dictionary Class

Post by paul doe »

Makoto WATANABE wrote:...
I want to translate the Dictionary Class and related programs into Japanese and publish them on my site with MIT License. I hope you will understand this.
Nice work! The code was already released under a MIT license, which is a very permissive one (this short of 'do what you want with the code') so you won't have any troubles. By all means, go ahead.

Glad you find it useful.
Makoto WATANABE
Posts: 231
Joined: Apr 10, 2010 11:41
Location: Japan
Contact:

Re: Dictionary Class

Post by Makoto WATANABE »

Dear paul doe;

I can't find the Dictionary class you registered on GitHub.
Please upload it again.

I have a question.
fb-dict-example-2.bas,fb-dict-example-4.bas,fb-dict-example-5.bas
are compileable with FreeBASIC 1.05.
However, they cannot be compiled with 1.07 due to the following errors.
I would appreciate if you could check this point as well.

fb-dict-example-2.o:fake:(.text+0x1fe): undefined reference to `COLLECTIONS::IDICTIONARY::IDICTIONARY(unsigned long)'
fb-dict-example-4.o:fake:(.text+0x1fe): undefined reference to `COLLECTIONS::IDICTIONARY::IDICTIONARY(unsigned long)'
fb-dict-example-5.o:fake:(.text+0x1fe): undefined reference to `COLLECTIONS::IDICTIONARY::IDICTIONARY(unsigned long)'
paul doe
Moderator
Posts: 1730
Joined: Jul 25, 2017 17:22
Location: Argentina

Re: Dictionary Class

Post by paul doe »

Makoto WATANABE wrote:...
I can't find the Dictionary class you registered on GitHub.
Please upload it again.
...
The framework is not available publicly anymore, sorry. See viewtopic.php?f=8&t=27954&p=273135#p273135
mcombatti
Posts: 5
Joined: Dec 15, 2022 23:54
Location: Spartanburg, SC - USA
Contact:

Re: Dictionary Class

Post by mcombatti »

paul doe wrote: Jun 27, 2020 11:57
Makoto WATANABE wrote:...
I can't find the Dictionary class you registered on GitHub.
Please upload it again.
...
The framework is not available publicly anymore, sorry. See viewtopic.php?f=8&t=27954&p=273135#p273135
The forum thread is not visible.
fxm
Moderator
Posts: 12085
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Re: Dictionary Class

Post by fxm »

This post was just a request from the author to remove another of his topics: 'FreeBasic Framework':
paul doe wrote: Jun 15, 2020 4:25 As of 6/14/2020 this repository is no more publicly available.

@admins: please lock/delete this thread as deemed appropriate.
This topic ('FreeBasic Framework') has been moved entirely to the admin Trash.
Post Reply