Re: golink with NASM



Nucleo wrote:
GoLink is a clever choice.

Might as well mention where to find it:

http://www.jorgon.freeserve.co.uk/

To manage with DLL, three cases :

1) You choose to declare them in your source,
so use #DYNAMICLINKFILE first.dll, second.dll

2) You choose to declare them in golink command line, place their names in
command line : test.obj first.dll, second.dll

3) You are too lazy to write all the required names in the command line
and use a @list_of_dll.txt

The file text contains the DLL names.
Example below for a huge API collection on Windows -32 :
(Of course you can prefer a 64-bit Windows.
GoLink is also 64-bit compliant.

;;;;;;;;;;;;;; Win32
;;;;;;;;;;;;; Libraries
KERNEL32.DLL
[snip - Wow!]
HHCTRL.OCX

Happy to read you !

Likewise! Thanks for the info, Patrick!

[note: there's an assembler, too... I don't want to see any Nasm users being seduced away... :)]

Best,
Frank

.



Relevant Pages

  • RE: re-setting boot partition
    ... Description of the Windows 2000 Recovery Console ... For a Microsoft Windows XP version of this article, ... MB of hard disk space on your system partition to hold the Cmdcons folder ... Windows NTBoot Console Command Interpreter. ...
    (microsoft.public.win2000.setup_upgrade)
  • RE: Win2000 Upgrade to SP3 Express Setup error.
    ... Start your computer with the Windows Setup floppy disks, ... MB of hard disk space on your system partition to hold the Cmdcons folder ... Windows NTBoot Console Command Interpreter. ... you cannot copy a file from the local hard disk to a floppy disk. ...
    (microsoft.public.win2000.setup_upgrade)
  • RE: Locating corrupt driver
    ... This article describes the functionality and limitations of the Windows ... Create and format partitions on drives. ... MB of hard disk space on your system partition to hold the Cmdcons folder ... Windows NTBoot Console Command Interpreter. ...
    (microsoft.public.win2000.applications)
  • >>>> NET SEND <<<<
    ... Windows Xp Net Send ... Net Send Command For Mac ... Net Send Syntax Dos ... Dos Net Send Commands ...
    (sci.lang.japan)
  • Re: DOS Box Keyboard problem
    ... mode con codepage select=860 ... This is copied from a command prompt, I did not type a single character, all ... into) Command Prompt windows with a mouse. ... I get 437 from command chcp and cmd chcp. ...
    (microsoft.public.windowsxp.configuration_manage)