views:

15

answers:

0

Hi there,

I have to load some binary resource files in C++ with Visual Studio 2008. But I haven't found a proper way to do with it. It seems that I can't add files with unknown file type directly into the project resource directory and read it. I could only read the file by opening it with the absolute location such as "c://...//...//filename".

Is there a proper way to read resource files in VS2008?