![]() |
#1 | ||
Join Date: Oct 2004
Location: Opole, Poland
Posts: 14,276
|
![]() I'm trying to compile the examples from http://www.singlix.org/trdos/win32hst.zip with TASM 5.
TASM processes them fine, but when it's time for TLINK32 I end up with this: Code:
C:\DOCUME~1\UYTKOW~1\MOJEDO~1\Studies\tasm\BIN\winapp>TLINK32 /Tpe /aa /c /V4.0 winbasic.obj,,,import32.lib Turbo Link Version 1.6.71.0 Copyright (c) 1993,1996 Borland International Error: Unresolved external 'GETMODULEHANDLEA' referenced from module winbasic.asm Error: Unresolved external 'LOADICONA' referenced from module winbasic.asm Error: Unresolved external 'LOADCURSORA' referenced from module winbasic.asm Error: Unresolved external 'REGISTERCLASSEXA' referenced from module winbasic.asm Error: Unresolved external 'CREATEWINDOWEXA' referenced from module winbasic.asm Error: Unresolved external 'GETMESSAGEA' referenced from module winbasic.asm Error: Unresolved external 'DISPATCHMESSAGEA' referenced from module winbasic.asm Error: Unresolved external 'EXITPROCESS' referenced from module winbasic.asm Error: Unresolved external 'DEFWINDOWPROCA' referenced from module winbasic.asm Error: Unresolved external 'POSTQUITMESSAGE' referenced from module winbasic.asm |
||
![]() ![]() |
|
![]() |
#2 | ||
Join Date: Oct 2004
Location: Opole, Poland
Posts: 14,276
|
![]() Never mind. The problem was with the fact I was using TASM rather than TASM32 before linking, and that I didn't know it had to be set to be case-sensitive too:
Code:
tasm32 /ml winbasic.asm |
||
![]() ![]() |
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Ad Problem | esgmaster | Old Suggestions | 1 | 04-09-2009 01:20 PM |
Problem With Dc++ | Dark Piedone | Tech Corner | 10 | 13-02-2006 12:46 AM |
Linking To Specifik Forum-post? | SwampThing | Tech Corner | 5 | 03-10-2005 10:35 AM |
|
|
||
  |