Hallo Dristar,
ich als PureBASIC NewBie erlaube mir mal eine kleine Anmerkung:
Wenn man den OS spezifischen Teil am Anfang etwas erweitert,
kann man sich viel Tipp-Arbeit sparen:
;- OS Check
CompilerSelect #PB_Compiler_OS
CompilerCase #PB_OS_Windows
libPath = "libmysql.dll"
Macro ...
Die Suche ergab 1 Treffer
- 11.09.2008 18:41
- Forum: Code, Tipps und Tricks
- Thema: [Linux] DEMO mysql Datenbank ansteuern
- Antworten: 1
- Zugriffe: 1558