FreeBASIC is a free/open source, 32-bit BASIC compiler for Microsoft Windows, protected-mode DOS, Linux, FreeBSD and Xbox. When used in its "QB" language mode, FreeBASIC provides a high level of support for programs written for QuickBASIC. Many programs written for QuickBASIC will compile and run in this mode with no changes needed. However, for compilation in the FreeBASIC default language mode, most substantial programs will require changes.

PropertyValue
dbpedia-owl:abstract
  • FreeBASIC (kurz FB) ist ein kostenloser Open-Source-Compiler, dessen Syntax auf Microsoft QuickBASIC aufbaut. Er ermöglicht das Erzeugen von 32-Bit-Anwendungsprogrammen, Spielen etc. für Microsoft Windows, Linux, FreeBSD und DOS, teilweise auch für die Xbox. Versionen für weitere Betriebssysteme sind geplant. Bibliotheken, die C-kompatibel sind, können direkt in FreeBASIC verwendet werden, aber auch C++ Bibliotheken können teilweise verwendet werden. So können beispielsweise GTK+, GSL, SDL, Allegro, Lua oder OpenGL genutzt werden und mit jeder neuen Version steigert sich die Anzahl der unterstützten Bibliotheken. Die erste Version wurde im November 2004 veröffentlicht, die neueste Version ist Version 0.22.0 vom 8. Mai 2011.
  • FreeBASIC is a free/open source, 32-bit BASIC compiler for Microsoft Windows, protected-mode DOS, Linux, FreeBSD and Xbox. When used in its "QB" language mode, FreeBASIC provides a high level of support for programs written for QuickBASIC. Many programs written for QuickBASIC will compile and run in this mode with no changes needed. However, for compilation in the FreeBASIC default language mode, most substantial programs will require changes. FreeBASIC is not as related to Microsoft's later Visual Basic language. For that, Gambas is the most relevant free software project. FreeBASIC is the name for the compiler. It does not come bundled with an IDE. Most users will need to download an IDE such as FBide, FBedit, or Geany.
  • FreeBASIC es un compilador libre, de fuente abierta, de 32 bits del lenguaje BASIC. Se diseñó para ser compatible en sintaxis con QuickBASIC, aportando nuevas capacidades . Puede compilarse para DOS, Microsoft Windows, Linux, y XBOX y está siendo portado a otras plataformas. FreeBASIC está soportado por las herramientas de programación binutils de GNU y puede generar ejecutables de consola y GUI, además de bibliotecas dinámicas y estáticas. Las capacidadas que distinguían al QuickBasic, como la biblioteca gráfica y el acceso a puertos hardware se han añadido al FreeBASIC. Algunas características nuevas son los punteros y el ensamblador en línea, en breve dispondrá de objetos y soporte a Unicode Pueden utilizarse con FreeBasic las bibliotecas de GNU-C, se dispone ya de cabeceras para Wx-c, Gtk, GSL, SDL, Allegro, Lua, OpenGL, MySQL la lista crece con cada edición. Aunque el FreeBASIC está en fase beta, se está utilitzando ya en aplicaciones importantes. El compilador tiene más de 57.000 líneas y está escrito en FreeBASIC. La documentación está siendo escrita por los propios usuarios mediante un Wiki
  • FreeBASIC on 32-bittinen BASIC-kääntäjä Windowsille. Se pystyy kääntämään myös QB-ohjelmia. Ohjelma on komentorivipohjainen. FreeBASIC on julkaistu GNU GPL -lisenssillä eli se on vapaa ohjelmisto. FreeBASIC pystyy kääntämään myös DOS:ille, FreeBSD:lle ja Xbox:lle. Se pystyy tekemään graafisia GUI-ohjelmia ja mm. C/C++ yhteensopivia kirjastoja. FreeBASIC:ssa on myös C-tyylinen esikääntäjä.
  • Il FreeBASIC è un compilatore BASIC a 32 bit libero e open source per i sistemi Microsoft Windows, DOS, Linux e FreeBSD. Il FreeBASIC ha una sintassi molto simile a quella del QuickBASIC ma con un certo numero di caratteristiche aggiuntive. La compatibilità è buona tanto che diversi programmi scritti per il QuickBASIC possono essere compilati ed eseguiti senza nessuna modifica al codice.
  • FreeBASICは、フリーでオープンソース(GPL)の32ビットBASICコンパイラであり、Microsoft Windows、DOSのプロテクトモード(DOSエクステンダ)、Linux、Xbox 向けの実行ファイルを生成する。FreeBASIC はセルフホスティングコンパイラであり、コンパイラ本体は約12万行のソースコードで構成されている(ライブラリは含まない)。 GNU Binutils をバックエンドとして利用し、コンソール用実行ファイルとグラフィカル/GUI用実行ファイルを生成する。ライブラリは静的リンクと動的リンクの両方に対応している。FreeBASIC はCライブラリと一部のC++ライブラリを利用できる。これを利用すると、C言語だけでなく他の言語のライブラリを使ったり、作成したりすることも可能である。
  • FreeBASIC is een gratis en open source BASIC compiler. De syntaxis van FreeBASIC lijkt zoveel mogelijk op andere vormen van BASIC maar is vooral gebaseerd op de syntaxis van QBasic. Op het moment kan FreeBASIC programmas compileren voor DOS, Xbox, Windows en Linux. Men is momenteel bezig om FreeBASIC naar nog meer platformen over te zetten. Voorlopig bestaat de compiler uit bijna 90.000 regels code, helemaal geschreven in FreeBASIC zelf.
  • FreeBASIC jest darmowym, 32-bitowym kompilatorem języka BASIC udostępnionym na licencji open source. Z założenia jest syntaktycznie podobny do QuickBasica, jednakże wprowadza nowe możliwości, jak np. obsługa Unicode, wskaźniki, liczby bez znaku, wstawki asemblerowe, preprocesor i przestrzenie nazw. FreeBASIC używa zestawu narzędzi GNU binutils jako silnika i jest w stanie wyprodukować aplikacje zarówno konsolowe, jak i GUI. Umożliwia także użycie bibliotek statycznych i dynamicznych. FreeBASIC kompiluje programy dla DOS, Xbox, Microsoft Windows i Linuksa. Obecnie trwają prace nad portami dla innych platform. Aktualnie biblioteki takie jak GTK+, GNU Scientific Library, SDL, Allegro, Lua i OpenGL mogą być używane bezpośrednio, a kolejne są dodawane w każdym nowym wydaniu. Kompletny zestaw nagłówków Windows API także został dołączony. Kompilator wraz ze swymi 75.000 liniami kodu był, i nadal jest, kompilowany przez FreeBASIC. Pierwsza wersja FreeBASIC została napisana w Visual Basic dla DOS.
  • FreeBASIC é um compilador BASIC distribuído como software livre através da licença. O compilador foi desenvolvido para ser sintaticamente similar ao QuickBASIC, sem deixar de suportar novos recursos como ponteiros, tipos de dados não sinalizados, inline-assembly, um pré-processador, namespaces, métodos em tipos de dados definidos pelo usuário (TYPE's), entre outros. Ele compila para DOS, Microsoft Windows e Linux, e está sendo portado para outras plataformas. No momento, bibliotecas como GTK+, GSL, SDL, Allegro, Lua e OpenGL podem ser usadas diretamente, isto é, sem bibliotecas de auxílio, só com os cabeçalhos originais em "C" traduzidos. O suporte às novas bibliotecas é aumentado a cada nova versão lançada. Também inclui um conjunto completo dos cabeçalhos da API do Windows.
  • FreeBASIC är en 32-bits BASIC-kompilator utgiven med öppen källkod. Den har konstruerats för att vara syntaxkompatibel med QuickBASIC, och samtidigt utöka språket och dess funktioner. Trots att kompilatorn fortfarande är på beta-stadiet kan FreeBASIC redan användas i riktiga tillämpningar. Kompilatorn, som består av nästan 62 000 rader kod, kan kompilera sig själv. Den första versionen av FreeBASIC skrevs av denna anledning i Visual Basic.
  • FreeBASIC — язык программирования высокого уровня по синтаксису наиболее близкий к QuickBASIC, а также компилятор для него (FreeBASIC Compiler). Первоначально компилятор разрабатывался как свободная альтернатива Microsoft QuickBasic, но быстро оброс новыми возможностями и стал мощным средством разработки. Первые версии компилятора были написаны на Visual Basic, но теперь он может откомпилировать сам себя (написан на FreeBASIC).
  • FreeBASIC是一个自由/开源(GPL)的32位BASIC编译器,可运行在Microsoft Windows、保护模式的DOS(DOS扩展)、Linux以及Xbox上。 FreeBASIC通过使用"QB"关键字可以在高级别上支持用QBASIC编写的程序。许多用QBASIC写的程序可以在不需任何修改的情况下编译和运行在这个模式下。但是如果使用默认的参数来编译的话,大部分的程序还是要进行一些修改的。
  • FreeBasic est un compilateur de langage BASIC pour les plateformes DOS, Linux et Windows. Il est placé sous licence publique générale GNU et permet de créer des exécutables 32 bits dans des modes graphiques haute résolution basés sur une bibliothèque graphique incorporée, très complète. De plus, il est possible d'appeler des bibliothèques externes, telles que GTK+, GSL, SDL, Allegro, Lua, OpenGL… De nouvelles bibliothèques sont constamment ajoutées. FreeBasic reste très largement compatible avec QuickBASIC tout en apportant beaucoup d'extensions. Certaines instructions et fonctions diffèrent dans des cas particuliers de celles des autres langages BASIC, mais les problèmes sont faciles à pallier. Sous Windows, FreeBasic dispose d'un excellent éditeur nommé FBIDE qui permet d'émuler l'IDE de QuickBASIC. FreeBasic utilise les outils de programmation du paquet GNU Binary Utilities et peut produire des exécutables en ligne de commande ou en mode graphique, ainsi que des bibliothèques statiques ou dynamiques. Bien qu'encore au stade béta, FreeBasic peut déjà produire de vraies applications. Le compilateur, avec plus de lignes de code, peut se compiler lui-même. Un programme Hello world en FreeBasic :
dbpedia-owl:influencedBy
dbpedia-owl:latestReleaseVersion
  • 0.22.0
dbpedia-owl:license
dbpedia-owl:thumbnail
dbpedia-owl:wikiPageExternalLink
dbpprop:designer
  • Andre Victor
dbpprop:developer
  • The FreeBASIC Development Team
dbpprop:influencedBy
dbpprop:latestReleaseVersion
  • 0 (xsd:integer)
dbpprop:license
dbpprop:logo
dbpprop:name
  • FreeBASIC
dbpprop:operatingSystem
dbpprop:paradigm
dbpprop:typing
dbpprop:wikiPageUsesTemplate
dbpprop:wordnet_type
dbpprop:year
  • 2004 (xsd:integer)
dcterms:subject
rdf:type
rdfs:comment
  • FreeBASIC on 32-bittinen BASIC-kääntäjä Windowsille. Se pystyy kääntämään myös QB-ohjelmia. Ohjelma on komentorivipohjainen. FreeBASIC on julkaistu GNU GPL -lisenssillä eli se on vapaa ohjelmisto. FreeBASIC pystyy kääntämään myös DOS:ille, FreeBSD:lle ja Xbox:lle. Se pystyy tekemään graafisia GUI-ohjelmia ja mm. C/C++ yhteensopivia kirjastoja. FreeBASIC:ssa on myös C-tyylinen esikääntäjä.
  • Il FreeBASIC è un compilatore BASIC a 32 bit libero e open source per i sistemi Microsoft Windows, DOS, Linux e FreeBSD. Il FreeBASIC ha una sintassi molto simile a quella del QuickBASIC ma con un certo numero di caratteristiche aggiuntive. La compatibilità è buona tanto che diversi programmi scritti per il QuickBASIC possono essere compilati ed eseguiti senza nessuna modifica al codice.
  • FreeBASICは、フリーでオープンソース(GPL)の32ビットBASICコンパイラであり、Microsoft Windows、DOSのプロテクトモード(DOSエクステンダ)、Linux、Xbox 向けの実行ファイルを生成する。FreeBASIC はセルフホスティングコンパイラであり、コンパイラ本体は約12万行のソースコードで構成されている(ライブラリは含まない)。 GNU Binutils をバックエンドとして利用し、コンソール用実行ファイルとグラフィカル/GUI用実行ファイルを生成する。ライブラリは静的リンクと動的リンクの両方に対応している。FreeBASIC はCライブラリと一部のC++ライブラリを利用できる。これを利用すると、C言語だけでなく他の言語のライブラリを使ったり、作成したりすることも可能である。
  • FreeBASIC is een gratis en open source BASIC compiler. De syntaxis van FreeBASIC lijkt zoveel mogelijk op andere vormen van BASIC maar is vooral gebaseerd op de syntaxis van QBasic. Op het moment kan FreeBASIC programmas compileren voor DOS, Xbox, Windows en Linux. Men is momenteel bezig om FreeBASIC naar nog meer platformen over te zetten. Voorlopig bestaat de compiler uit bijna 90.000 regels code, helemaal geschreven in FreeBASIC zelf.
  • FreeBASIC är en 32-bits BASIC-kompilator utgiven med öppen källkod. Den har konstruerats för att vara syntaxkompatibel med QuickBASIC, och samtidigt utöka språket och dess funktioner. Trots att kompilatorn fortfarande är på beta-stadiet kan FreeBASIC redan användas i riktiga tillämpningar. Kompilatorn, som består av nästan 62 000 rader kod, kan kompilera sig själv. Den första versionen av FreeBASIC skrevs av denna anledning i Visual Basic.
  • FreeBASIC — язык программирования высокого уровня по синтаксису наиболее близкий к QuickBASIC, а также компилятор для него (FreeBASIC Compiler). Первоначально компилятор разрабатывался как свободная альтернатива Microsoft QuickBasic, но быстро оброс новыми возможностями и стал мощным средством разработки. Первые версии компилятора были написаны на Visual Basic, но теперь он может откомпилировать сам себя (написан на FreeBASIC).
  • FreeBASIC是一个自由/开源(GPL)的32位BASIC编译器,可运行在Microsoft Windows、保护模式的DOS(DOS扩展)、Linux以及Xbox上。 FreeBASIC通过使用"QB"关键字可以在高级别上支持用QBASIC编写的程序。许多用QBASIC写的程序可以在不需任何修改的情况下编译和运行在这个模式下。但是如果使用默认的参数来编译的话,大部分的程序还是要进行一些修改的。
  • FreeBASIC (kurz FB) ist ein kostenloser Open-Source-Compiler, dessen Syntax auf Microsoft QuickBASIC aufbaut. Er ermöglicht das Erzeugen von 32-Bit-Anwendungsprogrammen, Spielen etc. für Microsoft Windows, Linux, FreeBSD und DOS, teilweise auch für die Xbox. Versionen für weitere Betriebssysteme sind geplant. Bibliotheken, die C-kompatibel sind, können direkt in FreeBASIC verwendet werden, aber auch C++ Bibliotheken können teilweise verwendet werden.
  • FreeBASIC es un compilador libre, de fuente abierta, de 32 bits del lenguaje BASIC. Se diseñó para ser compatible en sintaxis con QuickBASIC, aportando nuevas capacidades . Puede compilarse para DOS, Microsoft Windows, Linux, y XBOX y está siendo portado a otras plataformas. FreeBASIC está soportado por las herramientas de programación binutils de GNU y puede generar ejecutables de consola y GUI, además de bibliotecas dinámicas y estáticas.
  • FreeBASIC is a free/open source, 32-bit BASIC compiler for Microsoft Windows, protected-mode DOS, Linux, FreeBSD and Xbox. When used in its "QB" language mode, FreeBASIC provides a high level of support for programs written for QuickBASIC. Many programs written for QuickBASIC will compile and run in this mode with no changes needed. However, for compilation in the FreeBASIC default language mode, most substantial programs will require changes.
  • FreeBASIC jest darmowym, 32-bitowym kompilatorem języka BASIC udostępnionym na licencji open source. Z założenia jest syntaktycznie podobny do QuickBasica, jednakże wprowadza nowe możliwości, jak np. obsługa Unicode, wskaźniki, liczby bez znaku, wstawki asemblerowe, preprocesor i przestrzenie nazw. FreeBASIC używa zestawu narzędzi GNU binutils jako silnika i jest w stanie wyprodukować aplikacje zarówno konsolowe, jak i GUI. Umożliwia także użycie bibliotek statycznych i dynamicznych.
  • FreeBASIC é um compilador BASIC distribuído como software livre através da licença. O compilador foi desenvolvido para ser sintaticamente similar ao QuickBASIC, sem deixar de suportar novos recursos como ponteiros, tipos de dados não sinalizados, inline-assembly, um pré-processador, namespaces, métodos em tipos de dados definidos pelo usuário (TYPE's), entre outros. Ele compila para DOS, Microsoft Windows e Linux, e está sendo portado para outras plataformas.
  • FreeBasic est un compilateur de langage BASIC pour les plateformes DOS, Linux et Windows. Il est placé sous licence publique générale GNU et permet de créer des exécutables 32 bits dans des modes graphiques haute résolution basés sur une bibliothèque graphique incorporée, très complète. De plus, il est possible d'appeler des bibliothèques externes, telles que GTK+, GSL, SDL, Allegro, Lua, OpenGL… De nouvelles bibliothèques sont constamment ajoutées.
rdfs:label
  • FreeBASIC
  • FreeBASIC
  • FreeBASIC
  • FreeBASIC
  • FreeBasic
  • FreeBASIC
  • FreeBASIC
  • FreeBASIC
  • FreeBASIC
  • FreeBASIC
  • FreeBASIC
  • FreeBASIC
  • FreeBASIC
owl:sameAs
foaf:depiction
foaf:homepage
foaf:name
  • FreeBASIC
foaf:page
is dbpedia-owl:influenced of
is dbpedia-owl:wikiPageDisambiguates of
is dbpedia-owl:wikiPageRedirects of
is dbpprop:influenced of
is owl:sameAs of
is foaf:primaryTopic of