Page 2 of 6
Posted: Mon Oct 01, 2007 8:13 am
by Progi1984
Thank you Flype & byo...
Release of October 2007
RVersion->
RVersion_4_10.zip
Size : 43Ko
Code: Select all
Description : Permits to get the version or the licence key of an installed software
First Post Edited
Posted: Tue Jan 08, 2008 9:01 pm
by Progi1984
Release : January 2008
Wrapper FreeImage ->
RWFreeImage_3.9.3.zip
Taille : 571Ko
Code: Select all
Description : Wrapper for FreeImage ( http://freeimage.sourceforge.net/ )
Wrapper PCRE->
RWPCRE_7.0.zip
Taille : 65Ko
Code: Select all
Description : Wrapper for PCRE ( http://www.pcre.org/ )
Posted: Mon Feb 04, 2008 7:33 pm
by Progi1984
Release : February 2008
REventLog->
REventLog_4_10.zip
Size : 85Ko
Code: Select all
Description : It's an userlib for reading and writing in the Windows EventLog.
_______________________
Wrapper LibCurl->
RWLibCurl_7.17.1.zip
Size : 683Ko
Code: Select all
Description : Wrapper forLibCurl 7.17.1 ( http://curl.haxx.se/libcurl/ )
First post updated
Posted: Wed Feb 13, 2008 8:37 pm
by Andre
Good work! Several of the userlibs or dll are added now to the related sections on
www.PureArea.net!

Posted: Wed Feb 13, 2008 10:03 pm
by Progi1984
Thank you very much Andre... it's a honor...

Posted: Thu Feb 14, 2008 12:27 pm
by Andre
Progi1984 wrote:Thank you very much Andre... it's a honor...

You're welcome

Posted: Sat Feb 16, 2008 7:01 pm
by nicolaus
@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
Posted: Mon Feb 18, 2008 10:50 am
by Progi1984
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 !
Posted: Mon Feb 18, 2008 12:13 pm
by Progi1984
I can't wait for a lot of time !
So nice gift :
Code: Select all
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)
Posted: Sun Mar 02, 2008 11:27 pm
by Progi1984
Release of March 2008
RLibPlus_0.1_V4.10.zip
Taille : 370Ko
Code: Select all
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
Taille : 34Ko
Code: Select all
This userlib permits you to use webcams.
Posted: Fri Mar 07, 2008 2:18 pm
by Progi1984
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 ?
Posted: Sat Mar 08, 2008 12:55 am
by liverol
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!

Posted: Sun Mar 16, 2008 1:33 am
by liverol
please,that's important for me!!
much appreciate!!
Posted: Mon Mar 17, 2008 7:05 pm
by Progi1984
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.
Posted: Wed Mar 19, 2008 1:30 am
by liverol
glad to hear that,so i am waitting for the great work.
