The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => The Orphanage => Topic started by: ecube on March 13, 2007, 02:21:50 AM

Title: static lib
Post by: ecube on March 13, 2007, 02:21:50 AM
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
Title: Re: static lib
Post by: PBrennick on March 13, 2007, 06:00:49 AM
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
Title: Re: static lib
Post by: Draakie on March 13, 2007, 06:23:25 AM
[/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]
Title: Re: static lib
Post by: daydreamer on March 13, 2007, 09:21:14 AM
I think Vortex is skilled enough to write a exetosit converter :)
Title: Re: static lib
Post by: Vortex on March 13, 2007, 05:54:47 PM
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
Title: Re: static lib
Post by: ecube on March 14, 2007, 12:28:27 AM
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.