Welcome to Certabo forum
Both posts in italian and in english are accepted on the forum to help everybody to provide contribution irrespective to geographical location. Object of the forum is to provide technical information on various items and help developer and users to personalise software for Certabo chessboards. User explicitly accepts the conditions of use of this forum here reported.
A brief introduction of user is always appreciated in section Welcome to….
Benvenuti nel forum di Certabo
Sul forum possono essere postati articoli sia in lingua italiana che inglese per permettere a tutti di dare il proprio contributo da diversi luoghi geografici. Il forum ha come scopo fornire informazioni tecniche in generale e aiutare gli sviluppatori ed utenti a personalizzare software per le scacchiere Certabo. L’utente accetta esplicitamente le condizioni del presente forum consultabili qui.
Un breve saluto del nuovo utente è sempre gradito nella sezione Benvenuti a….
Certabo in Fritz and Chessbase
Quote from Graham on June 13, 2022, 5:49 amThanks Tobias for helping with this and it's great you got it working. For anybody else confused, this is the process:
1. Download my gon-ZZZ64.zip file and unzip gon-ZZZ64.dll into C:\Windows\System32
2. Download my CertaboDLL64.zip file and unzip gon-CER64.dll into C:\Windows\System32
3. Either manually rename the gon-CER64.dll to DGTEBDLL64.dll or use my DLLFritz.exe program (from my web page) to do it. DLLFritz is better if you already have DGT Rabbit installed or have more than one type of eBoard as it handles the backup of the Rabbit version of DGTEBDLL64.dll and makes renaming easier to control.
4. If you want to use BluetoothLE then also download and unzip the MS Visual C++ library. That will give you VC_redist.x86.exe for 32 bit or VC_redist.x64.exe for 64 bit. (Fritz needs 64 bit). Run the program to install it. You can have both the x86 and x64 versions installed together in case you want to use both the Fritz/Chessbase and the Arena/Lucas/Shredder drivers.
Then you can enable the board in Fritz from the option on the menu bar.
Thanks Tobias for helping with this and it's great you got it working. For anybody else confused, this is the process:
1. Download my gon-ZZZ64.zip file and unzip gon-ZZZ64.dll into C:\Windows\System32
2. Download my CertaboDLL64.zip file and unzip gon-CER64.dll into C:\Windows\System32
3. Either manually rename the gon-CER64.dll to DGTEBDLL64.dll or use my DLLFritz.exe program (from my web page) to do it. DLLFritz is better if you already have DGT Rabbit installed or have more than one type of eBoard as it handles the backup of the Rabbit version of DGTEBDLL64.dll and makes renaming easier to control.
4. If you want to use BluetoothLE then also download and unzip the MS Visual C++ library. That will give you VC_redist.x86.exe for 32 bit or VC_redist.x64.exe for 64 bit. (Fritz needs 64 bit). Run the program to install it. You can have both the x86 and x64 versions installed together in case you want to use both the Fritz/Chessbase and the Arena/Lucas/Shredder drivers.
Then you can enable the board in Fritz from the option on the menu bar.
Quote from LETRA on June 13, 2022, 11:03 amThank you Graham, if I had seen the instructions that clear I wouldn't have had to ask. It would be very helpful if instead of a message on this forum they could be read on your website before downloading.
TRANSLATE with xEnglishvar LanguageMenu; var LanguageMenu_keys=["ar","bg","ca","zh-CHS","zh-CHT","cs","da","nl","en","et","fi","fr","de","el","ht","he","hi","mww","hu","id","it","ja","tlh","ko","lv","lt","ms","mt","no","fa","pl","pt","ro","ru","sk","sl","es","sv","th","tr","uk","ur","vi","cy"]; var LanguageMenu_values=["Arabic","Bulgarian","Catalan","Chinese Simplified","Chinese Traditional","Czech","Danish","Dutch","English","Estonian","Finnish","French","German","Greek","Haitian Creole","Hebrew","Hindi","Hmong Daw","Hungarian","Indonesian","Italian","Japanese","Klingon","Korean","Latvian","Lithuanian","Malay","Maltese","Norwegian","Persian","Polish","Portuguese","Romanian","Russian","Slovak","Slovenian","Spanish","Swedish","Thai","Turkish","Ukrainian","Urdu","Vietnamese","Welsh"]; var LanguageMenu_callback=function(){ }; var LanguageMenu_popupid='__LanguageMenu_popup';
TRANSLATE withEnable collaborative features and customize widget: Bing Webmaster Portalvar intervalId = setInterval(function () { if (MtPopUpList) { LanguageMenu = new MtPopUpList(); var langMenu = document.getElementById(LanguageMenu_popupid); var origLangDiv = document.createElement("div"); origLangDiv.id = "OriginalLanguageDiv"; origLangDiv.innerHTML = "ORIGINAL: "; langMenu.appendChild(origLangDiv); LanguageMenu.Init('LanguageMenu', LanguageMenu_keys, LanguageMenu_values, LanguageMenu_callback, LanguageMenu_popupid); window["LanguageMenu"] = LanguageMenu; clearInterval(intervalId); } }, 1);
Thank you Graham, if I had seen the instructions that clear I wouldn't have had to ask. It would be very helpful if instead of a message on this forum they could be read on your website before downloading.
var LanguageMenu; var LanguageMenu_keys=["ar","bg","ca","zh-CHS","zh-CHT","cs","da","nl","en","et","fi","fr","de","el","ht","he","hi","mww","hu","id","it","ja","tlh","ko","lv","lt","ms","mt","no","fa","pl","pt","ro","ru","sk","sl","es","sv","th","tr","uk","ur","vi","cy"]; var LanguageMenu_values=["Arabic","Bulgarian","Catalan","Chinese Simplified","Chinese Traditional","Czech","Danish","Dutch","English","Estonian","Finnish","French","German","Greek","Haitian Creole","Hebrew","Hindi","Hmong Daw","Hungarian","Indonesian","Italian","Japanese","Klingon","Korean","Latvian","Lithuanian","Malay","Maltese","Norwegian","Persian","Polish","Portuguese","Romanian","Russian","Slovak","Slovenian","Spanish","Swedish","Thai","Turkish","Ukrainian","Urdu","Vietnamese","Welsh"]; var LanguageMenu_callback=function(){ }; var LanguageMenu_popupid='__LanguageMenu_popup';
var intervalId = setInterval(function () { if (MtPopUpList) { LanguageMenu = new MtPopUpList(); var langMenu = document.getElementById(LanguageMenu_popupid); var origLangDiv = document.createElement("div"); origLangDiv.id = "OriginalLanguageDiv"; origLangDiv.innerHTML = "ORIGINAL: "; langMenu.appendChild(origLangDiv); LanguageMenu.Init('LanguageMenu', LanguageMenu_keys, LanguageMenu_values, LanguageMenu_callback, LanguageMenu_popupid); window["LanguageMenu"] = LanguageMenu; clearInterval(intervalId); } }, 1);
Quote from Graham on June 14, 2022, 5:31 amQuote from LETRA on June 13, 2022, 11:03 amThank you Graham, if I had seen the instructions that clear I wouldn't have had to ask. It would be very helpful if instead of a message on this forum they could be read on your website before downloading.
Good idea - done! Thanks.
Quote from LETRA on June 13, 2022, 11:03 amThank you Graham, if I had seen the instructions that clear I wouldn't have had to ask. It would be very helpful if instead of a message on this forum they could be read on your website before downloading.
Good idea - done! Thanks.