10-23-2011 09:30 AM
Hello,
I have 2 quastions about CVI API functions.
1. I need programaticly (create folder) to 'Project Tree'. How can i do that?
2. Before creating dll, I configure cvi as Dll project under target setting and i need configure Export H files. How can i programaticly configure exports files?
Thank you
Boris
10-24-2011 11:47 AM
1. Unfortunately, it's not possible to create a project folder programmatically.
2. You can use the SetDllExportHeaderFiles function.
Luis
10-24-2011 02:24 PM
Boris-
Take a look at this discussion thread in regards to creating a folder in a project programmatically.
Thanks,
Sean