Hello,
Curious if anyone has run into this type of Linker error in Visual Studio 2019, I can call other HOOPS functions fine, issue only occurs with call of A3DAsmGetFilesPathFromModelFile()
What version of HOOPS Exchange are you using?
I have no trouble building the HE 2025.2.0 PRC2XML sample using VS 2019.
Are you building the PRC2XML sample when you get the link error or another application (and the function you mentioned came from the PRC2XML sample)? If the link error comes from another application, can you successfully build the PRC2XML sample?
I am building another application, I can build the PRC2XML sample fine. In my .props file i have a link to the libconverter. Am i missing another linkage that is needed in order to call HOOPS functions?