|
-
Jun 16th, 2000, 05:15 PM
#1
Thread Starter
New Member
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]
-
Jun 17th, 2000, 04:11 AM
#2
Fanatic Member
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.
www.RealisticGraphics.net
Running VS.Net Enterprise & VB 6
Other Languages: JavaScript, VBScript, VBA, HTML, CSS, ASP, SQL, XML
MSN Messenger: kmsheff
-
Jun 18th, 2000, 04:30 PM
#3
Thread Starter
New Member
The function sends a bit to the parallel port...
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
|