Gopi Krishna Komanduri wrote:
> Hi,
>      I have written a .asm file and a menu in .rc file. I am using MASM . I 
> compiles .ams using ml compiler and got .obj . I compiled .rc and got .res 
> file. Now I an unable to undertsand how to link this .res with .obj file. I 
> tried using LoadMenu api by mentioning Menu name but didn't work as when I 
> used link linker , Menu is not appering in my window. Please help me out. I 
> googled but couldn't get enough info.
>    
>    
>   Thanks&Regards,
>   Gopi.k

This is slightly off-topic for c-prog.

You use LoadMenu().  But you usually take the output and use it in 
conjunction with your CreateWindow() (or CreateWindowEx()) for the hMenu 
parameter.  You should also be sure to include the correct hInstance 
parameter to that function.

-- 
Thomas Hruska
CubicleSoft President
Ph: 517-803-4197

*NEW* VerifyMyPC 2.5
Change tracking and management tool.
Reduce tech. support times from 2 hours to 5 minutes.

http://www.CubicleSoft.com/VerifyMyPC/

Reply via email to