Relative Content

Tag Archive for c++dlldllimportdllexport

Acessing c++ class from c++ dll

I am not sure if my approach is close to being ideal but ultimately, I have a c++ object that is meant to be deployed in on windows, and an embedded system. The main point of the windows side is to quickly develop and test the core files associated with the c++ object without the latency of requiring the slower development process of working with an embedded system.