News:

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

static lib

Started by ecube, March 13, 2007, 02:21:50 AM

Previous topic - Next topic

ecube

so I downloaded this dll to static lib program and it seems to convert ws2_32.dll into a static lib correctly, compiles in fine, only when I try to use bind and such like normal doesn't seem to work, anyone know why? :(

program
http://www.binary-soft.com/dll2lib/dll2lib.htm

PBrennick

If you paid $400.00 for it you should be able to get tons of tech support!!

You should have talked to Vortex, my friend the toolmaker, first! You could have gotten it done dirt cheap (free). Anyway, send him an email if he does not see this thread.

Paul
The GeneSys Project is available from:
The Repository or My crappy website

Draakie

[/Eager Puppy look start ]

Erm......can I also have some ? That's to say if you can twist Vortex's arm.

[/Eager Puppy look end]
Does this code make me look bloated ? (wink)

daydreamer

I think Vortex is skilled enough to write a exetosit converter :)

Vortex

E^cube,

Some people told that the dll to static library application could fail in some situations. You can embed a DLL in your main application and use it like a "static library"

Loading and running EXEs and DLLs from memory

http://www.masm32.com/board/index.php?topic=3150.0

ecube

Thanks Vortex, i've played a lot with the pemem code and haven't been able to load any exe's unless they were exe's I created with masm or exe's that had a reloc table, but i'll try dll's.