-
I really need help...
My problems:
1-I need to use a Visual C++ routine in a VB6.0 application.
2-I can't create the proper .dll file. The function I want to call is the following:
void Acelerar()
{
_outp (0x378, 1)
}
3-The problem with the dlls I create is the entry point.
4-All this is for my project and I need it ready for the 23rd.
As you can see I have little time to finish my final project...so if anyone out there could help me with this, I would be really grateful.
Thanks for everything
Rui Gonçalves
P.S.-If you prefer mailing me here's the address: [email protected]
-
What does the function do in C++? We could probably rebuild it in VB code if we new that. Most things that can be done in C++ can also be done in VB in some shape or form.
-
The function sends a bit to the parallel port...