Nov 7, 2003 #1 cjtaylor Programmer Aug 12, 2001 69 US I am getting the following Link error RLINK32: Unsupported 16bit resource in MAIN.dfm How would I go about finding what the unsupported 16bit resource is? I am not sure how to go about finding what this is. Thanks Chris
I am getting the following Link error RLINK32: Unsupported 16bit resource in MAIN.dfm How would I go about finding what the unsupported 16bit resource is? I am not sure how to go about finding what this is. Thanks Chris
Nov 9, 2003 #2 butthead Programmer Feb 24, 2002 545 US do you have any graphics (icons or bitmaps ) in you program. the color (16bit, 24bit) may not be supported by the compiler. tomcruz.net Upvote 0 Downvote
do you have any graphics (icons or bitmaps ) in you program. the color (16bit, 24bit) may not be supported by the compiler. tomcruz.net