Hi / Hola,
i had this error message / yo tuve este mensaje de error.
And i fixed it with / Y lo solucione con:
Adding this lines to .rc file / añadiendo estas líneas al fichero .rc
#include "C:\Develop\Borland\bcc7\include\windows\sdk\windows.h"
#include "C:\Develop\Borland\bcc7\include\windows\sdk\commctrl.h"
#include "C:\Develop\Borland\bcc7\include\windows\sdk\richedit.h"
#include "resource.h"
Regards / Saludos
ResEdit - Error: RLINK32: Unsupported 16bit resource in file
-
- Posts: 988
- Joined: Thu Nov 24, 2005 3:01 pm
- Location: Madrid, España
Re: ResEdit - Error: RLINK32: Unsupported 16bit resource in file
Gracias!
Saludos
Carlos Mora
http://harbouradvisor.blogspot.com/
StackOverflow http://stackoverflow.com/users/549761/carlos-mora
“If you think education is expensive, try ignorance"
Carlos Mora
http://harbouradvisor.blogspot.com/
StackOverflow http://stackoverflow.com/users/549761/carlos-mora
“If you think education is expensive, try ignorance"
- Rick Lipkin
- Posts: 2397
- Joined: Fri Oct 07, 2005 1:50 pm
- Location: Columbia, South Carolina USA
Re: ResEdit - Error: RLINK32: Unsupported 16bit resource in file
To All
You can configure Resedit to look for your include path .. Preferences, General, Include Paths .. that way you do not have to hard code the the path of resource Includes ..
Rick Lipkin
You can configure Resedit to look for your include path .. Preferences, General, Include Paths .. that way you do not have to hard code the the path of resource Includes ..
Code: Select all
#include <windows.h>
#include <commctrl.h>
#include <richedit.h>
#include "resource.h"
Re: ResEdit - Error: RLINK32: Unsupported 16bit resource in file
Hi Rick,
of course, you are right !!!
Thanks.
Regards
of course, you are right !!!
Thanks.
Regards