Hi at all,
The aim of the program is to control three step motors with a PCI6221 and a NIDAQmx software and an application software from VC++. Also it is would to include dialog controls as VC++ have.
I made a code in c++ source. It runs very well on a VC++ platform as a console application but there are some compiler errors when it runs in a VC++ platform as a windows application form.
The errors said that there is a functions out of phase due to the calling procedure _clrcall. The specific function is registerdoneevent (C function) when it is called another function. For more details i include the error file of VC++ (BuildLog.htm). Also I include the program in c++.
Someone can help me?
Thank you,
Novice22