Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mdijkens

Pages: 1 2 [3]
31
QB64 Discussion / Windows Notification sample
« on: February 28, 2022, 07:05:23 am »
I'm trying to get https://wiki.qb64.org/wiki/Windows_Libraries#Windows_Notification sample working on my Windows 10 machine.
But I can't manage to generate any kind of notification.

Did anyone manage to get this working on Win10?

32
QB64 Discussion / Re: Command$ parses wildcards in paths
« on: February 28, 2022, 07:03:20 am »
Yes, but that's a workaround :-)
I don't want my users to add single quotes around the path, I want command$ to work as it has always worked in QB4/4.5 BC7/7.1 PDS
I think in QB64 1.0 and 1.5 it worked as expected?

33
QB64 Discussion / Re: Command$ parses wildcards in paths
« on: February 27, 2022, 01:23:59 pm »
You can easily test it creating a small program TEST.BAS with one line:
Print Command$

then run it with TEST C:\Windows\*.dll

34
QB64 Discussion / Command$ parses wildcards in paths
« on: February 27, 2022, 01:00:53 pm »
When I start a compiled program and specify a command parameter with wildcards like 'd:\dev\*.BAS' the parameter is immediately parsed and my _Commandcount is over a hundred containing all individual files instead of just the string 'd:\dev*.BAS'.
This problem does not occur with . or no wildcards.

If intended please update the documentation of COMMAND$ and provide other ways to get the exact parameter as typed by the user

Pages: 1 2 [3]