Aug 16, 2006 #1 taltaltal Programmer Joined Aug 16, 2006 Messages 1 Location IL Hi, My dll path is RES://C:\test\images.dll. In this dll I have the file image.gif. I wand to copy this file to somewhere on the disk. Can you help me please? (Note that it's a RES protocol) Thanks very much!!
Hi, My dll path is RES://C:\test\images.dll. In this dll I have the file image.gif. I wand to copy this file to somewhere on the disk. Can you help me please? (Note that it's a RES protocol) Thanks very much!!
Aug 31, 2006 #2 Miros Programmer Joined Jan 27, 2001 Messages 506 Location US LoadResource, cast to a byte pointer, write it to a file. Upvote 0 Downvote