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.
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
Nice to meet you dedndave :bg
Is this linking code is of masm assembler???
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.
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/
thanks a lot blackvortex it is really he :bglpful for me....
Thanks again.
EnFeR RoI
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
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)
thanks once again dedndave for giving me a useful links of masm.......
Thanks a Lot
EnFeR RoI.