calling function in mixed mode assembly from unmanaged app
Managed C++/CLI
1
Posts
1
Posters
0
Views
1
Watching
-
i have a mixed mode dll which defines some functions in a .def file. my unmanaged app loads the dll dynamically with a call to LoadLibrary() and calls these functions. some of my functions are called correctly, but some are not. the unmanaged app seems to be able to find all the functions, but for some reason, can't call some of the functions. anyone have an idea as to why that would be??