News:

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

Dialog Box help!!

Started by EnFeR RoI, February 19, 2010, 04:06:10 AM

Previous topic - Next topic

EnFeR RoI

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.

dedndave

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

EnFeR RoI

Nice to meet you dedndave :bg

Is this linking code is of masm assembler???

EnFeR RoI

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.

BlackVortex

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/

EnFeR RoI

thanks a lot blackvortex it is really he :bglpful for me....

Thanks again.
EnFeR RoI

dedndave

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

jj2007


EnFeR RoI

thanks once again dedndave for giving me a useful links of masm.......

Thanks a Lot
EnFeR RoI.