April 5th, 2005, 8:29 am
Thanks, DCFC! It's really an issue about def file. Under VC.Net 2003, go to Project->Properties->Linker->Input->Module Definition File and add e.g. MyProject.def. Now I can pass data into C++ and get result, although when I press F5 to start debugger in VC, same error message box (No symbolic information ...) will appear. I don't know whether I've done is correct or not ... maybe someelse has better solution to share with me.However, I still can not step into my VC code from VBA. daveangel listed detail steps below, but it seems like under VC6.0. Is it same under VC.Net2003? My step is: go to Project->Properties->Debugging-> Command, browse for EXCEL.EXEAnything wrong or missing?Chris