|
-
Oct 13th, 2002, 04:11 PM
#1
Thread Starter
Hyperactive Member
n00b question, but i want to be shure how; using my own asm and c++ dlls in msvc++
title explaines it all; how do i refrence my dlls and functions in msvc++.
I know a lot oF Vb, expert in C++, and i think in assembly.
MSVC++6.NET
vb6
masm
Windowz Xp
I find my self using this a lot in C++
__asm {
}
-
Oct 13th, 2002, 05:08 PM
#2
Monday Morning Lunatic
When you created the ASM DLL, you would have an import library (.lib) for it, so that you could link. You need to create a C header file with the prototypes of all the functions in your DLL....
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Oct 13th, 2002, 05:32 PM
#3
Thread Starter
Hyperactive Member
I know a lot oF Vb, expert in C++, and i think in assembly.
MSVC++6.NET
vb6
masm
Windowz Xp
I find my self using this a lot in C++
__asm {
}
-
Oct 14th, 2002, 12:25 PM
#4
In the linker options you can specify the libraries. You must add the import library (.lib) of your ASM DLLs there.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|