My another task is to put graphics into dev c++ ( I use windows xp and dev 4.9.9.2). I downoloaded DevIL dlls. Could You tell me please how to add to project? Where should i copy DLLs and should i use loadlibrary() function to use DLLs ??
Chris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ok. I will try in another way. I need to load and save jpg and bmp to my program. Do you know library which doesnt bring problems (like DevIL) or has not been made on VC++ (like FreeImage, PaintLib). These libraries seems to be more complicated, i just need load and save pictures. If you know such thing that can work with dev please give me just name of it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
My another task is to put graphics into dev c++ ( I use windows xp and dev 4.9.9.2). I downoloaded DevIL dlls. Could You tell me please how to add to project? Where should i copy DLLs and should i use loadlibrary() function to use DLLs ??
Chris
SDL
You can use some of the following Window's API functions:
ChangeClipboardChain
CloseClipboard
CountClipboardFormats
EmptyClipboard
EnumClipboardFormats
GetClipboardData
GetClipboardFormatName
GetClipboardOwner
GetClipboardViewer
GetOpenClipboardWindow
GetPriorityClipboardFormat
IsClipboardFormatAvailable
OpenClipboard
RegisterClipboardFormat
SetClipboardData
SetClipboardViewer
Old Newbie
Sorry for the previous post. I mismatch the browser's tab and crosspost the answer :-(
Old Newbie
Ok. I will try in another way. I need to load and save jpg and bmp to my program. Do you know library which doesnt bring problems (like DevIL) or has not been made on VC++ (like FreeImage, PaintLib). These libraries seems to be more complicated, i just need load and save pictures. If you know such thing that can work with dev please give me just name of it.