Visual-MinGW uses the following:
visual-mingw ICON Mainicon.ico
which apparently windres accepts, but fails with wrc because of the '-' in 'visual-mingw'. Can someone please check if it works with the MS tools, to determine if we need to fix wrc? Tnx.
Dimitrie O. Paun wrote:
Visual-MinGW uses the following:
visual-mingw ICON Mainicon.ico
which apparently windres accepts, but fails with wrc because of the '-' in 'visual-mingw'. Can someone please check if it works with the MS tools, to determine if we need to fix wrc? Tnx.
Hi,
I'm developing a small app with MS tools and I know that MS accepts '-' and '!' for ressources (icon, bitmap, accels, menus ...).
Mehmet
On January 2, 2003 12:15 pm, Mehmet YASAR wrote:
I'm developing a small app with MS tools and I know that MS accepts '-' and '!' for ressources (icon, bitmap, accels, menus ...).
So what you're saying is that '-' and '!' can appear anywhere in an identifier, right? Even as the first char?
Dimitrie O. Paun wrote:
On January 2, 2003 12:15 pm, Mehmet YASAR wrote:
I'm developing a small app with MS tools and I know that MS accepts '-' and '!' for ressources (icon, bitmap, accels, menus ...).
So what you're saying is that '-' and '!' can appear anywhere in an identifier, right? Even as the first char?
Yes,
I knew that strings like "x-x!xx" were accepted.
I just tested icon ressource beginning with weird characters like "!icon" or "-icon" and that works (tested under VC++/sp5).
Mehmet
On January 2, 2003 12:37 pm, Mehmet YASAR wrote:
I just tested icon ressource beginning with weird characters like "!icon" or "-icon" and that works (tested under VC++/sp5).
Cool, thanks. I've sent a patch in to support them. BTW, are these chars also accepted in filenames?
Dimitrie O. Paun wrote:
On January 2, 2003 12:37 pm, Mehmet YASAR wrote:
I just tested icon ressource beginning with weird characters like "!icon" or "-icon" and that works (tested under VC++/sp5).
Cool, thanks. I've sent a patch in to support them. BTW, are these chars also accepted in filenames?
Yep, that works even with icon file named "x-x!xx", "-xxx" or "!xxx". (note that I'm running Win2K)
Mehmet
On January 3, 2003 08:30 am, Mehmet YASAR wrote:
Yep, that works even with icon file named "x-x!xx", "-xxx" or "!xxx". (note that I'm running Win2K)
Thanks, I've just send a new patch in to support these as well.