B
Bit byte
I have a C function that takes variable args, i.e. is of the form :
foo( const char*, const int, ... ) ;
I want to expose this function so that I can call it from VB(6).
My questions are:
1). Is it possible to export a function with variable args in a DLL?
2). How would such a functon be called from VB ? (Ok, this may not be
the correct group for a question on VB but, it is related to what I'm
doing ... )
foo( const char*, const int, ... ) ;
I want to expose this function so that I can call it from VB(6).
My questions are:
1). Is it possible to export a function with variable args in a DLL?
2). How would such a functon be called from VB ? (Ok, this may not be
the correct group for a question on VB but, it is related to what I'm
doing ... )