It is currently Thu May 23, 2013 7:05 pm

All times are UTC + 1 hour




Post new topic Reply to topic  [ 88 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next
Author Message
 Post subject:
PostPosted: Mon Oct 01, 2007 8:13 am 
Offline
Addict
Addict
User avatar

Joined: Fri Feb 25, 2005 1:01 am
Posts: 805
Location: France > Normandy > Near Caen
Thank you Flype & byo...

Release of October 2007

RVersion->RVersion_4_10.zip
Image
Size : 43Ko
Code:
Description : Permits to get the version or the licence key of an installed software


First Post Edited


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jan 08, 2008 9:01 pm 
Offline
Addict
Addict
User avatar

Joined: Fri Feb 25, 2005 1:01 am
Posts: 805
Location: France > Normandy > Near Caen
Release : January 2008

Wrapper FreeImage ->RWFreeImage_3.9.3.zip
Image
Taille : 571Ko
Code:
Description : Wrapper for FreeImage ( http://freeimage.sourceforge.net/ )


Wrapper PCRE->RWPCRE_7.0.zip
Image
Taille : 65Ko
Code:
Description : Wrapper for PCRE ( http://www.pcre.org/ )


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 04, 2008 7:33 pm 
Offline
Addict
Addict
User avatar

Joined: Fri Feb 25, 2005 1:01 am
Posts: 805
Location: France > Normandy > Near Caen
Release : February 2008

REventLog->REventLog_4_10.zip
Image
Size : 85Ko
Code:
Description : It's an userlib for reading and writing in the Windows EventLog.

_______________________

Wrapper LibCurl->RWLibCurl_7.17.1.zip
Size : 683Ko
Image
Code:
Description :  Wrapper forLibCurl 7.17.1 ( http://curl.haxx.se/libcurl/ )


First post updated


Top
 Profile  
 
 Post subject:
PostPosted: Wed Feb 13, 2008 8:37 pm 
Offline
PureBasic Team
PureBasic Team
User avatar

Joined: Fri Apr 25, 2003 6:14 pm
Posts: 909
Location: Germany (Saxony, Deutscheinsiedel)
Good work! Several of the userlibs or dll are added now to the related sections on www.PureArea.net! :D

_________________
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)


Top
 Profile  
 
 Post subject:
PostPosted: Wed Feb 13, 2008 10:03 pm 
Offline
Addict
Addict
User avatar

Joined: Fri Feb 25, 2005 1:01 am
Posts: 805
Location: France > Normandy > Near Caen
Thank you very much Andre... it's a honor... :D


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 14, 2008 12:27 pm 
Offline
PureBasic Team
PureBasic Team
User avatar

Joined: Fri Apr 25, 2003 6:14 pm
Posts: 909
Location: Germany (Saxony, Deutscheinsiedel)
Progi1984 wrote:
Thank you very much Andre... it's a honor... :D

You're welcome 8)

_________________
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)


Top
 Profile  
 
 Post subject:
PostPosted: Sat Feb 16, 2008 7:01 pm 
Offline
Enthusiast
Enthusiast

Joined: Tue Aug 05, 2003 11:30 pm
Posts: 405
@Progi1984

Can you please make a example how i draw a jpg image with your freeimage lib?
The example what comes with your lib is nice but is not show the way how we can draw / show a image.

Thanks,
Nico

_________________
my live space


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 18, 2008 10:50 am 
Offline
Addict
Addict
User avatar

Joined: Fri Feb 25, 2005 1:01 am
Posts: 805
Location: France > Normandy > Near Caen
I think you find your answer here : http://freeimage.sourceforge.net/faq.html

I am at job for some (2-3) weeks... i see that as soon as possible !


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 18, 2008 12:13 pm 
Offline
Addict
Addict
User avatar

Joined: Fri Feb 25, 2005 1:01 am
Posts: 805
Location: France > Normandy > Near Caen
I can't wait for a lot of time ! :D

So nice gift :
Code:
IncludeFile "FreeImage_Res.pb"
IncludeFile "FreeImage_Inc.pb"

; PNG Image
;Global dib     = FreeImage_Load(#FIF_PNG, "sample.png", #PNG_DEFAULT)
; JPEG Image
Global dib     = FreeImage_Load(#FIF_JPEG, "exif.jpg", #JPEG_DEFAULT)
Global bitmap  = CreateDIBitmap_(GetDC_(#Null), FreeImage_GetInfoHeader(dib), #CBM_INIT, FreeImage_GetBits(dib), FreeImage_GetInfo(dib), #DIB_RGB_COLORS)

If OpenWindow(0, 0, 0, 245, 105, "Image with FreeImage", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
  CreateGadgetList(WindowID(0))
  ImageGadget(0,  10, 10, 100, 83, bitmap)
  ResizeWindow(0, 100, 100, FreeImage_GetWidth(dib)+20, FreeImage_GetHeight(dib)+20)
  Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow
EndIf

FreeImage_Unload(dib)


Top
 Profile  
 
 Post subject:
PostPosted: Sun Mar 02, 2008 11:27 pm 
Offline
Addict
Addict
User avatar

Joined: Fri Feb 25, 2005 1:01 am
Posts: 805
Location: France > Normandy > Near Caen
Release of March 2008
RLibPlus_0.1_V4.10.zip
Image
Taille : 370Ko
Code:
The old name for this userlib is LibEditorPlus. This userlib has been upgraded et is applied in others gadgets.


RCam_0.1_V4.10.zip
Image
Taille : 34Ko
Code:
This userlib permits you to use webcams.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 07, 2008 2:18 pm 
Offline
Addict
Addict
User avatar

Joined: Fri Feb 25, 2005 1:01 am
Posts: 805
Location: France > Normandy > Near Caen
From Here
liverol wrote:
cool,a powerful gadget!!
i saw something about using language and syntax highlighting functions
in purebasic,i am writting a small code editor and would you please give
some details about using this??appreciate!!


The syntax highlighting is again in version beta. Which details do you want ?


Top
 Profile  
 
 Post subject:
PostPosted: Sat Mar 08, 2008 12:55 am 
Offline
User
User

Joined: Sat Jul 14, 2007 3:21 am
Posts: 26
would you please give a simple example to show how to define a language,and the basic to use the highlighting function?a "all in one"
example will be better! :wink:


Top
 Profile  
 
 Post subject:
PostPosted: Sun Mar 16, 2008 1:33 am 
Offline
User
User

Joined: Sat Jul 14, 2007 3:21 am
Posts: 26
please,that's important for me!!
much appreciate!!


Top
 Profile  
 
 Post subject:
PostPosted: Mon Mar 17, 2008 7:05 pm 
Offline
Addict
Addict
User avatar

Joined: Fri Feb 25, 2005 1:01 am
Posts: 805
Location: France > Normandy > Near Caen
I just see that the Syntax Highlighting Module has a ton of bugs... So thank you for having pushed me to work on it.... so I work on it.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Mar 19, 2008 1:30 am 
Offline
User
User

Joined: Sat Jul 14, 2007 3:21 am
Posts: 26
glad to hear that,so i am waitting for the great work. :wink:


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 88 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  

 


Powered by phpBB © 2008 phpBB Group
subSilver+ theme by Canver Software, sponsor Sanal Modifiye