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
Code: Select all
Description : Permits to get the version or the licence key of an installed software
Code: Select all
Description : Wrapper for FreeImage ( http://freeimage.sourceforge.net/ )
Code: Select all
Description : Wrapper for PCRE ( http://www.pcre.org/ )
Code: Select all
Description : It's an userlib for reading and writing in the Windows EventLog.
Code: Select all
Description : Wrapper forLibCurl 7.17.1 ( http://curl.haxx.se/libcurl/ )
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)
Code: Select all
The old name for this userlib is LibEditorPlus. This userlib has been upgraded et is applied in others gadgets.
Code: Select all
This userlib permits you to use webcams.
The syntax highlighting is again in version beta. Which details do you want ?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!!