You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I have interesting problem: In Add-In project as OCX is used function GetCurrentDir() and it works properly in development phase: opening file placed in project path (where development is done) is OK. After compiling and installing AddIn OCX in install path "Program files \..etc." the path returned from GetCurrentDir() is not "Program files \..etc." (where OCX is placed) but "Documents and settings\ILJA" (my document user path) --- Where is the problem? Thanks for suggestions.