PB 3.81 have native Winamp functions :)

Just starting out? Need help? Post your questions and find answers here.
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

PB 3.81 have native Winamp functions :)

Post by Shannara »

I didnt notice this before now, but I use jaPBe as my editor, and there is a winamp function called KeyWinamp(para1). ... Now, I know this is not listed in the PB manual anywhere...

I do not know if this is a bug in jaPBe, or it was accidently left out of the manual, or what... but.. i found that interesting :)
cykotic
User
User
Posts: 24
Joined: Wed Nov 12, 2003 6:24 am
Location: Canada
Contact:

Post by cykotic »

I believe GPI bundles extra definitions and includes with his editor.. check the preferences to see options on for them.
cry havoc and let slip the dogs of war...

Image
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

See in the calltip: Ther stand the Include-File in [].

You found this file in the "japbe\include\"-Directory. You can link this file in the projekt-options. After you linked the file, you can use this commands.

Little Tip: When you use the include-files, call the "cutter"-plugin, befor you create a executable. This plugin removes all unneeded Procedures.

When you often use some of your procedures: Create a file and save it in the japbe\include\-directory (the name should be beginn or end with "_", so no conflict with future-include-packs will happen. For Example ("_myRoutines.pbi" or "myRoutine_.pbi"). When you want to have calltips, look in the definitions-folder.

To link always some includes with new files, look in the preferences.
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

That... is sweet :) Thanks for the info :)
Post Reply