VC6 IDE (Cannot create method)
-
Having trouble adding a method or property using Visual Studio IDE. The Steps I followed: 1. Highlight interface "IMyInter" in the workspace 2. Right click and chose to add a method.. 3. After inputs for method name etc. On Ok, I am getting an error "Unable to create the function because the header file or the implementation file could not be found" Any pointers please. Thanks
-
Having trouble adding a method or property using Visual Studio IDE. The Steps I followed: 1. Highlight interface "IMyInter" in the workspace 2. Right click and chose to add a method.. 3. After inputs for method name etc. On Ok, I am getting an error "Unable to create the function because the header file or the implementation file could not be found" Any pointers please. Thanks
delet the .ncb file for the solution and everything would be back to normal:)
-
delet the .ncb file for the solution and everything would be back to normal:)
-
No didnt fix it.. I deleted .ncb and recompiled it. I see the file created but now I can find my interface "IMyInter" in the workspace..
One thing that I found is that all files need to be in the project (header and code) or strange things may happen. I had problems where I my header files were not added to the project, so my classes would not show up in the class view. Francisco
-
No didnt fix it.. I deleted .ncb and recompiled it. I see the file created but now I can find my interface "IMyInter" in the workspace..
Is the IDL file in the project?
-
Is the IDL file in the project?