I have created a dll in labwindowscvi5.0.1,the export function of dll has several uncertainty parameters(I mean these parameters will be given value at the time other program use the dll,for example:function(channel,gain)).Now I will use the dll in vc++6.0,I want to pass value to the parameters of export function of dll in vc++6.0,and run my program to get result.But I don't know how to do it in vc++6.0,I need a sample.I look for the sample in your resource library,but only find a sample dll which export a function(void).If you know,please tell me.
thanks