Where are the functions ending in an underscore "_"

Windows specific forum
AussiePup
User
User
Posts: 19
Joined: Fri Jun 20, 2003 4:47 pm
Location: Chapel Hill, NC

Where are the functions ending in an underscore "_"

Post by AussiePup »

Hi,

Question #1: Just purchased PureBasic today and now have 3.70 running. I keep seeing references to functions that end in an underscore, but can't find references to them. Example: GetCommandLine_

Question #2: What's the easiest way to verify that a file exists?

I know I'm starting a new learning experience and one of the major reasons for purchasing PureBasic was this forum! Thank you Num3 for those message references. They turned the tide!

I will try hard not to be a pest. 99% of what I will be doing is in console mode, so my questions will probably not be too hard.
Regards,

Martin
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

Functions with underscores are windows API functions you can access directly (something like 600 are supported!).

Read this (pay attention to the win32.hlp link)

viewtopic.php?t=4876

also visit www.allapi.net and download their little reference program - it's a searchable index of a lot of the API commands (though not all of them!).

Q #2 is answered in the above link too

PureBasic kicks some serious....... Well, it's really nice. :-)
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

though not all of them
True ! as the development of API-Guide is no longer supported :cry: . However it's a very good piece of software... With cool examples, not too difficult to translate in purebasic.
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

Yea I was sad to see that the API Guide isn't going to be around much longer.. There is a win32.hlp file that contains almost all the API function I think.. I can't seem to remember the link off the top of my head but it's in the forum somewhere..

Good luck!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

It's 12Mb... 8O 8mb rared :roll:
And yes, I have it... :lol:

If you want it you can reach me on MSN or ICQ and i'll upit . :wink:
Post Reply