Convert to DLL
-
Good Day, is anyone manage to convert the function to DLL? I am not a C++ or C# developer... I have no clue how am I going to convert the whole thing to vb.net version. Can you help? Thanks
-
Good Day, is anyone manage to convert the function to DLL? I am not a C++ or C# developer... I have no clue how am I going to convert the whole thing to vb.net version. Can you help? Thanks
For creating a DLL you can check the following link: http://msdn.microsoft.com/en-us/library/ms235636(v=vs.80).aspx[^]
-
Good Day, is anyone manage to convert the function to DLL? I am not a C++ or C# developer... I have no clue how am I going to convert the whole thing to vb.net version. Can you help? Thanks
Teoh Chia Wei wrote:
is anyone manage to convert the function to DLL?
What function are you talking about, and why do want to convert it to a DLL?
Teoh Chia Wei wrote:
I have no clue how am I going to convert the whole thing to vb.net version.
Convert from what? And what does this have to do with C/C++?
Just say 'NO' to evaluated arguments for diadic functions! Ash
-
Good Day, is anyone manage to convert the function to DLL? I am not a C++ or C# developer... I have no clue how am I going to convert the whole thing to vb.net version. Can you help? Thanks
This is a strange question. DLLs export functions, so I guess you're asking how to make a DLL that exports the function? I suggest you read up on DLLs.
Steve
-
This is a strange question. DLLs export functions, so I guess you're asking how to make a DLL that exports the function? I suggest you read up on DLLs.
Steve
Sorry... this is my problem... I have no experience in C++ although I understand the logic in this feature... but I want to write it in VB.net. Instead of thinking how all the Windows libraries that work similarly like C++. I was thinking of compile this C++ project into DLL so that I can import the DLL in my VB.net. Unfortunately, it doesn't work that way. Or, you guys as experts... got any idea what should I do with this? Thanks
-
This is a strange question. DLLs export functions, so I guess you're asking how to make a DLL that exports the function? I suggest you read up on DLLs.
Steve
sorry, I am refering to this How to Capture LPT Port(s) to Intercept DOS Print Requests[^]