Re: Plese remove all referanses to HLA, please ???? Dear God. Please remove all referanses to HLA.

From: Beyond2000! (mauroteste_at_hotmail.com)
Date: 05/11/04


Date: 11 May 2004 10:53:07 -0700

Hi Wanabee

About the usage of lib files on RosAsm...yes i totally agree with
you..At the actual stage there loagind library files direxctly is
something thatis not totally usefull for RosAsm.

Much better will be continue with the include preparser....but with
some modifications on the disassembler allowing the disassembling of
.lib and .obj files.

On that way, it could be possible to convert directly to asm the
library and objects that others assemblers or compilers uses. Better
then using a direct library or object file, is converting it to
assembler...so this can be used with the inc preparser, better then
using a .lib file.

As long as the creation of a asm file that was originated form a lib
or obj seems to me much more reliable then just linking them directly
with the assembler.

With the data acquired from a lib or obj file, the user can be able to
rebuild the asm file as he wants, fixing what is necessary and when is
necessary, and it has the advantage to he be able to store the rest of
the unused functions directly in asm source to he deal with tha as he
wants. The advantage is that the generated asm file will already
contains all needed informations, like the functions names, data
types, stack values etc etc.

This is the main usage i can see for a lib or obj file right
now...Loading that to directly linkage, donīt seems to me usefull.

Best Regards,

Guga



Relevant Pages

  • Re: .ASM file in sources
    ... When I add an .asm file in sources I get a failure that it doesn't know ... .asm to be included in the lib. ... line without affecting the .lib built with the other .c files? ...
    (microsoft.public.development.device.drivers)
  • .ASM file in sources
    ... When I add an .asm file in sources I get a failure that it doesn't know how to build it. ... I don't really care about that, what I really want is the .obj from the .asm to be included in the lib. ... I didn't see such an option when running "lib" at the command prompt in the build environment. ...
    (microsoft.public.development.device.drivers)
  • Re: C module wont link to my MFC project
    ... JongAm Park wrote: ... you added an obj file or a lib file which is a C-module into your VC 2003 project. ... Then in the object file, whether it is obj or lib, your function will be written "crcCalc". ... To be able to call the "C" function, you need to embrace the lines in the header file this way. ...
    (microsoft.public.vc.ide_general)
  • Re: Linking multiple .LIB files for override of function
    ... The way the linker works is not just the first the .lib ... In this sense, if our client exe first calls funcoverride, it will use ... That's why linking the myspeical.lib's ... obj file ensures that myspecial.lib!funoverride is used. ...
    (microsoft.public.vc.ide_general)
  • Re: tcp/ip with msclient
    ... for DJGPP equivalent to DOS_SOCK.LIB from MS Socket Development Kit. ... I had a look at the MS Sockets Development Kit and tried to use the .lib in a test build using djgpp. ... there's no easy way to convert a .obj file to .o. ...
    (comp.os.msdos.djgpp)