I have create a VISA Driver dll files and the driver runs well,but now i
get another difficuty.I Want to redefine the function name.below is what I
have done.
#defien test test6110
then i want that the function such as test6110_Init,test6110_Selt_Test can
be used by test_Init,test_Self_Test.
The thoughts I do this is that when I get many Instruments driver,I can
redefine the
#defien test test6110
i can get test_Init,Test1_Init,etc.
But Now when I did this,there is not an error occured,But the application
that use this driver
got a error," Missing prototype."How to solve this error.
Any information will get my thanks:) thank you