Hello everyone
I'm starting to use NXOpen capabilities (beginner) and I want to build dynamic library file using application Codeblocks IDE *.DLL. When I try to build a portion of code see bellow (this only beginning of all functions):
#include <iostream>
#include <conio.h>
#include <string>...