Search found 155 matches

by highend
Tue Jul 15, 2025 1:05 pm
Forum: Windows
Topic: COM interface: IFileOperation - Example?
Replies: 2
Views: 144

Re: COM interface: IFileOperation - Example?

@Thorium
Thanks for the hint but this won't be an option for me (even if it would work)

Why?
Adding the necessary manifest to my .exe isn't the problem but setting the registry value for
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem LongPathsEnabled
is something that can't be done ...
by highend
Tue Jul 15, 2025 11:30 am
Forum: Windows
Topic: COM interface: IFileOperation - Example?
Replies: 2
Views: 144

COM interface: IFileOperation - Example?

I want to move a folder from one volume to another volume into an overlong path (on Windows).

MoveFileEx_
and
SHFileOperation_
can't do this unfortunately.

MoveFileEx_ can move files cross-volume (even into overlong paths) but fails to do this with folders.
SHFileOperation_ can move even ...
by highend
Mon Jul 14, 2025 8:40 pm
Forum: Feature Requests and Wishlists
Topic: Constant missing: #MOVEFILE_WRITE_THROUGH
Replies: 2
Views: 176

Constant missing: #MOVEFILE_WRITE_THROUGH

Could you add it please?

The integer value of it is 8.

It's used e.g. by

Code: Select all

MoveFileEx()
by highend
Sat Jul 05, 2025 10:15 pm
Forum: Coding Questions
Topic: Replace text in .pdf file?
Replies: 15
Views: 3877

Re: Replace text in .pdf file?

@infratec It seems she's not looking for (another) Desktop app to create / fill a form but a tool that allows to automate the whole process via command line interface (and still creates a 100% reproducible output even with non-standard fonts)?
by highend
Fri Feb 07, 2025 1:49 pm
Forum: Coding Questions
Topic: Export binary from datasection as file?
Replies: 3
Views: 995

Re: Export binary from datasection as file?

Thank you, NicTheQuick!

I'll rewrite my datasection(s) then and yes, it absolutely makes sense that the label isn't a string anymore at compile time... :mrgreen:

Regards,
highend
by highend
Fri Feb 07, 2025 12:19 pm
Forum: Coding Questions
Topic: Export binary from datasection as file?
Replies: 3
Views: 995

Export binary from datasection as file?

Hi.

My datasection(s) are all defined like this:

DataSection
RustDesk_Client:
IncludeBinary "..\#includes_files\rustdesk-1.3.7-x86_64.exe"
Data.c 0 ; Add a terminating null-character

RustDesk_Toml:
IncludeBinary "..\#includes_files\RustDesk.toml"
Data.c 0

RustDesk_Toml2:
IncludeBinary ...
by highend
Fri Dec 20, 2024 12:51 pm
Forum: Coding Questions
Topic: Replace text in .pdf file?
Replies: 15
Views: 3877

Re: Replace text in .pdf file?

Thank you, Axolotl!

I've tried to modify it via Python and PyMuPDF and in general, it works...

The problem: It uses e.g. a different font than the one that is used on that line where the replacement happens (and the font is in the .pdf file and additionally installed on the computer where I've ...
by highend
Thu Dec 05, 2024 2:43 pm
Forum: The PureBasic Editor
Topic: A complete code browser for PureBasic [Windows]
Replies: 80
Views: 35703

Re: A complete code browser for PureBasic [Windows]

0.18e works fine so far and thanks for summarising the files that couldn't be excluded instead of presenting one dialog for each of them^^

A feature request:
Atm the includes are listed like this:
It seems you are descending into each new include if finds to get further includes from that one and ...
by highend
Wed Dec 04, 2024 3:19 pm
Forum: The PureBasic Editor
Topic: A complete code browser for PureBasic [Windows]
Replies: 80
Views: 35703

Re: A complete code browser for PureBasic [Windows]

@Zapman

The error comes from inside the function CompleteListOfFiles()
It treats the first part of the relative path "#includes\<a file>" as a constant^^

To reproduce this on your system just add this to your test file
XIncludeFile "#includes\constants.pbi"

and then create that file "constants ...
by highend
Wed Dec 04, 2024 2:12 pm
Forum: The PureBasic Editor
Topic: A complete code browser for PureBasic [Windows]
Replies: 80
Views: 35703

Re: A complete code browser for PureBasic [Windows]

if "D:\Users\myusername\Development\PureBasic\XY_Config handler\constants.pbi" does'nt exist, the message is normal.
It DOES exist.

On my system it still has "\\" before the file name, that's the reason why your app doesn't find it / them.

Windows Server 2022 x64 if it matters.

I guess it's a ...
by highend
Wed Dec 04, 2024 1:50 pm
Forum: The PureBasic Editor
Topic: A complete code browser for PureBasic [Windows]
Replies: 80
Views: 35703

Re: A complete code browser for PureBasic [Windows]

Yeah, now it's 0.18.

But... The errors are still the same

D:\Users\myusername\Development\PureBasic\XY_Config handler\\constants.pbi
D:\Users\myusername\Development\PureBasic\XY_Config handler\\structures.pbi


And if I check the setting to not report it again after all the single dialog windows ...
by highend
Wed Dec 04, 2024 1:32 pm
Forum: The PureBasic Editor
Topic: A complete code browser for PureBasic [Windows]
Replies: 80
Views: 35703

Re: A complete code browser for PureBasic [Windows]

currently online at the same address
I'm afraid that's still the 0.17 :)

Tested it with several browsers and caches deleted...
by highend
Wed Dec 04, 2024 4:45 am
Forum: The PureBasic Editor
Topic: A complete code browser for PureBasic [Windows]
Replies: 80
Views: 35703

Re: A complete code browser for PureBasic [Windows]

Thanks for sharing this!

In a project the main .pb file contains this:

XIncludeFile ".\#includes\constants.pbi" : UseModule Consts
XIncludeFile "#includes\structures.pbi" : UseModule Structs


The first line is (in reality) without the ".\", I just want to show the problem.

Both includes work ...
by highend
Fri Oct 18, 2024 11:11 am
Forum: Applications - Feedback and Discussion
Topic: IceDesign GUI designer
Replies: 726
Views: 281671

Re: IceDesign GUI designer

Updated to 2.2.4 not 2.2.3 :D