VB and dll
-
Hello, I made a new dll, for my VB program, and i need to pass array (with no lenth defined) in parameters. my function (in c++) have a float pointer but VB doesnt validate my function... anyone having ideas...
What language did you use for the DLL? "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 "Half the reason people switch away from VB is to find out what actually goes on.. and then like me they find out that they weren't quite as good as they thought - they've been nannied." - Alex, 13 June 2002 Please review the Legal Disclaimer in my bio.
-
What language did you use for the DLL? "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 "Half the reason people switch away from VB is to find out what actually goes on.. and then like me they find out that they weren't quite as good as they thought - they've been nannied." - Alex, 13 June 2002 Please review the Legal Disclaimer in my bio.
-
I use the managed c++ library for wrapping a class, and i spell it into VB... I have now a function which copying the __gc table to __nogc table... But is there other means to acces to the memory, for example with a pointer...
When you said "managed C++", that eliminated me fromt he discussion. Unless forced to by a job change or corporate policy of my current employer, I have no interest or knowledge in "managed" c++. ------- signature starts "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 Please review the Legal Disclaimer in my bio. ------- signature ends
-
When you said "managed C++", that eliminated me fromt he discussion. Unless forced to by a job change or corporate policy of my current employer, I have no interest or knowledge in "managed" c++. ------- signature starts "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 Please review the Legal Disclaimer in my bio. ------- signature ends