Prev: Borland 5.5 Command line C/C++ compiler
Next: Assembly Language - Mathematics WITHOUT maths coprocessor
From: AceHigh on 23 Sep 2005 14:04 Hello, this is my first post. I recently downloaded the HLA free compiler and I get this error message when compiling a test program: Assembling: hla001.asm hlalib.lib(excepts.obj) : error LNK2019: unresolved external symbol __imp__Messa geBoxA(a)16 referenced in function L209_false__hla_ hla001.exe : fatal error LNK1120: 1 unresolved externals Error returned by link = 1120 so what am i doing wrong? AceHigh
From: Betov on 23 Sep 2005 14:10 "AceHigh" <cnewman7(a)cogeco.ca> ?crivait news:FsXYe.4365$oa.1478 @read2.cgocable.net: > Hello, this is my first post. I recently downloaded the HLA free compiler > and I get this error message when compiling a test program: > > Assembling: hla001.asm > hlalib.lib(excepts.obj) : error LNK2019: unresolved external symbol > __imp__Messa > geBoxA(a)16 referenced in function L209_false__hla_ > hla001.exe : fatal error LNK1120: 1 unresolved externals > Error returned by link = 1120 > > so what am i doing wrong? You just said it, above: >>> "I recently downloaded HLA". :) Betov. < http://rosasm.org >
From: wolfgang kern on 23 Sep 2005 15:07 "AceHigh" asked: | Hello, this is my first post. I recently downloaded the HLA free compiler | and I get this error message when compiling a test program: | | Assembling: hla001.asm | hlalib.lib(excepts.obj) : error LNK2019: unresolved external symbol | __imp__Messa | geBoxA(a)16 referenced in function L209_false__hla_ | hla001.exe : fatal error LNK1120: 1 unresolved externals | Error returned by link = 1120 | | so what am i doing wrong? You may choosen a weird and wrong tool. If you like to code in ASM I'd recommend any of: A86,TASM,NASM,FASM,NBASM,OCTASM,RosAsm,or even MASM. -- wolfgang kern (Author of KESYS) How fast and short could windoze be if everyone would think like me. http://web.utanet.at/schw1285/KESYS/index.htm
From: Betov on 23 Sep 2005 15:48 "wolfgang kern" <nowhere(a)nevernet.at> ?crivait news:dh1jrl$v1n$1(a)newsreader1.utanet.at: > > "AceHigh" asked: > >| Hello, this is my first post. I recently downloaded the HLA free >| compiler and I get this error message when compiling a test program: >| >| Assembling: hla001.asm >| hlalib.lib(excepts.obj) : error LNK2019: unresolved external symbol >| __imp__Messa >| geBoxA(a)16 referenced in function L209_false__hla_ >| hla001.exe : fatal error LNK1120: 1 unresolved externals >| Error returned by link = 1120 >| >| so what am i doing wrong? > > You may choosen a weird and wrong tool. :) Wolfgang, i think that, in english, the verb "to may" indicates a *possibility*. If i am right, the sentence should begin with: "You have choosen...". :) Betov. < http://rosasm.org >
From: Annie on 23 Sep 2005 15:56 On 2005-09-23 carlnewman1(a)gmail.com said: > Hello, this is my first post. I recently downloaded the HLA > free compiler and I get this error message when compiling a > test program: > > Assembling: hla001.asm > hlalib.lib(excepts.obj) : error LNK2019: unresolved external > symbol __imp__Messa > geBoxA(a)16 referenced in function L209_false__hla_ > hla001.exe : fatal error LNK1120: 1 unresolved externals > Error returned by link = 1120 > > so what am i doing wrong? _____ > ((( `\ > AceHigh _ _`\ ) (^ ) ) D00d! You're trying to use HLA. ~-( ) THAT'S what you're doing wrong! _'((,,,))) ,-' \_/ `\ HLA bears about as much resem- ( , | blance to 'assembly language' `-.-'`-.-'/|_| as a Big Mac does to a filet \ / | | mignon. Hehehe! =()=: / ,' aa --- "HLA.EXE is not an assembler. Indeed, it's not even a compiler, pre-processor (or "preparser", whatever that is), though it *might* qualify as [a] 'text converter.'" - Randy Hyde, author of 'HLA,' in ALT.LANG.ASM newsgroup -- August 11, 2004
|
Next
|
Last
Pages: 1 2 3 Prev: Borland 5.5 Command line C/C++ compiler Next: Assembly Language - Mathematics WITHOUT maths coprocessor |