how can i know the path from wich a recognizer isbeeing loaded... i mean in recognizer's contructor what should i use to get the location from which the recognizer is being loaded?
It depends on where the user has installed the recog. If you don't know that, but know the name of the recog, then you have to search for the file on both drives.
i am talking about my own custon recognizer... and by code i whant to know where did the user choose to install the application during instalation ... i don't what to see if it exists on both location..
I see. Do you want to know only the drive letter (c: or e:) or something else, too? Have you already checked out RProcess::FileName()? I'm not sure if the default constructor of RProcess gives you a handle to the current process, but if it is, then this FileName method could be used, I guess.
i tryed this... but unfortunately .. recogs are being run in some application server i gues ... and i get the name of that process filename .. other sugestions?
Forum posts: 721
Tote
Gabor Torok
Software architect, Agil Eight (http://www.agileight.com/)
Blog: http://mobile-thoughts.blogspot.com/
Forum posts: 206
guda
Forum posts: 721
Note: system recogs are naturally on Z: drive.
Gabor Torok
Software architect, Agil Eight (http://www.agileight.com/)
Blog: http://mobile-thoughts.blogspot.com/
Forum posts: 206
guda
Forum posts: 721
Tote
Gabor Torok
Software architect, Agil Eight (http://www.agileight.com/)
Blog: http://mobile-thoughts.blogspot.com/
Forum posts: 206
guda
Forum posts: 721
Gabor Torok
Software architect, Agil Eight (http://www.agileight.com/)
Blog: http://mobile-thoughts.blogspot.com/
Forum posts: 206
guda
Forum posts: 721
Gabor Torok
Software architect, Agil Eight (http://www.agileight.com/)
Blog: http://mobile-thoughts.blogspot.com/
Forum posts: 206
guda
Forum posts: 721
Tote
Gabor Torok
Software architect, Agil Eight (http://www.agileight.com/)
Blog: http://mobile-thoughts.blogspot.com/