Pure Basic Demo + ProGUI

Anfängerfragen zum Programmieren mit PureBasic.
MrsRosa
Beiträge: 2
Registriert: 10.01.2014 22:02

Pure Basic Demo + ProGUI

Beitrag von MrsRosa »

Hi Leute,

bin neu hier und hätte eine Frage:

Verwende Win 7 und habe die 64Bit Demo Version von Pure Basic. Dazu wollte ich die PROGUI probieren. Wenn ich die vorgerfertigten Examples in compilierter Form ausführe ist alles bestens. Wenn ich jedoch die PB Datei davon im Editor ausführen möchte bekomme ich immer folgenden ERROR Konstante nicht gefunden: #WM_Command

Liegt es daran, dass dies mit der DEMO Version nicht funktioniert ?
Oder mache ich was falsch - unten ein Auszug für die Installation von PROGUI, habe beides probiert DLL Usage und UserLib Installation nichts hilft

Weiß wer RAT

Danke

lg
Rosa

In order to use ProGUI with your program you can use either the DLL version or the User Library version.

DLL Usage
Simply copy the ProGUI.dll (or ProGUI64.dll if your PureBasic installation is 64 bit) and ProGUI_PB.pb include
file from the archive into your working directory.
Note The ProGUI.dll/ProGUI64.dll must be distributed with your compiled application in order for your
program to access ProGUI functions.

User Library Installation
Simply copy the ProGUI (or ProGUI64 if your PureBasic installation is 64 bit) library file from the "UserLibrary\"
directory of the archive to your "PureBasic\PureLibraries\UserLibraries" folder. Copy the ProGUI.res file from the
"UserLibrary\" directory of the archive to your "PureBasic\Residents" folder. ProGUI will now be installed and
ready for use next time you start PureBasic.
The UserLibrary is a multi-library and includes Thread safe, Unicode and Unicode Thread Safe versions. Resident
source code is also supplied if in the unlikely event you encounter that some API constants have already been
defined.

__________________________________________________
Thread verschoben
FAQ & Tutorials>Anfänger
10.01.2014
RSBasic
Benutzeravatar
ts-soft
Beiträge: 22292
Registriert: 08.09.2004 00:57
Computerausstattung: Mainboard: MSI 970A-G43
CPU: AMD FX-6300 Six-Core Processor
GraKa: GeForce GTX 750 Ti, 2 GB
Memory: 16 GB DDR3-1600 - Dual Channel
Wohnort: Berlin

Re: Pure Basic Demo + ProGUI

Beitrag von ts-soft »

Erstmal willkommen :wink:

Die Demo hat natürlich ein paar Einschränkungen, so das die von Dir erwähnten Sourcen nicht
funktionieren können. Die Sourcen verwenden vordefinierte API-Aufrufe, API-Konstanten usw.,
die in der Demo nicht vordefiniert sind. Mit der Vollversion sollte das Funktionieren (wobei
es immer mal Probleme geben kann, wenn der Source auf eine andere PB-Version basiert, als
die von Dir verwendete, aber das läßt sich meist schnell beheben).

Leider hast Du ein total verkehrtes Unterforum gewählt, Dein Beitrag enthält weder bereits
beantwortete Fragen noch ein Tutorial.

Kann ein Admin/Mod das mal bitte verschieben, danke.

Gruß
Thomas
PureBasic 5.73 LTS | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Nutella hat nur sehr wenig Vitamine. Deswegen muss man davon relativ viel essen.
Bild
MrsRosa
Beiträge: 2
Registriert: 10.01.2014 22:02

Re: Pure Basic Demo + ProGUI

Beitrag von MrsRosa »

Vielen Dank

lg
Rosa
Antworten