The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: EnFeR RoI on February 19, 2010, 04:06:10 AM

Title: Dialog Box help!!
Post by: EnFeR RoI on February 19, 2010, 04:06:10 AM
Hello coders, :8)

I want to clear confusion on .rc file.I want to ask that:-
Quote
1) How to link resource file with source code through dos???
2) Which resource text editor is best for masm??

Thanks in advance
EnFeR RoI.
Title: Re: Dialog Box help!!
Post by: dedndave on February 19, 2010, 04:17:30 AM
Res2Obj MyResFile.res rsrc.obj _resource
Link /SUBSYSTEM:WINDOWS /OPT:NOREF MyAsmObjFile.obj rsrc.obj


i am not sure if Res2Obj comes with the masm package, or if i got it from Vortex's website
there is another program named rc.exe i think

as for the resource editor - not sure which is best
you might use the forum search tool
i seem to recall Hutch mentioning something about one he liked
so, if you use Advanced Search and use "hutch--" in the user ID field, it will narrow your search
Title: Re: Dialog Box help!!
Post by: EnFeR RoI on February 19, 2010, 04:28:08 AM
Nice to meet you dedndave :bg

Is this linking code is of masm assembler???
Title: Re: Dialog Box help!!
Post by: EnFeR RoI on February 19, 2010, 05:36:25 AM
One more question:-
I also want to ask that masm assembler does not include winsock32.inc or winsock.inc or any other library files in its include folder.So do I have download the winsock include and library files for using socket functions.

1) How to do socket programming in masm???
2) Can anyone give me a link for a socket programming in asm and also tell me how to  include winsock.inc in asm??

Thanks in advance.
EnFeR RoI.
Title: Re: Dialog Box help!!
Post by: BlackVortex on February 19, 2010, 06:29:45 AM
Search the forum search a little. For example, I found the following link, which should be very helpful :
http://www.madwizard.org/programming/tutorials/netasm/
Title: Re: Dialog Box help!!
Post by: EnFeR RoI on February 19, 2010, 06:50:59 AM
thanks a lot blackvortex it is really he :bglpful for me....

Thanks again.
EnFeR RoI
Title: Re: Dialog Box help!!
Post by: dedndave on February 19, 2010, 10:20:07 AM
Enfer - i also found this link by using the forum search tool

http://vortex.masmcode.com/files/Res2objV1.zip

that is from Vortex's site - Erol is another one of our wizards and has a lot of very useful tools...

http://vortex.masmcode.com/

i forget who the "madwizard" is, but i think he is a forum member, also
Title: Re: Dialog Box help!!
Post by: jj2007 on February 19, 2010, 10:30:33 AM
Quote from: dedndave on February 19, 2010, 10:20:07 AM
i forget who the "madwizard" is, but i think he is a forum member, also

Thomas Bleeker alias Exagone (http://www.madwizard.org/guestbook/?startIndex=230)
Title: Re: Dialog Box help!!
Post by: EnFeR RoI on February 19, 2010, 03:27:02 PM
thanks once again dedndave for giving me a useful links of masm.......

Thanks a Lot
EnFeR RoI.