'############################################################################################################### '############################################################################################################### '### F B - C O R E '############################################################################################################### '############################################################################################################### '### Version: 1.00.0 '### Revision: 0 '############################################################################################################### '### (c) 2008 By.: /_\ DeltaLab's Germany [experimental computing] '### Author: Martin Wiemann '### Date of Idea: 2008.08.16 - 17:55:38 '############################################################################################################### '### Copy('s) of this code or a part of this IS allowed!!! '############################################################################################################### '############################################################################################################### Declare Sub Int_Text_Add CDecL Alias "Core_Text_Add" (ByVal V_Text as String = "", V_Color as UByte = 7) Declare Sub Int_Text_Add_Done CDecL Alias "Core_Text_Done" () Declare Sub Int_Text_Add_Fail CDecL Alias "Core_Text_Fail" () Declare Sub Int_Text_Add_Warn CDecL Alias "Core_Text_Warn" () Declare Sub Int_Text_Add_Proc CDecL Alias "Core_Text_Proc" (ByVal V_Text as String) Declare Sub Int_Text_Add_Light CDecL Alias "Core_Text_Light" (ByVal V_Text as String) Declare Sub Int_Text_Add_Info CDecL Alias "Core_Text_Info" (ByVal V_Text as String) Declare Sub Int_Text_Add_Err CDecL Alias "Core_Text_Err" (ByVal V_Text as String) Declare Function Core_KBC_CheckNewKey CDecL Alias "Core_KBC_CheckNewKey"() AS UByte