The MASM Forum Archive 2004 to 2012

Project Support Forums => GoAsm Assembler and Tools => Topic started by: Naka Cristo on March 07, 2006, 01:53:49 PM

Title: ASM to CPP
Post by: Naka Cristo on March 07, 2006, 01:53:49 PM
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
Title: Re: ASM to CPP
Post by: donkey on March 07, 2006, 04:08:22 PM
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.