Search found 29 matches

by NY152
Sat Feb 24, 2018 10:16 pm
Forum: Windows
Topic: POLINK: fatal error:
Replies: 10
Views: 5942

Re: POLINK: fatal error:

I'm not in Insider 17025 ...
by NY152
Sat Feb 24, 2018 9:12 pm
Forum: Windows
Topic: POLINK: fatal error:
Replies: 10
Views: 5942

POLINK: fatal error:

Hello,

Since today, and on ALL my projects (even a simple test of print () in a console or MessageRequester ()), this error is generated:


POLINK: fatal error: Tentative d'accès à une adresse non valide.


I tried to reinstall Purebasic in its latest version (5.62 at the time of this post), but ...
by NY152
Sun Feb 18, 2018 10:11 pm
Forum: Coding Questions
Topic: DroopyLib error
Replies: 2
Views: 1090

Re: DroopyLib error

This is the version I took.
by NY152
Sun Feb 18, 2018 7:55 pm
Forum: Coding Questions
Topic: DroopyLib error
Replies: 2
Views: 1090

DroopyLib error

Hello,

When i call a function of DroopyLib, i have this error :

Code: Select all

[COMPILER] Library missing: Misc (needed by 'Droopy' library).
how to correct the error?

Tank's for your help
by NY152
Sun Feb 18, 2018 11:30 am
Forum: Windows
Topic: Strange problem with FFMPEG's stdout
Replies: 16
Views: 15585

Re: Strange problem with FFMPEG's stdout

Whether in STDOUT or STDERR, I do not have the result, it's empty ...
by NY152
Sun Feb 18, 2018 2:00 am
Forum: Windows
Topic: Strange problem with FFMPEG's stdout
Replies: 16
Views: 15585

Re: Strange problem with FFMPEG's stdout

Thank you but this code does not work with the little test I made

I tested with a simple command

With the program and parameter : C:\Windows\System32\where.exe notepad

The program must return the notepad path, this is not the case, the output is empty.
by NY152
Sat Feb 17, 2018 11:16 am
Forum: Windows
Topic: Strange problem with FFMPEG's stdout
Replies: 16
Views: 15585

Re: Strange problem with FFMPEG's stdout

i have a little question:

ParseaData is not function ! Where is this function ?
by NY152
Tue Jul 19, 2016 12:58 pm
Forum: Announcement
Topic: 7-zip32.dll wrapper
Replies: 28
Views: 18874

Re: 7-zip32.dll wrapper

Dead link ...
by NY152
Tue Jul 12, 2016 4:16 pm
Forum: Mac OSX
Topic: Global keyboard hook
Replies: 35
Views: 26742

Re: Global keyboard hook

CocoaMessage() is not functon ... etc

EDIT:

CocoaMessage is a MACOX function sorry ...

Windows equivalent exists ?
by NY152
Mon Jul 11, 2016 9:00 pm
Forum: Tricks 'n' Tips
Topic: GetDiskFreeSpaceEx
Replies: 12
Views: 5573

Re: GetDiskFreeSpaceEx

if EnableExplicit actived, an error occured on BytesFreeToCaller
by NY152
Sun Mar 01, 2015 11:36 am
Forum: Coding Questions
Topic: retrieve the results of a program in a variable
Replies: 1
Views: 1579

retrieve the results of a program in a variable

Hello,

For need a program, I need to run another program and retrieve its result in a variable. I do not know how. Anyone have an idea?

In advance, thank you
by NY152
Wed Feb 25, 2015 5:46 pm
Forum: Coding Questions
Topic: Calculer à 3 chiffres après la virgule / Calculate to 3 dec.
Replies: 8
Views: 2501

Re: Calculer à 3 chiffres après la virgule / Calculate to 3

My idea is to calculate a bitrate automatically.

Is incremented by 1 as bitrate value quality 'Bit / Pixel' is not reached. I aim 0.076.

My essay:


EnableExplicit
Global sLargeur.f
Global sHauteur.f
Global sIPS.f


Global Largeur.s
Global Hauteur.s
Global IPS.s

Global BitPerPixel.f

Global ...
by NY152
Wed Feb 25, 2015 2:01 pm
Forum: Coding Questions
Topic: Calculer à 3 chiffres après la virgule / Calculate to 3 dec.
Replies: 8
Views: 2501

Re: Calculer à 3 chiffres après la virgule / Calculate to 3

Mais si on test a < 0.xxx ca ne fonctionne pas. J'aurais aimé pouvoir le faire.
________________________________________

But if you test with a < 0.xxx it does not work. I wish I could do it.
by NY152
Wed Feb 25, 2015 1:20 pm
Forum: Coding Questions
Topic: Calculer à 3 chiffres après la virgule / Calculate to 3 dec.
Replies: 8
Views: 2501

Calculer à 3 chiffres après la virgule / Calculate to 3 dec.

Bonjour,

J'aimerais calculer un nombre qui aurait impérativement 3 chiffres après la virgule ; Exemple : 0.035 ou 0.000)

Comment s'y prendre ?

J'aimerais aussi savoir comment savoir si une variable contient un nombre négatif ?

D'avance, merci ...
by NY152
Tue May 27, 2014 5:02 pm
Forum: Windows
Topic: Getting Free Disk Space
Replies: 20
Views: 11944

Re: Getting Free Disk Space

I had a variable that bothered elsewhere in my code, it works perfectly now

Thank you very much for your help: D