• Alimentados com a distribuição de um monte de Dll com os aplicativos? Cheios de erros, tais como "DLL não encontrada"? OK, vamos DLL para Lib ajudá-lo. DLL para Lib é uma ferramenta mágica que pode converter um arquivo DLL em seu estática equivalente do arquivo de biblioteca. Depois disso, você pode substituir a DLL original do arquivo com a biblioteca estática arquivo, recriar a sua aplicação, e distribuí-lo sem o arquivo DLL! A coisa mais emocionante é que o processo de conversão NÃO exige que os códigos-fonte da DLL arquivos! Todas as obras são feitas de binário binário. DLL para a Lib vai reconstruir interfaces de programação de idêntica à exportação funções na DLL e reconstruir o necessário tabelas de símbolos, tabelas de cadeia de caracteres e tabelas de referência da DLL para fazer um válido biblioteca estática para você! Incrível? Além disso, a DLL de Biblioteca integra muitos utilitários, incluindo a "Biblioteca de Importação de Informações de Referência Gerador", o "Símbolo Finder", etc. para certificar-se de que o processo de conversão é bem-sucedida. DLL para Lib é muito útil e fácil de usar para todos os usuários que precisam converter-se bibliotecas dinâmicas para os estáticos. Aqui estão algumas características-chave de "DLL para Lib": ■ Converter o arquivo DLL no seu equivalente biblioteca estática. No processo de conversão, uma interface de programação idêntica à exportação funções na DLL é introduzido para os desenvolvedores. E o necessário tabelas de símbolos, tabelas de cadeia de caracteres e tabelas de referência também são reconstruídos a partir de DLL para fazer um válido e portátil biblioteca estática. ■ Suporte para converter todas as DLLs de 32 bits desenvolvido através de diferentes instrumentos, incluindo o Modelo de Objeto Componente(COM) com DLLs. ■ Integrar a "Biblioteca de Importação de Informações de Referência Gerador" para processar as referências a bibliotecas padrão. ■ Integrar o "Símbolo Finder" para você encontrar informações detalhadas sobre um símbolo especial ou uma classe de símbolos. ■ Suporte para converter DLLs que utilize o compilador e API implementa de TLS. ■ Executar a verificação cruzada entre a importação da DLL lib e o estático gerado lib, de modo a eliminar o potencial de inconsistência. ■ Verificar a COMDAT símbolos na importação libs ao gerar a biblioteca estática. ■ Suporte para carregar e salvar as configurações de conversão como um arquivo de projeto. ■ Suporte a parâmetros de linha de comando. Requisitos: ■ Intel 486 ou superior. ■ Pelo menos 4 MB de memória ■ 20MB de espaço em disco. Limitações: ■ 30 dias de período experimental ■ Não registrado janela de lembrete.
  • Uygulamalarınızı DLL bir sürü dağıtma bıkmış? Bu "DLL" hataları bıkmış? TAMAM, sana yardım Lib DLL için izin verin. Lib DLL eşdeğer statik kitaplık dosyası içine DLL DOSYASı dönüştürmek için büyülü bir araçtır. Bundan sonra, statik kitaplık dosyası ile özgün DLL dosyasını değiştirin, uygulamanızı yeniden ve DLL dosyası olmadan dağıtabilirsiniz. Dönüştürme işlemi DLL dosyaları herhangi bir kaynak kodları gerektiren en heyecan verici şey. Tüm çalışmalar, ikili ikili için yapılır. Lib DLL DLL dışa aktarma işlevleri aynı programlama arayüzleri yeniden ve DLL senin için geçerli bir statik bir kütüphane yapmak için gerekli sembol tabloları, dize tablolar ve referans tabloları yeniden inşa edecek! İnanılmaz? Ayrıca, entegre bir çok kamu hizmetleri, "Alma Kitaplığı Başvuru Bilgileri Jeneratörü", "Simge Bulucu" vb Lib DLL. emin dönüştürme işlemi başarılı olmasını sağlamak için. Lib DLL statik olanlar için dinamik kütüphane dönüştürmek için ihtiyacı olan tüm kullanıcılar için kullanmak için çok kullanışlı ve aynı zamanda kolay. DLL Lib "bazı temel özellikleri şunlardır: ? Eşdeğer statik kütüphane içine DLL DOSYASı dönüştürmek. Dönüşüm sürecinde, DLL dışa aktarma işlevleri aynı programlama arayüzü geliştiriciler için kullanılmaya başlandı. Ve gerekli sembol tabloları, dize tablolar ve referans tabloları da DLL geçerli ve taşınabilir statik bir kütüphane inşa edilir. Lütfen Destek farklı araçlar tarafından geliştirilen 32-bit DLL, DLL(COM) temel Bileşen Nesne Modeli de dahil olmak üzere dönüştürmek. ? Standart kütüphaneler başvuruları işleme "Alma Kitaplığı Başvuru Bilgileri Jeneratör" entegre. ? Özel bir sembol veya sembolleri bir sınıf hakkında ayrıntılı bilgi bulmak için "Simge Bulucu" entegre. # TLS desteği derleyici ve API uygular DLL dönüştürmek için. # DLL import lib ve böylece potansiyel tutarsızlığı ortadan kaldırmak için oluşturulan statik lib arasında çapraz kontrol yapın. Statik lib oluştururken ? al COMDAT sembolleri kontrol libs. Lütfen Destek yük ve proje dosyası olarak dönüştürme Ayarları kaydet. Lütfen Destek komut satırı parametreleri. Gereksinimleri: 486 veya daha yüksek ? Intel. ? En az 4 MB hafıza # 20 MB disk alanı. Sınırlamalar: ? 30 gün deneme ? Kayıtsız hatırlatma penceresi.
  • Fed up with distributing a lot of DLLs with your applications? Fed up with the errors such as "DLL not found"? OK, let DLL to Lib help you.

    DLL to Lib is a magical tool which can convert a DLL file into its equivalent static library file. After that, you can replace the original DLL file with the static library file, rebuild your application, and distribute it without the DLL file!

    The most exciting thing is that the conversion process DOES NOT require any source codes of the DLL files! All works are done from binary to binary.

    DLL to Lib will rebuild programming interfaces identical to the export functions in the DLL and reconstruct the necessary symbol tables, string tables and reference tables from the DLL to make a valid static library for you!

    Incredible? Moreover, DLL to Lib integrates many utilities, including the "Import Library Reference Information Generator", the "Symbol Finder", etc. to make sure that the conversion process is successful.

    DLL to Lib is very useful and also easy to use for all users who need to convert dynamic libraries to static ones.

    Here are some key features of "DLL to Lib":

    ■ Convert DLL file into its equivalent static library. In the conversion process, a programming interface identical to the export functions in the DLL is introduced for developers. And the necessary symbol tables, string tables and reference tables are also reconstructed from the DLL to make a valid and portable static library.

    ■ Support to convert all 32-bit DLLs developed by different tools, including Component Object Model(COM) based DLLs.

    ■ Integrate "Import Library Reference Information Generator" to process the references to standard libraries.

    ■ Integrate "Symbol Finder" for you to find the detail information about a special symbol or a class of symbols.

    ■ Support to convert DLLs that use compiler and API implements of TLS.

    ■ Perform cross check between the DLL's import lib and the generated static lib so to eliminate the potential inconsistency.

    ■ Check the COMDAT symbols in the import libs when generating the static lib.

    ■ Support to load and save the conversion settings as a project file.

    ■ Support command line parameters.

    Requirements:

    ■ Intel 486 or higher.

    ■ At least 4 MB memory

    ■ 20MB disk space.

    Limitations:

    ■ 30 days trial

    ■ Unregistered reminder window.