Buchempfehlung
Windows-Programmierung. Das Entwicklerhandbuch zur WIN32-API
Windows-Programmierung. Das Entwicklerhandbuch zur WIN32-API
"Der" Petzold, das über 1000 Seiten starke Standardwerk zum Win32-API - besonders nützlich u. a. bei der GUI-Programmierung in FreeBASIC! [Mehr Infos...]
FreeBASIC-Chat
Es sind Benutzer im FreeBASIC-Chat online.
(Stand:  )
FreeBASIC bei Twitter
Twitter FreeBASIC-Nachrichten jetzt auch über Twitter erhalten. Follow us!

fb:porticula NoPaste

Info
Info / Hilfe
Liste
Übersicht / Liste
Neu
Datei hochladen
Suche
Quellcode suchen
Download
Dateidownload

core_include_rtlib.bi

Uploader:MitgliedThePuppetMaster
Datum/Zeit:26.08.2008 22:10:26

'###############################################################################################################
'###############################################################################################################
'###   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