Thenk you for your help. After several tests I have finally found out the way it has to be in my case.
LL_Initialize( LL_HEADER_VERSION );
LL_SessionAllocEx( &session, m_repositoryName, m_nPort, _T("livelink"), m_userName, m_password, NULL );
LL_ValueAlloc( &objectInfo );
LL_ValueAlloc(...
Thank you for your reply, but unfortunately it did not help. The folder is created as a child of a project, right, but it is displayed in a list of "Sub-Projects", while I need it to appear in a list of generic sub-objects.
Hi All.
What I need is to create a folder inside LiveLink project using LAPI in C++. I use "LL_CreateObjectEx" function for creating project and "LL_CreateFolder" for folder. The expected result is the folder as child of project, but it is displayed as a subproject object.
Here is the source...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.