Gettin dll and ocx version
Gettin dll and ocx version
Does anyone know how to get the fileversion of a dll and ocx file?
And get it trough purebasic code?
And get it trough purebasic code?
Currently coding the unbelievable WFS program...
You'll know it, when it gets released...
You'll know it, when it gets released...
Thnx for the info
I thank you very much, it's been quite helpful code.
And Droopy, I might sound like a total newbie, but I don't understand how to use libraries in purebasic yet.
Could you give me a little example (With includes or whatever is neccesary to implement a simple command from a library?
I thank you in advance.
And Droopy, I might sound like a total newbie, but I don't understand how to use libraries in purebasic yet.
Could you give me a little example (With includes or whatever is neccesary to implement a simple command from a library?
I thank you in advance.
Currently coding the unbelievable WFS program...
You'll know it, when it gets released...
You'll know it, when it gets released...
-
netfriends
- User

- Posts: 36
- Joined: Wed Jan 18, 2006 8:25 am
- Contact:
i am the same to upstair
┏┓ CT+pro Studio - www_ct-pro_com
█┛ From China
┏█ MSN:ct1676@hotmail.com
┗┛ I have felt the pure power already.
|-.-|`o`|`_`|o_o|:_:|'_'|^.^|-_-!|
█┛ From China
┏█ MSN:ct1676@hotmail.com
┗┛ I have felt the pure power already.
|-.-|`o`|`_`|o_o|:_:|'_'|^.^|-_-!|
-
Bonne_den_kule
- Addict

- Posts: 841
- Joined: Mon Jun 07, 2004 7:10 pm
-
netfriends
- User

- Posts: 36
- Joined: Wed Jan 18, 2006 8:25 am
- Contact:
I don't know how to Function API from Lib
who can give some example?
I am a beginner
who can give some example?
I am a beginner
┏┓ CT+pro Studio - www_ct-pro_com
█┛ From China
┏█ MSN:ct1676@hotmail.com
┗┛ I have felt the pure power already.
|-.-|`o`|`_`|o_o|:_:|'_'|^.^|-_-!|
█┛ From China
┏█ MSN:ct1676@hotmail.com
┗┛ I have felt the pure power already.
|-.-|`o`|`_`|o_o|:_:|'_'|^.^|-_-!|
It's the same as using API in a PureBasic code
Simple Example :
Simple Example :
Code: Select all
Procedure Beep(Frequency,Duration)
beep_(Frequency,Duration)
EndProcedure-
netfriends
- User

- Posts: 36
- Joined: Wed Jan 18, 2006 8:25 am
- Contact:
PB can identify the .dll which the API from ??
as VB did
Private Declare Function NtQueryObject Lib "ntdll.dll" ( _
the red area
as VB did
Private Declare Function NtQueryObject Lib "ntdll.dll" ( _
the red area
┏┓ CT+pro Studio - www_ct-pro_com
█┛ From China
┏█ MSN:ct1676@hotmail.com
┗┛ I have felt the pure power already.
|-.-|`o`|`_`|o_o|:_:|'_'|^.^|-_-!|
█┛ From China
┏█ MSN:ct1676@hotmail.com
┗┛ I have felt the pure power already.
|-.-|`o`|`_`|o_o|:_:|'_'|^.^|-_-!|
