Search found 14 matches

by JoseT
Thu Apr 27, 2023 1:42 pm
Forum: Bugs - IDE
Topic: Error in color for 'issues'
Replies: 1
Views: 491

Error in color for 'issues'

Hi. When I set a forecolor for issue and it's into a procedure-section (with color for procedure) the issue is not marked with issue-color, but if I set that issue-color applies for all line (not only text) then it runs fine. Outside of a procedure, issues are correctly marked with all lines or only...
by JoseT
Fri Jul 29, 2022 10:39 pm
Forum: Mac OSX
Topic: Diffs/errors in MacOS version
Replies: 3
Views: 748

Re: Diffs/errors in MacOS version

The link to your image is wrong. Please correct it. On our iMac and M1 it works as expected. I just update the url (it's difficult to attach an image file in this forum, it's required an external service) https://ibb.co/xG3dWhp EDIT: I paste the URL: https://ibb.co/xG3dWhp I hope the image can be s...
by JoseT
Tue Jul 26, 2022 7:33 pm
Forum: Bugs - IDE
Topic: [Done] Set paramaters in IDE for a console application
Replies: 9
Views: 5579

Re: Set paramaters in IDE for a console application

Please also test beta versions and report such errors.
(Or take a look at the IDE code and help the community with the projects.)
Thanks, thanks a lot for this wonderful suggestions!

I wish all companies offered this service to their customers.
by JoseT
Tue Jul 26, 2022 9:57 am
Forum: Mac OSX
Topic: Diffs/errors in MacOS version
Replies: 3
Views: 748

Diffs/errors in MacOS version

Hi (Please, excuse me for my bad, horrible English) As you can see in image attachment, IDE of PB does not work fine in MacOS. The 'help' for sintax of code in status bar does not show bold for parameter focused (marked in red), and tabs header for tools (frame on right) it's now shown totally. Imag...
by JoseT
Fri Jul 22, 2022 8:59 pm
Forum: Bugs - IDE
Topic: [Done] Set paramaters in IDE for a console application
Replies: 9
Views: 5579

Re: Set paramaters in IDE for a console application

Now, with PB 6.0 LTS, problem persists... I was hoping and hoping that this problem would be corrected in the next version, but it wasn't. It's a letdown, when I bougth PB (a tool for develop software in Mac, Linux and Windows) I thought that it had a serious support, but Im seen that support is onl...
by JoseT
Fri Apr 23, 2021 8:38 am
Forum: Bugs - IDE
Topic: [Done] Set paramaters in IDE for a console application
Replies: 9
Views: 5579

Re: Set paramaters in IDE for a console application

Hi again.

Today I've tested it in a Windows, and it runs successfully in Windows 10.

Perhaps it's a problem with IDE of PureBasic in MacOS...
by JoseT
Thu Apr 22, 2021 11:46 pm
Forum: Bugs - IDE
Topic: [Done] Set paramaters in IDE for a console application
Replies: 9
Views: 5579

Re: Set paramaters in IDE for a console application

Another thing.. perhaps it's a clue. My code tries to explore a directory and shows a limited number of files filtered by some conditions. Parameters must indicate wich is directory to explore, and how many files shows. And when I run it from IDE, I see that two shell windows are opened. Then I trie...
by JoseT
Thu Apr 22, 2021 10:39 pm
Forum: Bugs - IDE
Topic: [Done] Set paramaters in IDE for a console application
Replies: 9
Views: 5579

Re: Set paramaters in IDE for a console application

Thanks a lot, Marc56us, but I must be do something wrong because I tried this but it does not work for me... I wrote the same parameters that I use in zsh terminal, in terminal they are reconigzed but not when I execute from IDE, in this case CountProgramParameters() returns 0. Sure that error is mi...
by JoseT
Thu Apr 22, 2021 6:59 pm
Forum: Bugs - IDE
Topic: [Done] Set paramaters in IDE for a console application
Replies: 9
Views: 5579

[Done] Set paramaters in IDE for a console application

Hi all, Please, is possible set values for parameters of a console application? I suppose yes, but I can't see where can I set this values, and when I can test my app I need create executable and, then, run it with its parameters from a shell terminal. (Excuse me for my English, it's very bad) Regar...
by JoseT
Tue Mar 09, 2021 10:45 am
Forum: Linux
Topic: Error linking in Linux CentOS - line option '-no-pie'
Replies: 2
Views: 4451

Re: Error linking in Linux CentOS - line option '-no-pie'

Hi..

If problem is with 'gcc' libraries that is installed (if that is the problem, I'm not sure of this).... Which could be a valid version of gcc for PureBasic?
by JoseT
Thu Feb 25, 2021 12:50 pm
Forum: Linux
Topic: Error linking in Linux CentOS - line option '-no-pie'
Replies: 2
Views: 4451

Error linking in Linux CentOS - line option '-no-pie'

Hi, I tried to compile in CentOS, using pbcompiler from a bash shell, but I get an error with linker. The output is: ****************************************** PureBasic 5.73 LTS (Linux - x64) Free ****************************************** Loading external modules... Starting compilation... Startin...
by JoseT
Thu Feb 18, 2021 5:56 pm
Forum: Windows
Topic: Getting Free Disk Space
Replies: 20
Views: 10775

Re: Getting Free Disk Space

JoseT wrote:
RASHAD wrote:PureBasic demo version don't support Windows API calls
Thanks you for you fast answer, but I'm using the full version of PureBasic, not trial.
Finally, this problem was solved with reinstallation of PB. I think you are right, my installation was corrupted, I supose.

Thaks a lot!
by JoseT
Wed Feb 17, 2021 8:34 pm
Forum: Windows
Topic: Getting Free Disk Space
Replies: 20
Views: 10775

Re: Getting Free Disk Space

RASHAD wrote:PureBasic demo version don't support Windows API calls
Thanks you for you fast answer, but I'm using the full version of PureBasic, not trial.
by JoseT
Wed Feb 17, 2021 8:17 pm
Forum: Windows
Topic: Getting Free Disk Space
Replies: 20
Views: 10775

Re: Getting Free Disk Space

Hi everybody.

I tried this code but when I call "GetDiskFreeSpaceEx_()" I get the error: "GetDiskFreeSpaceEx_() is not a function, array, list, map or macro".

Perhaps this code is not valid in current version of PureBasic?

Thanks in advance!!