Buchempfehlung
MySQL kurz & gut
MySQL kurz & gut
Das preiswerte Taschen- buch stellt MySQL-rele- vante Inhalte systematisch und knapp dar, sodass es sich optimal zum Nach- schlagen beim Pro- grammieren eignet. [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_const.bi

Uploader:MitgliedThePuppetMaster
Datum/Zeit:26.08.2008 22:08:30

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





'###############################################################################################################
Const       GURU_NoError                                    = 1
Const       GURU_UnknowErrorInFunction                      = 0
Const       GURU_Multiboot_NoMagicKey                       = -1
Const       GURU_Multiboot_NoDriveAdr                       = -2
Const       GURU_MemMan_Already_Init                        = -3
Const       GURU_MemMan_NoFreeMemoryFound                   = -4
Const       GURU_MemMan_MemoryPageAllocError                = -5
Const       GURU_MemMan_MemoryPageIDOutOfRange              = -6
Const       GURU_MemMan_MemoryPageAlreadyFree               = -7
Const       GURU_MemMan_MemoryPageUseCountError             = -8
Const       GURU_IRQ_IRQID_OutOfRange                       = -9
Const       GURU_IRQ_IRQID_CallbackAlrightInstalled         = -10
Const       GURU_IRQ_IRQID_NoCallbackInstalled              = -11
Const       GURU_PIT_FrqOutOfRange                          = -12