Search found 4 matches
- Tue Mar 27, 2018 7:58 pm
- Forum: Coding Questions
- Topic: Including icons into code
- Replies: 8
- Views: 2981
Re: Including icons into code
Thank you. Your answer saved me hours of searching.
- Sun Mar 18, 2018 8:25 pm
- Forum: Coding Questions
- Topic: Including icons into code
- Replies: 8
- Views: 2981
Re: Including icons into code
This is my first post. I decided to give PB a try over another competitive product and i created a small exe that opens a form and loads buttons (png files). The program runs but i need to clarify someηting. The code is the following:
DataSection
Archive:
IncludeBinary "icons_48/Archive.png ...
DataSection
Archive:
IncludeBinary "icons_48/Archive.png ...
- Mon Feb 19, 2018 3:37 pm
- Forum: Coding Questions
- Topic: Mac OSX PBcompiler
- Replies: 2
- Views: 1112
Re: Mac OSX PBcompiler
Thank you.
I had the variable PUREBASIC_HOME renamed in my bash_profile thats why it wasnt working.
I had the variable PUREBASIC_HOME renamed in my bash_profile thats why it wasnt working.

- Mon Feb 19, 2018 12:32 am
- Forum: Coding Questions
- Topic: Mac OSX PBcompiler
- Replies: 2
- Views: 1112
Mac OSX PBcompiler
Hello,
I am trying to use the compiler form the command line on OSX . I have 5.62 version.
I found it in /Applications/Purebasic.app/Contents/Resources/PBcompiler
and added it to my path. I run pbcompiler -h and it worked.
But when I tried to comile a simple file , it gave me the following ...
I am trying to use the compiler form the command line on OSX . I have 5.62 version.
I found it in /Applications/Purebasic.app/Contents/Resources/PBcompiler
and added it to my path. I run pbcompiler -h and it worked.
But when I tried to comile a simple file , it gave me the following ...