Article:
 |
|
Creating a Windows DLL with Visual Basic
|
| Subject: |
|
Maybe I being thick. |
| Date: |
|
2010-03-29 01:33:17 |
| From: |
|
Ngrayson
|
|
|
|
This is truely excellent and if I can make it works solve a problem I have.
Created proxy linker and its working as expcted. DLL registers OK.
I create my DLL and a .DEF file but no matter what I do, I cant get rid of the unabel to find entry point message.
I use the Borland Tdump tool and there are apparently no exports other than the standard 4 for register/unregister etc.
My functions that I want o export are defined as public but I simply cant seem to make it work.
Should I be seing the exported functions with Tdump?
|
Showing messages 1 through 1 of 1.
-
Maybe I being thick.
2010-03-29 08:04:51
Ngrayson
[View]
It was a nameing convention problem. Dohhh!
Just love this, its going to save me a lot of time and work.