ResEdit - Error: RLINK32: Unsupported 16bit resource in file

ResEdit - Error: RLINK32: Unsupported 16bit resource in file

Postby Baxajaun » Tue Sep 15, 2015 9:10 am

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
User avatar
Baxajaun
 
Posts: 961
Joined: Wed Oct 19, 2005 2:17 pm
Location: Gatika. Bizkaia

Re: ResEdit - Error: RLINK32: Unsupported 16bit resource in file

Postby Carlos Mora » Tue Sep 15, 2015 10:55 am

:wink: 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
 
Posts: 988
Joined: Thu Nov 24, 2005 3:01 pm
Location: Madrid, España

Re: ResEdit - Error: RLINK32: Unsupported 16bit resource in file

Postby Rick Lipkin » Tue Sep 15, 2015 11:45 am

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 ..

Code: Select all  Expand view

#include <windows.h>
#include <commctrl.h>
#include <richedit.h>
#include "resource.h"
 


Rick Lipkin

Image
User avatar
Rick Lipkin
 
Posts: 2608
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: ResEdit - Error: RLINK32: Unsupported 16bit resource in file

Postby Baxajaun » Tue Sep 15, 2015 12:25 pm

Hi Rick,

of course, you are right !!!

Thanks.

Regards
User avatar
Baxajaun
 
Posts: 961
Joined: Wed Oct 19, 2005 2:17 pm
Location: Gatika. Bizkaia


Return to Utilities / Utilidades

Who is online

Users browsing this forum: No registered users and 6 guests