News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

RT_RCDATA isnt DWORD Aligned????

Started by xandaz, December 14, 2010, 11:58:37 AM

Previous topic - Next topic

xandaz

    hey. i was using and rcdata resource with tbbutton structs but it errors on me when i add the buttons. I loaded the resource with a resource editor but it doesnt seem to be dword aligned. does anyone know how to do this? Thanks and bye


xandaz


xandaz

    It wasn't that much helpful because i'm dumd as mule. The array that i declared in rsrc.rc is word aligned and i need it to be dword aligned. Is there a way to do it in resource editor using the actual TBBUTTON structure? maybe including it in resource.H? help me out will you?

xandaz

   it seems its worthless one must use two integers seperated by a comma to reffer a dword.
http://www.xlsoft.com/jp/products/intel/cvf/docs/vf-html_e/rterr/rtrsrcw.htm

Bye bye