News:

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

ASM to CPP

Started by Naka Cristo, March 07, 2006, 01:53:49 PM

Previous topic - Next topic

Naka Cristo

I already know how to make a DLL with GoAsm but I want to use it after with DEV-C++, and for that I need the .lib file wich is not created with GoAsm

donkey

You can use Microsoft's or Pelle's lib.exe or polib.exe respectively to build a lib file from the obj files that GoAsm generates. You may have to watch your naming conventions but I have built libs without any problems. There is a section in the GoAsm (or GoLink?) manual explaining how to make lib files.
"Ahhh, what an awful dream. Ones and zeroes everywhere...[shudder] and I thought I saw a two." -- Bender
"It was just a dream, Bender. There's no such thing as two". -- Fry
-- Futurama

Donkey's Stable