coldfusion244 Posted February 3, 2005 Posted February 3, 2005 Ok, I really need some help on this one guys... I am attempting to make a DLL in assembly and use it in VC++.net, my only problem thus far has been my lack or using external DLL's in VC++.net. I searched around and found there are two ways, implicit and explicit. I tried using explicit and loading the file on runtime, but it always gave me a null return for the function address using getprocaddress. I am stuck and have no idea what to do :confused: I have included all source and dll (in assembly) in the zip file below. If someone could help me out and give some source that actually works and calls the function it'd be greatly appreciated :) What this is going to eventually used for is an interface for a 4x4 keypad. I want to get this to work before I go typing out all of the assembly code i'll need in order for it to work. Basically all the DLL is going to do is return which key is pressed (actually the assembly will return it, but I have to somehow return it from the dll to VC++.NET).IFACEKEY.zip Quote -Sean
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.