emmbed image

rcoble

New Member
Licensed User
Sorry I'm not getting this:
When I add images to an 'imageList' to use in my program with 'DrawImage'
The help file says:
"
You can add images to an ImageList using the visual designer.
These image files will be merged in the executable during compilation.
"

but after compiling to device. the program on the device has an error because it cant find the image files, which I didn't put on the device because the help file seems to indicate the images would be embedded into my app?

Just not clear (newb)
 

rcoble

New Member
Licensed User
Is it possible that this functionality only works with optimized compilation?

I can't test this theory, my devices wont work with optimized compilation.
 
Top