G
Guest
HI I have a .net c# web project and have added a C++ file along with a
corresponding .h file that contains a class. The project builds ok but I am
unable to get to the class that is in the .h file, just wondering how to
instantiate it in the web form? I tried
classfromhfile class1 = new classfromhfile();
but this does not seem to work, thankd.
corresponding .h file that contains a class. The project builds ok but I am
unable to get to the class that is in the .h file, just wondering how to
instantiate it in the web form? I tried
classfromhfile class1 = new classfromhfile();
but this does not seem to work, thankd.