05-02-2014 06:18 AM
Is there any way to incorporate additional Windows resources (the sort of things that are defined in a .rc file) into a CVI executable file? I'm using CVI 2012 if that makes a difference.
05-06-2014 05:29 AM
Hi Martin,
I have not found any specific mention of achieving this in LabWindows/CVI - but hopefully the following documents will be useful for you.
http://www.digitalmars.com/ctg/ctgRC.html
http://mihai-nita.net/2007/05/03/how-to-localize-an-rc-file/
I hope this helps,
05-06-2014 07:47 AM
Tim:
Thanks for the links, but I know how to compile resources to my heart's content. It is packing them into the EXE file that there doesn't appear to be a direct method for. However, I've just found that I can add them manually to the EXE using Visual Studio, which isn't great but it will do.