Thread: ASM dll import

  1. #1
    Banned borko_b's Avatar
    Join Date
    Jun 2002
    Location
    Well... I live in Bulgaria :)
    Posts
    100

    ASM dll import

    Hi there...

    heres my problem:

    i wrote a win32 dll and i ported it to ASM

    it got realy faster and alot smaller


    BUT
    i did't manage to use it in c/c++ code!

    i tried _cdecl, __stdcall
    i tried to rename the funcs with leading underscore

    i did't worked!
    help pls!

  2. #2
    Banned borko_b's Avatar
    Join Date
    Jun 2002
    Location
    Well... I live in Bulgaria :)
    Posts
    100
    Come on guys!!

    there must be someone fluent both in ASM and C!!

    help pls!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Dll Import
    By dankalim in forum C Programming
    Replies: 3
    Last Post: 06-29-2007, 09:37 AM
  2. DLL generated but related import library is missing?
    By George2 in forum C Programming
    Replies: 0
    Last Post: 08-18-2006, 12:13 AM
  3. dll communicating between each other
    By cloudy in forum C++ Programming
    Replies: 5
    Last Post: 06-17-2005, 02:20 AM
  4. DLL Import
    By Hyder Ali in forum C# Programming
    Replies: 5
    Last Post: 06-14-2004, 12:36 AM
  5. My graphics library
    By stupid_mutt in forum C Programming
    Replies: 3
    Last Post: 11-26-2001, 06:05 PM