Seite 1 von 1

Pure Basic Demo + ProGUI

Verfasst: 10.01.2014 22:20
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

Re: Pure Basic Demo + ProGUI

Verfasst: 10.01.2014 22:48
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

Re: Pure Basic Demo + ProGUI

Verfasst: 10.01.2014 23:00
von MrsRosa
Vielen Dank

lg
Rosa