Search found 84 matches

by sys64802
Mon Mar 27, 2017 12:13 pm
Forum: Feature Requests and Wishlists
Topic: Extended array definition
Replies: 17
Views: 8715

Re: Extended array definition

Is this going to be finally added ? I'm too tired to struggle with these things every day. I did it on the side because I was hopeful the language was going to be enhanced just a little but in almost 2 years nothing really happened. Working with math related stuff in this language is becoming unbear...
by sys64802
Mon Mar 27, 2017 11:32 am
Forum: Off Topic
Topic: Windows 10
Replies: 209
Views: 87013

Re: Windows 10

How to disable Windows 10 Adverts The problem with policies settings, beyond not being often available in the home version, is they work in a build but they can be removed in the following one. It is already happened. Do people use this thing at work ? I don't know how a company can rely on a ever-...
by sys64802
Wed Mar 22, 2017 11:45 pm
Forum: Coding Questions
Topic: CopyStructure question
Replies: 6
Views: 2126

Re: CopyStructure question

Yes, else it would be a bug. I also believe and hope a simpler Body2 = Body1 would work the same way, since the two variables are structured and so pb knows it has to do the same thing as in copystructure, where you have to specify the structured type instead since the two pointers could simply poin...
by sys64802
Sat Sep 03, 2016 10:48 am
Forum: Tricks 'n' Tips
Topic: [x64] Cures startup in front of PureBasicStart
Replies: 16
Views: 6979

Re: [x64] Cures startup in front of PureBasicStart

I wasn't talking about instruction interference, but interference by emitted electromagnetic waves That's why I said I don't see a possible connection here, even if probably nothing else may apply here either :) btw some older PC motherboards had specific BIOS options to limit (or not) EM emissions...
by sys64802
Fri Sep 02, 2016 10:29 am
Forum: Tricks 'n' Tips
Topic: [x64] Cures startup in front of PureBasicStart
Replies: 16
Views: 6979

Re: [x64] Cures startup in front of PureBasicStart

Ramihyn_ wrote: i keep thinking he talks about stuff like this https://www.youtube.com/watch?v=9Me9_seb4ss
I don't see a possible connection at all. On the other end, those things were at least interesting and clever.
by sys64802
Tue Aug 30, 2016 12:08 pm
Forum: Off Topic
Topic: Your development machine?
Replies: 38
Views: 11207

Re: Your development machine?

I guess I won't be using PC once they remove PS2 port altogether. :D (yes, I know there are USB adapters, but...) I bought an adapter (ps2 - usb) and I plan if and when it will become necessary of surgically implant it in the keyboard to be able to connect it through a simple usb cable without an u...
by sys64802
Mon Aug 29, 2016 10:46 am
Forum: Off Topic
Topic: Your development machine?
Replies: 38
Views: 11207

Re: Your development machine?

bbanelli wrote: my 21 years old IBM "Click" (Model M)
Mine is 27 years old, typing with that one right now :wink:
My most loved piece of hardware.
by sys64802
Mon Aug 22, 2016 10:55 am
Forum: Coding Questions
Topic: No Ascii?
Replies: 29
Views: 6819

Re: No Ascii?

What in earth was wrong with the old way when we could choose for ourselves? Nothing obviously. Why have they done this? According to them: What would change for us: - Faster building time, less code in our source tree, makefiles much shorter - Less bugs because of code reduction - No more unicode ...
by sys64802
Sun Aug 21, 2016 12:48 pm
Forum: Assembly and C Programming in PureBasic
Topic: Strange problem with labels
Replies: 14
Views: 12861

Re: Strange problem with labels

Thank you. :shock:

Didn't know about objconv, that guy is crazy. Awesome. But I don't know enough to fully understand the limitations I think. Way over my head.

Still awesome from what I can understand.
by sys64802
Sun Aug 21, 2016 11:26 am
Forum: Assembly and C Programming in PureBasic
Topic: Strange problem with labels
Replies: 14
Views: 12861

Re: Strange problem with labels

wilbert wrote: Anonymous labels (@f with @@) are not supported on OSX. Nasm/Yasm doesn't support this.
Thank you, but out of curiosity it's nasm or yasm used on osx ? :)
by sys64802
Sun Aug 21, 2016 11:02 am
Forum: Assembly and C Programming in PureBasic
Topic: Strange problem with labels
Replies: 14
Views: 12861

Re: Strange problem with labels

Yes the fact you must decorate your labels it's clunky, particularly inside EnableASM/DisableASM request http://www.purebasic.fr/english/viewtopic.php?p=451756#p451756 Are anon labels available on mac too ? Don't know if nasm or yasm is used on mac, but in any case I'm not sure if anon labels are su...
by sys64802
Tue Aug 16, 2016 9:48 pm
Forum: Coding Questions
Topic: how can i convert .dll in .lib and .lib in .dll ?
Replies: 9
Views: 3646

Re: how can i convert .dll in .lib and .lib in .dll ?

That was a older link sorry, at the time I downloaded it from here http://www.realsource.de/downloads/doc_details/28-memorymodule That was the one I was using before writing my own, and it worked well with the dll I tried (just two or three). That's why I know that one is nice, because I studied its...
by sys64802
Tue Aug 16, 2016 7:26 pm
Forum: Coding Questions
Topic: how can i convert .dll in .lib and .lib in .dll ?
Replies: 9
Views: 3646

Re: how can i convert .dll in .lib and .lib in .dll ?

@keya uhm, that one looks a little too simple and doesn't support some things... I don't think it can really work, or maybe can work only in some cases. Did you try it and worked ? The one in C from the library is certainly a lot better even if probably still not perfect. But it's good enough. http:...
by sys64802
Mon Aug 15, 2016 10:40 pm
Forum: Coding Questions
Topic: how can i convert .dll in .lib and .lib in .dll ?
Replies: 9
Views: 3646

Re: how can i convert .dll in .lib and .lib in .dll ?

jack wrote:there use to be a commercial software that claimed to do so but the price was like $999.
This can be tried, says it's fully working but time limited until registered. 32 bit only.

http://www.binary-soft.com/dll2lib/dll2lib.htm
by sys64802
Sat Aug 06, 2016 10:17 pm
Forum: Feature Requests and Wishlists
Topic: Some things can't be done with a 1 pass compiler
Replies: 12
Views: 4025

Re: Some things can't be done with a 1 pass compiler

Justin wrote: Probably you will spend 1000x more time declaring your stuff than waiting for a 2 pass compilation.
:mrgreen: