Search found 177 matches

by LJ
Sun Aug 31, 2003 5:18 pm
Forum: Coding Questions
Topic: Purebasic Inline Assembly, Hello world example.
Replies: 16
Views: 7197

@Fred

@Fred,

I can't do this anymore with you Fred, I don't like your personality too much. You come off as being nice at first, but then it changes over time.

I'm pulling my support from your Purebasic community. Please delete the sticky message thread in Tips and Tricks with my work on Purebasic ...
by LJ
Sun Aug 31, 2003 12:33 am
Forum: Feature Requests and Wishlists
Topic: Multiple PB Windows Latch Together
Replies: 1
Views: 1414

Yes..

Yes, that would be nice. The interface you described is like Fireworks or other Macromedia software. Maybe even VisualStudio 6 where you have a work area with the code, and the space around the code where other child windows that are positionable and sizeable lay. Basically you've got like a ...
by LJ
Sun Aug 31, 2003 12:23 am
Forum: Feature Requests and Wishlists
Topic: Ability to see the /COMMENTED assembly code in a split windo
Replies: 9
Views: 2903

Hmmm...

That's an inventive solution there...lol... sort of makes me think of how this television character would always get himself out of tight situations by taking whatever he could find laying around and jimmy it to get out of a tight jam. I applaud your thinking of using the RunProgram parameter as a ...
by LJ
Sun Aug 31, 2003 12:10 am
Forum: Coding Questions
Topic: Purebasic Inline Assembly, Hello world example.
Replies: 16
Views: 7197

@Fred,

What I mean is exactly what I said it does not appear possible to create a simple Window in Purebasic Inline Assembly. Simply using the '!' does not fix the problem. I don't feel like typing a long message explaining why Purebasic Inline Assembly doesn't allow certain !extrn command calls ...
by LJ
Sat Aug 30, 2003 8:54 pm
Forum: Coding Questions
Topic: Is it possible to edit audio-files?
Replies: 4
Views: 1869

Hmmm...

@Mega,

Okay, forget .wav for now. We have to keep backing up until we find a foundation you can build on. I don't have the time to write the code for you, but I can help you help yourself.

Do this, using the file commands, create a .txt file of 256 bytes and fill it with numbers. Now pull out the ...
by LJ
Sat Aug 30, 2003 8:44 pm
Forum: Coding Questions
Topic: Purebasic Inline Assembly, Hello world example.
Replies: 16
Views: 7197

Opening a window in purebasic inline assembly.

@Balrog,

Who hasn't read this? Everybody has this and can do it in FASM. My message specifically said in Purebasic Inline Assembly.

As it stands, it appears that not enough functionality exists in Purebasic Inline Assembly to allow for the creation of a Window.
by LJ
Sat Aug 30, 2003 7:37 am
Forum: Coding Questions
Topic: Purebasic Inline Assembly, Hello world example.
Replies: 16
Views: 7197

Purebasic Inline Assembly, Hello world example.

Using Purebasic Inline Assembly, I'm having trouble creating a hello world program. I'd like to create another tutorial in the Purebasic Inline Assembly tutorial that deals with opening a Window titled Hello World in Purebasic Inline assembly code. The only thing that anyone has been able to create ...
by LJ
Sat Aug 30, 2003 4:00 am
Forum: Feature Requests and Wishlists
Topic: Ability to see the /COMMENTED assembly code in a split windo
Replies: 9
Views: 2903

Ability to see the /COMMENTED assembly code in a split windo

Ability to see the /COMMENTED assembly code in a split window right next to the Purebasic code, or in the Debug window when you click on the Asm button, underneath the register monitor, a Window that shows the assembly code. The idea is to save time from having to go to console and type in ...
by LJ
Sat Aug 30, 2003 3:43 am
Forum: Coding Questions
Topic: Is it possible to edit audio-files?
Replies: 4
Views: 1869

Ok

Ok. Forget MP3 for now, start with .wav because the .wav are probably the simplest of the common formats for storing audio because its just raw data.

The WAV file itself consists of: The RIFF chunk which identifies the file as a WAV file, The FORMAT chunk which identifies parameters such as sample ...
by LJ
Fri Aug 29, 2003 9:12 pm
Forum: Coding Questions
Topic: help with asm
Replies: 22
Views: 5633

Check out

@Fred,

Check out http://www.fastgraph.com/tutorial/bench.html

This company's product FastGraph (at $300) blows the socks off DX Software rendering tests. (See benchmark tests above)

The company boasts this capability because of their optimized assembly language code: "Fastgraph is a programmer's ...
by LJ
Thu Aug 28, 2003 8:56 pm
Forum: Coding Questions
Topic: CPU utilization
Replies: 21
Views: 6579

Hmmm

Hmmm.. if you have Windows XP, you are more than likely going to get the 100% CPU as needed. If you are not, try this.
Go into System Properties, select the Advanced tab. Then click the Performance options button.

You are presented with two options, Optimize performance for Applications, or ...
by LJ
Thu Aug 28, 2003 8:48 pm
Forum: Coding Questions
Topic: help with asm
Replies: 22
Views: 5633

Fascinating...

A fascinating discussion guys. If anyone knows how to write directly to the screen using Purebasic Inline Assembly with code that is faster than Direct X, please post in Tricks and Tips. I found some code in NASM which the author claims to be 1000% faster than DirectX but unable to convert in ...
by LJ
Wed Aug 27, 2003 5:48 am
Forum: Tricks 'n' Tips
Topic: PureBasic Code-Archive v1.6
Replies: 64
Views: 32324

Thank you!

Andre does it again with the latest release of the most incredible collection of Purebasic code ever assembled.

Everything from simple gadget manipulation and control, to creating custom buttons using the Windows API. Each bit of code pain stakingly organized under subheadings with hyperlink ...
by LJ
Mon Aug 25, 2003 4:07 am
Forum: Feature Requests and Wishlists
Topic: CreateDatabase command
Replies: 10
Views: 3071

Karbon

@Karbon,

I didn't ask you if it was feasible or not, nor did I ask for your dissenting opinion. I told you I didn't want to see any messages from other people criticizing a feature request I ask for. The message is for the Purebasic company and/or Fred. If Fred says no, then it's no, that's all. If ...
by LJ
Mon Aug 25, 2003 2:33 am
Forum: Feature Requests and Wishlists
Topic: CreateDatabase command
Replies: 10
Views: 3071

Bottom line...

You write:
"It would be silly to add a createdatabase() command which force the users to only one format when many cool database manager are here (mySQL, PostGres, Oracle etc...). "

Agreed. But what I'm talking about is added functionality not limiting options. If a user uses the createdatabase ...