Pure Basic Demo + ProGUI
Verfasst: 10.01.2014 22:20
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
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