I want to use a .dll created with c++/cli that includes normal c code in an c# wpf project.
A function of the c code needs permanent calling. This function was orginally called in an endless loop in the main function of a c command-line-application.
How do I call a function permanently from a wpf c# project without interfering with the rest of the application? I guess that should be pretty easy but Im new to wpf and fairly new to .Net.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…